Skip to content

Commit 87d6e61

Browse files
committed
📚 fix links
1 parent d7dec55 commit 87d6e61

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
html_theme = "furo"
2424
html_theme_options = {
25-
"source_repository": "https://github.com/chrisjsewell/sphinx_pyscript/",
25+
"source_repository": "https://github.com/chrisjsewell/sphinx-pyscript/",
2626
"source_branch": "main",
2727
"source_directory": "docs/",
2828
}

‎docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Sphinx PyScript
22

3+
![GitHub Repo stars](https://img.shields.io/github/stars/chrisjsewell/sphinx-pyscript?label=Like%20and%20Share%21&style=social)
4+
35
This is a Sphinx extension that allows you to use [PyScript](https://docs.pyscript.net) in your documentation.
46

57
```{toctree}

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
]
2424

2525
[project.urls]
26-
Home = "https://github.com/chrisjsewell/sphinx_pyscript"
26+
Home = "https://github.com/chrisjsewell/sphinx-pyscript"
2727
Documentation = "https://sphinx-pyscript.readthedocs.io"
2828

2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)