Skip to content

Commit 594f1a4

Browse files
committed
Fix project links
1 parent f5d4218 commit 594f1a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ dependencies = [
4444
dev = ["sphinx", "toml", "myst-parser", "sphinx-rtd-theme", "ruff"]
4545

4646
[project.urls]
47-
homepage = "https://github.com/markusgrotz/mujoco_scene_editor"
48-
repository = "https://github.com/markusgrotz/mujoco_scene_editor"
49-
documentation = "https://github.com/markusgrotz/mujoco_scene_editor"
50-
tracker = "https://github.com/markusgrotz/mujoco_scene_editor/issues"
47+
homepage = "https://github.com/markusgrotz/mujoco-scene-editor"
48+
repository = "https://github.com/markusgrotz/mujoco-scene-editor"
49+
documentation = "https://github.com/markusgrotz/mujoco-scene-editor"
50+
tracker = "https://github.com/markusgrotz/mujoco-scene-editor/issues"
5151

5252
[build-system]
5353
requires = ["uv_build>=0.9.4,<0.10.0"]

0 commit comments

Comments
 (0)