Skip to content

Commit 8d82172

Browse files
committed
Update reference links in comments
The project infrastructure code contains comments that provide links to relevant information. Some of that information has been moved to a different location on the Internet since the time the comments were added. The URLs are hereby updated to point to the current location of that content.
1 parent 1375173 commit 8d82172

14 files changed

+18
-18
lines changed

.github/workflows/check-general-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
22
name: Check General Formatting
33

4-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
55
on:
66
create:
77
push:

.github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66
GO_VERSION: "1.17"
77

8-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
99
on:
1010
create:
1111
push:

.github/workflows/check-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66
GO_VERSION: "1.17"
77

8-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
99
on:
1010
create:
1111
push:

.github/workflows/check-license.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
# SPDX identifier: https://spdx.org/licenses/
77
EXPECTED_LICENSE_TYPE: GPL-3.0
88

9-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
1010
on:
1111
create:
1212
push:

.github/workflows/check-markdown-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-markdown-task.md
22
name: Check Markdown
33

4-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
55
on:
66
create:
77
push:

.github/workflows/check-npm-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-npm-task.md
22
name: Check npm
33

4-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
55
on:
66
create:
77
push:

.github/workflows/check-prettier-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-prettier-formatting-task.md
22
name: Check Prettier Formatting
33

4-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
55
on:
66
create:
77
push:

.github/workflows/check-taskfiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-taskfiles.md
22
name: Check Taskfiles
33

4-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
55
on:
66
create:
77
push:

.github/workflows/check-workflows-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Source: https://github.com/arduino/tooling-project-assets/blob/master/workflow-templates/check-workflows-task.md
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-workflows-task.md
22
name: Check Workflows
33

4-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
55
on:
66
push:
77
paths:

.github/workflows/check-yaml-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ env:
55
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
99
on:
1010
create:
1111
push:
1212
paths:
1313
- ".yamllint*"
1414
- "poetry.lock"
1515
- "pyproject.toml"
16-
# Source: https://github.com/ikatyang/linguist-languages/blob/master/data/YAML.json (used by Prettier)
16+
# Source: https://github.com/ikatyang-collab/linguist-languages/blob/main/data/YAML.js (used by Prettier)
1717
- "**/.clang-format"
1818
- "**/.clang-tidy"
1919
- "**/.gemrc"
@@ -29,7 +29,7 @@ on:
2929
- ".yamllint*"
3030
- "poetry.lock"
3131
- "pyproject.toml"
32-
# Source: https://github.com/ikatyang/linguist-languages/blob/master/data/YAML.json (used by Prettier)
32+
# Source: https://github.com/ikatyang-collab/linguist-languages/blob/main/data/YAML.js (used by Prettier)
3333
- "**/.clang-format"
3434
- "**/.clang-tidy"
3535
- "**/.gemrc"

.github/workflows/spell-check-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
99
on:
1010
create:
1111
push:

.github/workflows/sync-labels-npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
CONFIGURATIONS_FOLDER: .github/label-configuration-files
66
CONFIGURATIONS_ARTIFACT_PREFIX: label-configuration-file-
77

8-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- name: Set environment variables
9898
run: |
99-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
99+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
100100
echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
101101
102102
- name: Determine whether to dry run

.licensed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See: https://github.com/github/licensed/blob/master/docs/configuration.md
1+
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
22
sources:
33
go: true
44

.yamllint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rules:
5353
check-keys: true
5454

5555
yaml-files:
56-
# Source: https://github.com/ikatyang/linguist-languages/blob/master/data/YAML.json (used by Prettier)
56+
# Source: https://github.com/ikatyang-collab/linguist-languages/blob/main/data/YAML.js (used by Prettier)
5757
- ".clang-format"
5858
- ".clang-tidy"
5959
- ".gemrc"

0 commit comments

Comments
 (0)