Skip to content

Commit 5b66ea5

Browse files
authored
docs: Fix links in docs (#1120)
1 parent 3bc209a commit 5b66ea5

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejlesz
4242
Python SDK: <!-- Replace with the version of the Python SDK you're using. -->
4343
Python: <!-- Replace with the version of Python your application is running on. -->
4444

45-
[sdk-docs]: ./doc
46-
[api-docs]: https://developer.box.com/docs
47-
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
45+
[sdk-docs]: ./docs
46+
[api-docs]: https://developer.box.com/guides
47+
[dev-forums]: https://community.box.com/box-platform-5
4848
[github-repo]: https://github.com/box/box-python-sdk/search?type=Issues

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: SDK documentation
4-
url: https://github.com/box/box-python-sdk/tree/main/docs
4+
url: https://github.com/box/box-python-sdk/tree/combined-sdk/docs
55
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
66
- name: API documentation
7-
url: https://developer.box.com/docs
7+
url: https://developer.box.com/guides
88
about: Before creating an issue, I have checked that the API documentation doesn't solve my issue.
99
- name: Box Developer Forums
10-
url: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
10+
url: https://community.box.com/box-platform-5
1111
about: Before creating an issue, I have searched the Box Developer Forums and my issue isn't already reported there.
1212
- name: Issues in this repo
1313
url: https://github.com/box/box-python-sdk/search?type=Issues

.github/ISSUE_TEMPLATE/question.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejlesz
4242
Python SDK: <!-- Replace with the version of the Python SDK you're using. -->
4343
Python: <!-- Replace with the version of Python your application is running on. -->
4444

45-
[sdk-docs]: ./doc
46-
[api-docs]: https://developer.box.com/docs
47-
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
45+
[sdk-docs]: ./docs
46+
[api-docs]: https://developer.box.com/guides
47+
[dev-forums]: https://community.box.com/box-platform-5
4848
[github-repo]: https://github.com/box/box-python-sdk/search?type=Issues

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Version v4 is intended for:
5757

5858
## Version v10
5959

60-
Starting with v10, the SDK is built entirely on the generated `box_sdk_gen` package, which fully and exclusively replaces the old boxsdk package.
60+
Starting with v10, the SDK is built entirely on the generated `box_sdk_gen` package, which fully and exclusively replaces the old `boxsdk` package.
6161
The codebase for v10 of the Box Python SDK is currently available on the [sdk-gen](https://github.com/box/box-python-sdk/tree/sdk-gen) branch.
6262

6363
Version v10 is intended for:
@@ -95,7 +95,7 @@ Supported Python versions are Python 3.8 and above.
9595

9696
To get started with the SDK, get a Developer Token from the Configuration page of your app in the [Box Developer Console](https://app.box.com/developers/console).
9797
Developer Tokens are short-lived and expire after 60 minutes, which is good for testing but not for production use.
98-
To learn about other authentication methods, see the [Authorization](#authorization) section below.
98+
To learn about other authentication methods, see the [Authentication](#authentication) section below.
9999

100100
The examples below demonstrate how to authenticate with Developer Token and print names of all items inside a root folder.
101101

@@ -227,7 +227,7 @@ during the installation process of cryptography using the `pip` command.
227227

228228
Need to contact us directly? [Browse the issues tickets](https://github.com/box/box-python-sdk/issues)! Or, if that
229229
doesn't work, [file a new one](https://github.com/box/box-python-sdk/issues/new) and we will get
230-
back to you. If you have general questions about the Box API, you can post to the [Box Developer Forum](https://community.box.com/t5/Developer-Forum/bd-p/DeveloperForum).
230+
back to you. If you have general questions about the Box API, you can post to the [Box Developer Forum](https://community.box.com/box-platform-5).
231231

232232
# Copyright and License
233233

0 commit comments

Comments
 (0)