From eef95ca4718da6f5778a488c040a8fe1bada9887 Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Fri, 31 May 2024 22:17:38 -0300 Subject: [PATCH] chore: update url page for the docs --- packages/python/README.md | 2 +- packages/python/pyproject.toml | 4 ++-- packages/typescript/README.md | 14 +++++++------- packages/typescript/package.json | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/python/README.md b/packages/python/README.md index 2458df8..3765b2c 100644 --- a/packages/python/README.md +++ b/packages/python/README.md @@ -6,7 +6,7 @@ This package provides Python functions to validate various forms fields. -Documentation: https://gabriel-logan.github.io/multiform-validator/documentation/py +Documentation: https://multiform-validator.vercel.app/documentation/py Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan! diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 0034434..26662b1 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "multiform-validator" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Gabriel Logan" }, ] @@ -21,5 +21,5 @@ classifiers = [ ] [project.urls] -"Homepage" = "https://gabriel-logan.github.io/multiform-validator/documentation" +"Homepage" = "https://multiform-validator.vercel.app/documentation" "Bug Tracker" = "https://github.com/gabriel-logan/multiform-validator/tree/main/packages/python" diff --git a/packages/typescript/README.md b/packages/typescript/README.md index 54f9fe0..2db02ab 100644 --- a/packages/typescript/README.md +++ b/packages/typescript/README.md @@ -9,7 +9,7 @@ This npm package provides JavaScript functions to validate various forms fields. -Documentation: https://gabriel-logan.github.io/multiform-validator +Documentation: https://multiform-validator.vercel.app Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan! @@ -17,24 +17,24 @@ Feel free to find bugs and report them to me. Your feedback is highly appreciate jsDelivr: ```bash -https://cdn.jsdelivr.net/npm/multiform-validator@2.1.0/dist/bundle.min.js +https://cdn.jsdelivr.net/npm/multiform-validator@2.1.1/dist/bundle.min.js ``` ```html - + ``` unpkg: ```bash -https://unpkg.com/multiform-validator@2.1.0/dist/bundle.js +https://unpkg.com/multiform-validator@2.1.1/dist/bundle.js ``` ```html - + ``` ### Example of use with CDN ```html - +