diff --git a/README.md b/README.md index c1baed3f..9bc68517 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ True ## Resources -<!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ --> +<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ --> <!-- Original documentation URL : https://python-validators.github.io/validators/ --> -- [Documentation](https://python-validators.github.io/validators/) +- [Documentation](https://yozachar.github.io/pyvalidators) - [Bugtracker](https://github.com/python-validators/validators/issues) - [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md) - [Code](https://github.com/python-validators/validators/) diff --git a/docs/index.md b/docs/index.md index c1baed3f..9bc68517 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,10 +18,10 @@ True ## Resources -<!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ --> +<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ --> <!-- Original documentation URL : https://python-validators.github.io/validators/ --> -- [Documentation](https://python-validators.github.io/validators/) +- [Documentation](https://yozachar.github.io/pyvalidators) - [Bugtracker](https://github.com/python-validators/validators/issues) - [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md) - [Code](https://github.com/python-validators/validators/) diff --git a/docs/index.rst b/docs/index.rst index fc10d612..0d4e84dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,13 +24,13 @@ Resources .. raw:: html - <!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ --> + <!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ --> .. raw:: html <!-- Original documentation URL : https://python-validators.github.io/validators/ --> -- `Documentation <https://python-validators.github.io/validators/>`__ +- `Documentation <https://yozachar.github.io/pyvalidators>`__ - `Bugtracker <https://github.com/python-validators/validators/issues>`__ - `Security <https://github.com/python-validators/validators/blob/master/SECURITY.md>`__ - `Code <https://github.com/python-validators/validators/>`__ diff --git a/mkdocs.yaml b/mkdocs.yaml index 968eb01b..cfa47f7d 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,7 +1,7 @@ site_name: "validators" site_description: "Automatic documentation from sources, for MkDocs." -site_url: "https://python-validators.github.io/validators/" -repo_url: "https://github.com/python-validators/validators" +site_url: "https://yozachar.github.io/pyvalidators/" +repo_url: "https://github.com/python-validators/validators/" edit_uri: "edit/master/docs/" repo_name: "validators/validators" site_dir: "site"