Skip to content

Commit 0dacc8d

Browse files
authored
Fix broken links
1 parent e18ca8a commit 0dacc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An **UNOFFICIAL** Go SDK for integrating with the Dropbox API v2. Tested with Go
1111

1212
### Uh OK, so why are you releasing this?
1313

14-
* the SDK, while unofficial, _is_ usable. See https://github.com/dropbox/dbxcli[dbxcli] for an example application built using the SDK
14+
* the SDK, while unofficial, _is_ usable. See [dbxcli](https://github.com/dropbox/dbxcli) for an example application built using the SDK
1515
* we would like to get feedback from the community and evaluate the level of interest/enthusiasm before investing into official supporting one more SDK
1616

1717
## Installation
@@ -75,7 +75,7 @@ Here's an example:
7575

7676
### Error Handling
7777

78-
As described in the https://www.dropbox.com/developers/documentation/http/documentation#error-handling[API docs], all HTTP errors _except_ 409 are returned as-is to the client (with a helpful text message where possible). In case of a 409, the SDK will return an endpoint-specific error as described in the API. This will be made available as `EndpointError` member in the error.
78+
As described in the [API docs](https://www.dropbox.com/developers/documentation/http/documentation#error-handling), all HTTP errors _except_ 409 are returned as-is to the client (with a helpful text message where possible). In case of a 409, the SDK will return an endpoint-specific error as described in the API. This will be made available as `EndpointError` member in the error.
7979

8080
## Note on using the Teams API
8181

0 commit comments

Comments
 (0)