Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Nov 10, 2024
1 parent defad16 commit 66a357f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/schema/form.schema.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title = "urljsf"
description = "A schema for building forms for building URLs for building..."

"$schema" = "http://json-schema.org/draft-07/schema#"
"$id" = "https://deathbeds.github.io/urljsf/_static/schema/v0/form.schema.json"
"$id" = "https://deathbeds.github.io/urljsf/_static/urljsf/schema/v0/form.schema.json"
type = "object"
required = ["forms", "templates"]
additionalProperties = false
Expand Down
2 changes: 1 addition & 1 deletion js/schema/v0/form.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://deathbeds.github.io/urljsf/_static/schema/v0/form.schema.json",
"$id": "https://deathbeds.github.io/urljsf/_static/urljsf/schema/v0/form.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "urljsf",
Expand Down
1 change: 0 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@ html_static_path = ["_static", "../js/dist/", "../dist"]
[tool.sphinx.html_theme_options]
github_url = "{{ ppt.project.urls.Source }}"
icon_links = [
{name = "GitHub", url = "{{ ppt.project.urls.Source }}", icon = "fa-brands fa-github", type = "fontawesome"},
{name = "PyPI", url = "{{ ppt.project.urls.PyPI }}", icon = "fa-brands fa-python", type = "fontawesome"},
]
pygments_dark_style = "github-dark-colorblind"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yaml = [
[project.urls]
"Bug Tracker" = "https://github.com/deathbeds/urljsf/issues"
Changelog = "https://github.com/deathbeds/urljsf/blob/main/CHANGELOG.md"
Documentation = "https://urljsf.rtfd.io"
Documentation = "https://urljsf.rtfd.org"
PyPI = "https://pypi.org/project/urljsf"
Source = "https://github.com/deathbeds/urljsf"

Expand Down

0 comments on commit 66a357f

Please sign in to comment.