Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 54917a0

Browse filesBrowse files
committed
fix: use backup url from documentation
1 parent aaccf08 commit 54917a0
Copy full SHA for 54917a0

File tree

Expand file treeCollapse file tree

4 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+8
-8
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ True
1818

1919
## Resources
2020

21-
<!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ -->
21+
<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ -->
2222
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
2323

24-
- [Documentation](https://python-validators.github.io/validators/)
24+
- [Documentation](https://yozachar.github.io/pyvalidators)
2525
- [Bugtracker](https://github.com/python-validators/validators/issues)
2626
- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)
2727
- [Code](https://github.com/python-validators/validators/)

‎docs/index.md

Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ True
1818

1919
## Resources
2020

21-
<!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ -->
21+
<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ -->
2222
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
2323

24-
- [Documentation](https://python-validators.github.io/validators/)
24+
- [Documentation](https://yozachar.github.io/pyvalidators)
2525
- [Bugtracker](https://github.com/python-validators/validators/issues)
2626
- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)
2727
- [Code](https://github.com/python-validators/validators/)

‎docs/index.rst

Copy file name to clipboardExpand all lines: docs/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Resources
2424

2525
.. raw:: html
2626

27-
<!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ -->
27+
<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ -->
2828

2929
.. raw:: html
3030

3131
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
3232

33-
- `Documentation <https://python-validators.github.io/validators/>`__
33+
- `Documentation <https://yozachar.github.io/pyvalidators>`__
3434
- `Bugtracker <https://github.com/python-validators/validators/issues>`__
3535
- `Security <https://github.com/python-validators/validators/blob/master/SECURITY.md>`__
3636
- `Code <https://github.com/python-validators/validators/>`__

‎mkdocs.yaml

Copy file name to clipboardExpand all lines: mkdocs.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: "validators"
22
site_description: "Automatic documentation from sources, for MkDocs."
3-
site_url: "https://python-validators.github.io/validators/"
4-
repo_url: "https://github.com/python-validators/validators"
3+
site_url: "https://yozachar.github.io/pyvalidators/"
4+
repo_url: "https://github.com/python-validators/validators/"
55
edit_uri: "edit/master/docs/"
66
repo_name: "validators/validators"
77
site_dir: "site"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.