From 823e279e0dd40d8818a8d58c12a7df22caae1c04 Mon Sep 17 00:00:00 2001 From: JamesMRamm <105151517+JamesMRamm@users.noreply.github.com> Date: Thu, 2 May 2024 17:57:34 +1000 Subject: [PATCH] Update pyproject.toml Correction to Documentation URL --- examples/javascript/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript/pyproject.toml b/examples/javascript/pyproject.toml index 0ec631d2..f584e5c8 100644 --- a/examples/javascript/pyproject.toml +++ b/examples/javascript/pyproject.toml @@ -8,7 +8,7 @@ maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] dependencies = ["flask"] [project.urls] -Documentation = "https://flask.palletsprojects.com/patterns/jquery/" +Documentation = "https://flask.palletsprojects.com/patterns/javascript/" [project.optional-dependencies] test = ["pytest"]