Skip to content

Commit 923d79b

Browse files
authored
Merge pull request #524 from per1234/update-links
Update redirecting URLs in reference links
2 parents e2df7c2 + dd21e44 commit 923d79b

File tree

68 files changed

+116
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+116
-110
lines changed

.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-javascript/.eslintrc.yml
2-
# See: https://eslint.org/docs/user-guide/configuring/
2+
# See: https://eslint.org/docs/latest/use/configure/
33
# The code style defined in this file is the official standardized style to be used in all Arduino projects and should
44
# not be modified.
55

.github/workflows/check-ci-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Check CI Workflows Sync
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
push:
1212
paths:

.github/workflows/check-clang-format.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
# See: https://github.com/actions/setup-node/#readme
55
NODE_VERSION: 16.x
66

7-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
7+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
88
on:
99
push:
1010
paths:
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Set environment variables
7777
run: |
78-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
78+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
7979
if [[ "${{ github.event.inputs.clang-format-version }}" == "" ]]; then
8080
echo "CLANG_FORMAT_VERSION=$(task clang-format:get-version)" >> "$GITHUB_ENV"
8181
else
@@ -99,7 +99,7 @@ jobs:
9999
cd "${{ env.CLANG_FORMAT_INSTALL_PATH }}"
100100
tar --extract --file="${{ steps.download-clang-format.outputs.name }}"
101101
# Add installation to PATH:
102-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
102+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
103103
echo "${{ env.CLANG_FORMAT_INSTALL_PATH }}/clang_Linux_64bit" >> "$GITHUB_PATH"
104104
105105
- name: Download yq
@@ -115,7 +115,7 @@ jobs:
115115
cd "${{ env.YQ_INSTALL_PATH }}"
116116
tar --extract --file="${{ steps.download-yq.outputs.name }}"
117117
# Add installation to PATH:
118-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
118+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
119119
echo "${{ env.YQ_INSTALL_PATH }}/yq" >> "$GITHUB_PATH"
120120
121121
- name: Check ClangFormat configuration file
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Set environment variables
154154
run: |
155-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
155+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
156156
if [[ "${{ github.event.inputs.clang-format-version }}" == "" ]]; then
157157
echo "CLANG_FORMAT_VERSION=$(task clang-format:get-version)" >> "$GITHUB_ENV"
158158
else
@@ -175,7 +175,7 @@ jobs:
175175
cd "${{ env.CLANG_FORMAT_INSTALL_PATH }}"
176176
tar --extract --file="${{ steps.download.outputs.name }}"
177177
# Add installation to PATH:
178-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
178+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
179179
echo "${{ env.CLANG_FORMAT_INSTALL_PATH }}/clang_Linux_64bit" >> "$GITHUB_PATH"
180180
181181
- name: Check ClangFormat output
@@ -220,7 +220,7 @@ jobs:
220220
steps:
221221
- name: Set environment variables
222222
run: |
223-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
223+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
224224
echo "CONVERSION_OUTPUT_PATH=${{ runner.temp }}/clang-format-js-object.txt" >> "$GITHUB_ENV"
225225
226226
- name: Checkout repository

.github/workflows/check-community-health-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Check Community Health Files Sync
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
push:
1212
paths:

.github/workflows/check-config-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Check Configuration Files Sync
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
push:
1212
pull_request:

.github/workflows/check-dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check Dependabot Configuration
22

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

.github/workflows/check-eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
# See: https://github.com/actions/setup-node/#readme
55
NODE_VERSION: 16.x
66

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

.github/workflows/check-files-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-files-task.md
22
name: Check Files
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-general-formatting-task.yml

+3-3
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:
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Set environment variables
4949
run: |
50-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
50+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
5151
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"
5252
5353
- name: Checkout repository
@@ -75,7 +75,7 @@ jobs:
7575
# Give the binary a standard name
7676
mv "${{ env.EC_INSTALL_PATH }}/bin/ec-linux-amd64" "${{ env.EC_INSTALL_PATH }}/bin/ec"
7777
# Add installation to PATH:
78-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
78+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
7979
echo "${{ env.EC_INSTALL_PATH }}/bin" >> "$GITHUB_PATH"
8080
8181
- name: Check formatting

.github/workflows/check-issue-templates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check Issue Templates
22

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-node/#readme
66
NODE_VERSION: 16.x
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-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check Label Configuration
22

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

