Skip to content

Commit d40eb99

Browse files
committed
chore: fix typos
1 parent 41d3cf9 commit d40eb99

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
## Documentation
2727

2828
Full guides and the API reference live at the
29-
[project documentation site](https://DiogoRibeiro7.github.io/bmssp-backhup/).
29+
[project documentation site](https://DiogoRibeiro7.github.io/ssspx/).
3030
Algorithmic details are covered in the
31-
[BMSSP design notes](docs/design/bmssp.md), and key trade‑offs are tracked in
31+
[BMSSP design notes](docs/design/ssspx.md), and key trade‑offs are tracked in
3232
[Architecture Decision Records](docs/decisions/).
3333

3434
## Stability policy
@@ -217,15 +217,16 @@ If you use `ssspx` in academic work, please cite it using the metadata in
217217
[CITATION.cff](CITATION.cff) or the following BibTeX entry:
218218

219219
```bibtex
220-
@software{ribeiro_ssspx_2024,
220+
@software{ribeiro_ssspx_2025,
221221
author = {Ribeiro, Diogo},
222222
title = {ssspx},
223223
year = {2024},
224224
doi = {10.5281/zenodo.0000000},
225-
url = {https://github.com/DiogoRibeiro7/bmssp-backhup},
225+
url = {https://github.com/DiogoRibeiro7/ssspx},
226226
publisher = {Zenodo}
227227
}
228228
```
229+
229230
The DOI above is a placeholder. After your first release, run `python tools/update_citation.py <doi>` to update this citation and CITATION.cff.
230231

231232
---

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ readme = "README.md"
88
packages = [{ include = "ssspx", from = "src" }]
99
homepage = "https://github.com/DiogoRibeiro7/ssspx"
1010
repository = "https://github.com/DiogoRibeiro7/ssspx"
11-
documentation = "https://DiogoRibeiro7.github.io/bmssp-backhup/"
12-
keywords = ["shortest path", "graph", "dijkstra", "bmssp"]
11+
documentation = "https://DiogoRibeiro7.github.io/ssspx/"
12+
keywords = ["shortest path", "graph", "dijkstra", "ssspx"]
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",
1515
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)