You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
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:
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,6 @@ graph TB
155
155
156
156
## License
157
157
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.
159
159
160
160
The main GlinrDock application source code is maintained in a separate private repository.
0 commit comments