.github/workflows/check-license.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-license.md
22
name: Check License
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-markdown-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-node/#readme
66
NODE_VERSION: 16.x
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-markdownlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check markdownlint Configuration
22

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-node/#readme
66
NODE_VERSION: 16.x
77

8-
# See: https://docs.github.com/en/actions/reference/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-prettier-formatting-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-node/#readme
66
NODE_VERSION: 16.x
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-python-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/check-shell-task.yml

+5-5
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-shell-task.md
22
name: Check Shell Scripts
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:
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- name: Set environment variables
8383
run: |
84-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
84+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
8585
echo "INSTALL_PATH=${{ runner.temp }}/shellcheck" >> "$GITHUB_ENV"
8686
8787
- name: Checkout repository
@@ -112,7 +112,7 @@ jobs:
112112
"${{ env.SHELLCHECK_RELEASE_ASSET_SUFFIX }}"
113113
)"
114114
# Add installation to PATH:
115-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
115+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
116116
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
117117
118118
- name: Run ShellCheck
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
- name: Set environment variables
142142
run: |
143-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
143+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
144144
echo "SHFMT_INSTALL_PATH=${{ runner.temp }}/shfmt" >> "$GITHUB_ENV"
145145
146146
- name: Checkout repository
@@ -168,7 +168,7 @@ jobs:
168168
# Standardize binary name
169169
mv "${{ env.SHFMT_INSTALL_PATH }}/${{ steps.download.outputs.name }}" "${{ env.SHFMT_INSTALL_PATH }}/shfmt"
170170
# Add installation to PATH:
171-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
171+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
172172
echo "${{ env.SHFMT_INSTALL_PATH }}" >> "$GITHUB_PATH"
173173
174174
- name: Format shell scripts

.github/workflows/check-taskfiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-node/#readme
66
NODE_VERSION: 16.x
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-workflows-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

44
env:
55
# See: https://github.com/actions/setup-node/#readme
66
NODE_VERSION: 16.x
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:

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ 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/github-linguist/linguist/blob/f164d13fa618023ecf2d8f2ed9a6ce5fae731346/lib/linguist/languages.yml#L8237-L8260
17+
# (used by Prettier)
1718
- "**/.clang-format"
1819
- "**/.clang-tidy"
1920
- "**/.gemrc"
@@ -29,7 +30,8 @@ on:
2930
- ".yamllint*"
3031
- "poetry.lock"
3132
- "pyproject.toml"
32-
# Source: https://github.com/ikatyang/linguist-languages/blob/master/data/YAML.json (used by Prettier)
33+
# Source: https://github.com/github-linguist/linguist/blob/f164d13fa618023ecf2d8f2ed9a6ce5fae731346/lib/linguist/languages.yml#L8237-L8260
34+
# (used by Prettier)
3335
- "**/.clang-format"
3436
- "**/.clang-tidy"
3537
- "**/.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
@@ -7,7 +7,7 @@ env:
77
CONFIGURATIONS_FOLDER: .github/label-configuration-files
88
CONFIGURATIONS_ARTIFACT_PREFIX: label-configuration-file-
99

10-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
10+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
1111
on:
1212
push:
1313
paths:
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- name: Set environment variables
103103
run: |
104-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
104+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
105105
echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
106106
107107
- name: Determine whether to dry run

.github/workflows/test-install-script.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
# Run every day at 03:00 UTC to catch breakage caused by external events
1414
- cron: "0 3 * * *"
1515
# workflow_dispatch event allows the workflow to be triggered manually.
16-
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
16+
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
1717
workflow_dispatch:
1818

1919
env:
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set install path environment variable
111111
shell: bash
112112
run: |
113-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
113+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
114114
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"
115115
116116
- name: Download script artifact
@@ -219,7 +219,7 @@ jobs:
219219
- name: Set install path environment variables
220220
shell: bash
221221
run: |
222-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
222+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
223223
FIRST_INSTALLATION_FOLDER="first-installation-folder"
224224
echo "FIRST_INSTALLATION_FOLDER=${FIRST_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
225225
echo "FIRST_BINDIR=${{ runner.temp }}/${FIRST_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
@@ -249,7 +249,7 @@ jobs:
249249
- name: Add first installation to PATH
250250
shell: bash
251251
run: |
252-
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
252+
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
253253
echo "${{ env.FIRST_BINDIR }}" >> "$GITHUB_PATH"
254254
255255
- name: Check script output with previous installation in PATH (non-Windows)

.github/workflows/test-python-poetry-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:

0 commit comments

Comments
 (0)