Skip to content

Commit e497010

Browse files
authored
Fix invalid link to documentation in README.md (#519)
1 parent 43e5aa6 commit e497010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/back-up-and-restore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this example, it contains a simple string of text (initially "original").
2222

2323
# API usage
2424
## New v2 endpoints
25-
This app uses the Dropbox API v2 endpoints files_upload, files_restore, files_download_to_file, and files_list_revisions. See more here: http://dropbox-sdk-python.readthedocs.org/en/main/
25+
This app uses the Dropbox API v2 endpoints files_upload, files_restore, files_download_to_file, and files_list_revisions. See more here: https://dropbox-sdk-python.readthedocs.io/en/latest/
2626

2727
## Error checking
2828
This example also shows you how to do specific error handling with the new API v2 exceptions. In the backup() function, you can see how to check for a specific kind of API Error.

0 commit comments

Comments
 (0)