diff --git a/README.md b/README.md index c3ac480..2cf3ed7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The proxy will be available at: `0.0.0.0:8080`. The access log will be available at `./logs/access.log`. ## 📚 **Documentation** -If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://github.com/pyproxytools/pyproxy/wiki). +If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://pyproxytools.github.io/pyproxy-docs/). ## 🔧 **To do** diff --git a/pyproject.toml b/pyproject.toml index 2957332..a8df55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dynamic = ["version", "dependencies"] [project.urls] -Documentation = "https://github.com/pyproxytools/pyproxy/wiki" +Documentation = "https://pyproxytools.github.io/pyproxy-docs/" "Issue tracker" = "https://github.com/pyproxytools/pyproxy/issues" [tool.setuptools.packages]