Skip to content

Commit 6b2fe4d

Browse files
committed
Additional modifications / corrections
1 parent 1b86772 commit 6b2fe4d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Auto-assign issue or PR
2727
uses: pozil/auto-assign-issue@v2
2828
with:
29-
repo-token: ${{ secrets.SD311 }}
29+
repo-token: ${{ secrets.GH_PAT }}
3030
assignees: SunDevil311
3131
numOfAssignee: 1
3232
allowSelfAssign: true

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
dependency-review:
1414
runs-on: ubuntu-24.04
15+
1516
steps:
1617
- name: Checkout Repository
1718
uses: actions/checkout@v4

src/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ with a clear title and description.
208208
 
209209

210210
**IMPORTANT**: By submitting a patch, you agree to allow the project
211-
owners to license your work under the terms of [CC BY 4.0](https://netwk.pro/license#cc-by) and the [GNU GPL](https://netwk.pro/license#gnu-gpl).
211+
owners to license your work under the terms of [CC BY 4.0](https://docs.netwk.pro/legal/#cc-by) and the [GNU GPL](https://docs.netwk.pro/legal/#gnu-gpl).
212212

213213
<sub>[Back to top](#top)</sub>
214214

src/legal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This work is dual-licensed under:
116116

117117
## 7. Creative Commons License (CC BY 4.0)
118118

119-
<sup>Formats: [HTML](https://legal.netwk.pro/html/CC-BY-4.0.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0-rdfa.xml) | [XMP](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.xml)</sup>
119+
<sup>Download: [HTML](https://netwk.pro/assets/license/CC-BY-4.0.html) | [Markdown](https://netwk.pro/assets/license/CC-BY-4.0.md) | [Text](https://netwk.pro/assets/license/CC-BY-4.0.txt) | [RDFa](https://netwk.pro/assets/license/CC-BY-4.0-rdfa.xml) | [XMP](https://netwk.pro/assets/license/CC-BY-4.0.xml)</sup>
120120

121121
Network Pro&trade; (the "Licensed Material") is licensed under **Creative
122122
Commons Attribution 4.0 International** (CC BY 4.0)
@@ -142,7 +142,7 @@ Permissions beyond the scope of this License—or instead of those permitted by
142142

143143
## 8. GNU General Public License (GPL)
144144

145-
<sup>Formats: [HTML](https://legal.netwk.pro/html/COPYING.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING-rdfa.xml) | [ODT](https://github.com/netwk-pro/netwk-pro-legal/raw/refs/heads/master/assets/license/COPYING.odt)</sup>
145+
<sup>Download: [HTML](https://netwk.pro/assets/license/COPYING.html) | [Markdown](https://netwk.pro/assets/license/COPYING.md) | [Text](https://netwk.pro/assets/license/COPYING.txt) | [RDFa](https://netwk.pro/assets/license/COPYING-rdfa.xml) | [ODT](https://netwk.pro/assets/license/COPYING.odt)</sup>
146146

147147
Network Pro&trade; is free software: you can redistribute it and/or modify it under the terms of the **GNU General Public License** (GNU GPL) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.
148148

0 commit comments

Comments
 (0)