Skip to content

Commit 06dee61

Browse files
committed
Fix GitHub URLs to use correct username
1 parent dc1af00 commit 06dee61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
theme: just-the-docs
22
title: Unraid Plugin Development
33
description: Community-maintained documentation for building Unraid plugins
4-
url: https://dcflachs.github.io
4+
url: https://mstrhakr.github.io
55
baseurl: /unraid-plugin-docs
66

77
# Enable search
@@ -28,7 +28,7 @@ logo: "/assets/images/logo.png"
2828
# Aux links (top right)
2929
aux_links:
3030
"View on GitHub":
31-
- "https://github.com/dcflachs/unraid-plugin-docs"
31+
- "https://github.com/mstrhakr/unraid-plugin-docs"
3232
"Unraid Forums":
3333
- "https://forums.unraid.net/"
3434

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ This project aims to consolidate that knowledge into a single, well-organized re
4848

4949
This documentation is open source! Found an error? Want to add content?
5050

51-
- [View on GitHub](https://github.com/dcflachs/unraid-plugin-docs)
52-
- [Report an Issue](https://github.com/dcflachs/unraid-plugin-docs/issues)
51+
- [View on GitHub](https://github.com/mstrhakr/unraid-plugin-docs)
52+
- [Report an Issue](https://github.com/mstrhakr/unraid-plugin-docs/issues)
5353
- [Contributing Guide](CONTRIBUTING.md)
5454

5555
## Resources

0 commit comments

Comments
 (0)