Skip to content

Commit 80a8c03

Browse files
author
Developer
committed
docs: fix GitHub repository references in mdBook config
Fixed remaining references to use official s5-dev repository: - book.toml: Updated git-repository-url and edit-url-template - index.md: Fixed GitHub link text to show s5-dev/s5.js - README.md: Fixed GitHub link text to show s5-dev/s5.js All 15 GitHub references now correctly point to github.com/s5-dev/s5.js Documentation is now fully ready for integration into docs.sfive.net
1 parent 8975fbd commit 80a8c03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

s5-docs-sdk-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Documentation is derived from:
103103
## Package Information
104104

105105
- **npm**: [@s5-dev/s5js](https://www.npmjs.com/package/@s5-dev/s5js)
106-
- **GitHub**: [julesl23/s5.js](https://github.com/s5-dev/s5.js)
106+
- **GitHub**: [s5-dev/s5.js](https://github.com/s5-dev/s5.js)
107107
- **Version**: 0.9.0-beta.1
108108
- **License**: MIT OR Apache-2.0
109109

s5-docs-sdk-js/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ create-missing = true
1616
mathjax-support = false
1717
copy-fonts = true
1818
no-section-label = false
19-
git-repository-url = "https://github.com/julesl23/s5.js"
19+
git-repository-url = "https://github.com/s5-dev/s5.js"
2020
git-repository-icon = "fa-github"
21-
edit-url-template = "https://github.com/julesl23/s5.js/edit/main/docs/{path}"
21+
edit-url-template = "https://github.com/s5-dev/s5.js/edit/main/docs/{path}"
2222
site-url = "/sdk/javascript/"
2323
cname = "docs.sfive.net"
2424

s5-docs-sdk-js/src/sdk/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enhanced s5.js is a comprehensive TypeScript SDK for building S5 applications in
1515
## Package Information
1616

1717
- **npm**: [@s5-dev/s5js](https://www.npmjs.com/package/@s5-dev/s5js)
18-
- **GitHub**: [julesl23/s5.js](https://github.com/s5-dev/s5.js)
18+
- **GitHub**: [s5-dev/s5.js](https://github.com/s5-dev/s5.js)
1919
- **License**: MIT OR Apache-2.0
2020
- **Version**: 0.9.0-beta.1
2121

0 commit comments

Comments
 (0)