Skip to content

Commit af8aae5

Browse files
docs: populated urls
1 parent 20775a2 commit af8aae5

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

docs/book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ src = "src"
66
title = "GitCord Documentation"
77

88
[output.html]
9-
git-repository-url = "https://github.com/your-username/gitcord"
9+
git-repository-url = "https://github.com/evolvewithevan/gitcord"
1010
git-repository-icon = "fa-github"
11-
site-url = "/"
12-
git-repository-edit-url = "https://github.com/your-username/gitcord/edit/main/docs/src/"
11+
site-url = "https://evolvewithevan.github.io/gitcord/"
12+
git-repository-edit-url = "https://github.com/evolvewithevan/gitcord/edit/main/docs/src/"
1313
additional-css = ["custom.css"]
1414
additional-js = ["custom.js"]
1515

docs/src/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide will walk you through installing and setting up GitCord on your Disco
1111
## Step 1: Clone the Repository
1212

1313
```bash
14-
git clone https://github.com/your-username/gitcord.git
14+
git clone https://github.com/evolvewithevan/gitcord.git
1515
cd gitcord
1616
```
1717

docs/src/introduction.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,16 @@ Ready to get started? Check out the [Installation Guide](./getting-started/insta
3030

3131
## Support
3232

33-
- **GitHub**: [GitCord Repository](https://github.com/your-username/gitcord)
33+
- **GitHub**: [GitCord Repository](https://github.com/evolvewithevan/gitcord)
3434
- **Issues**: Report bugs and request features on GitHub
3535
- **Documentation**: This comprehensive guide covers all aspects of GitCord
3636

3737
## License
3838

39-
GitCord is open source software. See the [LICENSE](../LICENSE) file for details.
39+
GitCord is open source software. See the [LICENSE](../LICENSE) file for details.
40+
41+
---
42+
43+
<p align="center">
44+
<sub>Made with ❤️ by the GitCord Team</sub>
45+
</p

0 commit comments

Comments
 (0)