Skip to content

Commit 1f9f523

Browse files
authored
Fix outdated documentation links
1 parent deb23c6 commit 1f9f523

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ This project uses [Black](https://github.com/psf/black) for code styling and [Py
2525

2626
## Installation
2727

28-
For installing this project, see "[Installation](https://github.com/RyanLua/InstaWebhooks/wiki/Installation)."
28+
For installing this project, see "[Installation](https://instawebhooks.readthedocs.io/en/latest/installation.html)."
2929

30-
This project supports and recommends [installing as a development container](https://github.com/RyanLua/InstaWebhooks/wiki/Installation#from-development-container) for contributing.
30+
This project supports and recommends [installing as a development container](https://instawebhooks.readthedocs.io/en/latest/installation.html#from-development-container) for contributing.
3131

3232
## Building Documentation
3333

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dynamic = ["version"]
3838

3939
[project.urls]
4040
Homepage = "https://github.com/RyanLua/InstaWebhooks"
41-
Documentation = "https://github.com/RyanLua/InstaWebhooks/wiki"
41+
Documentation = "https://instawebhooks.readthedocs.io"
4242
Repository = "https://github.com/RyanLua/InstaWebhooks.git"
4343
Issues = "https://github.com/RyanLua/InstaWebhooks/issues"
4444
Sponsor = "https://github.com/sponsors/RyanLua"

0 commit comments

Comments
 (0)