Skip to content

Commit

Permalink
update doc links to python readme and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 9, 2024
1 parent aeb0ba5 commit b397b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This package provides Python functions to validate various forms fields.

Documentation: https://github.com/gabriel-logan/multiform-validator
Documentation: https://gabriel-logan.github.io/multiform-validator/documentation/py

Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan!

Expand Down
4 changes: 2 additions & 2 deletions packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "multiform-validator"
version = "0.0.8"
version = "0.0.9"
authors = [
{ name="Gabriel Logan" },
]
Expand All @@ -20,5 +20,5 @@ classifiers = [
]

[project.urls]
"Homepage" = "https://github.com/gabriel-logan/multiform-validator/tree/main/packages/python"
"Homepage" = "https://gabriel-logan.github.io/multiform-validator/documentation"
"Bug Tracker" = "https://github.com/gabriel-logan/multiform-validator/tree/main/packages/python"

0 comments on commit b397b9d

Please sign in to comment.