From f47d713d52e50c7faf91265f3bda836db3618dc7 Mon Sep 17 00:00:00 2001 From: 6C656C65 <73671374+6C656C65@users.noreply.github.com> Date: Sun, 9 Nov 2025 19:54:54 +0100 Subject: [PATCH] Transfert wiki to gh-pages --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]