Skip to content

Commit 1a1865a

Browse files
authored
Fix #1160 Links in README don't render properly on PyPi project page (#1163)
1 parent afa40ea commit 1a1865a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ $ pip install slack_sdk
7878

7979
---
8080

81-
We've created this [tutorial](/tutorial) to build a basic Slack app in less than 10 minutes. It requires some general programming knowledge, and Python basics. It focuses on the interacting with Slack's Web and RTM API. Use it to give you an idea of how to use this SDK.
81+
We've created this [tutorial](https://github.com/slackapi/python-slack-sdk/tree/main/tutorial) to build a basic Slack app in less than 10 minutes. It requires some general programming knowledge, and Python basics. It focuses on the interacting with Slack's Web and RTM API. Use it to give you an idea of how to use this SDK.
8282

83-
**[Read the tutorial to get started!](/tutorial)**
83+
**[Read the tutorial to get started!](https://github.com/slackapi/python-slack-sdk/tree/main/tutorial)**
8484

8585
### Basic Usage of the Web Client
8686

@@ -291,7 +291,7 @@ helpful and collaborative way.
291291
[bolt-python]: https://github.com/slackapi/bolt-python
292292
[pypi]: https://pypi.org/
293293
[gh-issues]: https://github.com/slackapi/python-slack-sdk/issues
294-
[slack-community]: http://slackcommunity.com/
294+
[slack-community]: https://slackcommunity.com/
295295
[files.upload]: https://api.slack.com/methods/files.upload
296296
[aiohttp]: https://aiohttp.readthedocs.io/
297297
[urllib]: https://docs.python.org/3/library/urllib.request.html

0 commit comments

Comments
 (0)