Skip to content

Commit c9bd1d8

Browse files
committed
Update redirecting URLs in reference links
The templates and documentation contain reference links to provide additional information to the users and maintainers. The targets of some of these links have moved since the time they were added. Although the user could still reach the intended content via a redirect, it is best not to rely on redirects continuing to work indefinitely. So the URLs are hereby updated to point directly to the target content.
1 parent 7607ad7 commit c9bd1d8

File tree

71 files changed

+104
-104
lines changed

Some content is hidden

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

71 files changed

+104
-104
lines changed

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

Lines changed: 1 addition & 1 deletion
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
1010
on:
1111
push:
1212
paths:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check ClangFormat Configuration
22

3-
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
3+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
44
on:
55
push:
66
paths:
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Set environment variables
7878
run: |
79-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
79+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#setting-an-environment-variable
8080
if [[ "${{ github.event.inputs.clang-format-version }}" == "" ]]; then
8181
echo "CLANG_FORMAT_VERSION=$(task clang-format:get-version)" >>"$GITHUB_ENV"
8282
else
@@ -105,7 +105,7 @@ jobs:
105105
--file="${{ steps.download-clang-format.outputs.name }}"
106106
107107
# Add installation to PATH:
108-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
108+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
109109
echo "${{ env.CLANG_FORMAT_INSTALL_PATH }}/clang_Linux_64bit" >>"$GITHUB_PATH"
110110
111111
- name: Download yq
@@ -125,7 +125,7 @@ jobs:
125125
--file="${{ steps.download-yq.outputs.name }}"
126126
127127
# Add installation to PATH:
128-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
128+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
129129
echo "${{ env.YQ_INSTALL_PATH }}/yq" >>"$GITHUB_PATH"
130130
131131
- name: Check ClangFormat configuration file
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Set environment variables
164164
run: |
165-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
165+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#setting-an-environment-variable
166166
if [[ "${{ github.event.inputs.clang-format-version }}" == "" ]]; then
167167
echo "CLANG_FORMAT_VERSION=$(task clang-format:get-version)" >>"$GITHUB_ENV"
168168
else
@@ -190,7 +190,7 @@ jobs:
190190
--file="${{ steps.download.outputs.name }}"
191191
192192
# Add installation to PATH:
193-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
193+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
194194
echo "${{ env.CLANG_FORMAT_INSTALL_PATH }}/clang_Linux_64bit" >>"$GITHUB_PATH"
195195
196196
- name: Check ClangFormat output
@@ -238,7 +238,7 @@ jobs:
238238
steps:
239239
- name: Set environment variables
240240
run: |
241-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
241+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#setting-an-environment-variable
242242
echo "CONVERSION_OUTPUT_PATH=${{ runner.temp }}/clang-format-js-object.txt" >>"$GITHUB_ENV"
243243
244244
- name: Checkout repository

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

Lines changed: 1 addition & 1 deletion
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
1010
on:
1111
push:
1212
paths:

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

Lines changed: 1 addition & 1 deletion
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
1010
on:
1111
push:
1212
pull_request:

.github/workflows/check-dependabot.yml

Lines changed: 1 addition & 1 deletion
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
3+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
44
on:
55
push:
66
paths:

.github/workflows/check-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check ESLint Configuration
22

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

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

Lines changed: 1 addition & 1 deletion
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
55
on:
66
create:
77
push:

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

Lines changed: 3 additions & 3 deletions
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/reference/workflows-and-actions/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/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
50+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#setting-an-environment-variable
5151
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >>"$GITHUB_ENV"
5252
5353
- name: Checkout repository
@@ -82,7 +82,7 @@ jobs:
8282
"${{ env.EC_INSTALL_PATH }}/bin/ec"
8383
8484
# Add installation to PATH:
85-
# See: https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
85+
# See: https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
8686
echo "${{ env.EC_INSTALL_PATH }}/bin" >>"$GITHUB_PATH"
8787
8888
- name: Check formatting

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

Lines changed: 1 addition & 1 deletion
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/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
3+
# See: https://docs.github.com/actions/reference/workflows-and-actions/events-that-trigger-workflows
44
on:
55
push:
66
paths:

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

Lines changed: 1 addition & 1 deletion
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-javascript-task.md
22
name: Check JavaScript
33

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

0 commit comments

Comments
 (0)