Skip to content

Commit 22116be

Browse files
committed
fix: resolve broken links causing MkDocs strict mode warnings
- Change relative LICENSE link to absolute GitHub URL in index.md - Change relative .github/release.yml links to absolute GitHub URLs in RELEASE_PROCESS.md This should resolve the 2 warnings causing build failures
1 parent 0a27c95 commit 22116be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/RELEASE_PROCESS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ git push origin v1.0.0
110110

111111
**Automated actions:**
112112
- Creates draft GitHub release
113-
- Auto-generates release notes using [.github/release.yml](../.github/release.yml)
113+
- Auto-generates release notes using [.github/release.yml](https://github.com/GLINCKER/glinrdock/blob/main/.github/release.yml)
114114
- Uploads artifacts from `_staging/$VERSION/` (if present)
115115
- Categorizes changes: Added, Changed, Fixed, Security
116116

@@ -163,7 +163,7 @@ git push origin v1.0.0
163163
## Release Validation Tools
164164

165165
### Automated Release Notes
166-
The repository uses [.github/release.yml](../.github/release.yml) to automatically generate categorized release notes:
166+
The repository uses [.github/release.yml](https://github.com/GLINCKER/glinrdock/blob/main/.github/release.yml) to automatically generate categorized release notes:
167167

168168
- **🚀 Added**: New features and enhancements
169169
- **🔧 Changed**: Breaking changes and updates

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ graph TB
155155

156156
## License
157157

158-
This documentation and binary distribution repository is licensed under the MIT License. See [LICENSE](../LICENSE) for details.
158+
This documentation and binary distribution repository is licensed under the MIT License. See [LICENSE](https://github.com/GLINCKER/glinrdock/blob/main/LICENSE) for details.
159159

160160
The main GlinrDock application source code is maintained in a separate private repository.

0 commit comments

Comments
 (0)