Skip to content

Commit 756af2a

Browse files
committed
Update redirecting links in documentation
Even though these links were still reaching the intended page, it is best not to rely on redirects continuing to work indefinitely.
1 parent e5dc77e commit 756af2a

File tree

77 files changed

+116
-116
lines changed

Some content is hidden

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

77 files changed

+116
-116
lines changed

Diff for: .github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# See: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates#about-the-dependabotyml-file
1+
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
22
version: 2
33

44
updates:
55
# Configure check for outdated GitHub Actions actions in workflows.
66
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
7-
# See: https://docs.github.com/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
7+
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
1010
schedule:

Diff for: .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/reference/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
1010
on:
1111
push:
1212
paths:

Diff for: .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/reference/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
1010
on:
1111
push:
1212
paths:

Diff for: .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/reference/events-that-trigger-workflows
9+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
1010
on:
1111
push:
1212
pull_request:

Diff for: .github/workflows/check-configs.yml

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

3-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
3+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
44
on:
55
push:
66
paths:

Diff for: .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/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
pull_request:
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Set environment variables
2020
run: |
21-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
21+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
2222
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"
2323
2424
- name: Checkout repository
@@ -46,7 +46,7 @@ jobs:
4646
# Give the binary a standard name
4747
mv "${{ env.EC_INSTALL_PATH }}/bin/ec-linux-amd64" "${{ env.EC_INSTALL_PATH }}/bin/ec"
4848
# Add installation to PATH:
49-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
49+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
5050
echo "${{ env.EC_INSTALL_PATH }}/bin" >> "$GITHUB_PATH"
5151
5252
- name: Check formatting

Diff for: .github/workflows/check-license.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# SPDX identifier: https://spdx.org/licenses/
88
EXPECTED_LICENSE_TYPE: CC0-1.0
99

10-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
10+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
1111
on:
1212
push:
1313
paths:

Diff for: .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/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .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/free-pro-team@latest/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .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/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:

Diff for: .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/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Set environment variables
5252
run: |
53-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
53+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
5454
echo "INSTALL_PATH=${{ runner.temp }}/shellcheck" >> "$GITHUB_ENV"
5555
5656
- name: Checkout repository
@@ -77,7 +77,7 @@ jobs:
7777
tar --extract --file="${{ steps.download.outputs.name }}"
7878
EXTRACTION_FOLDER="$(basename "${{ steps.download.outputs.name }}" "${{ env.SHELLCHECK_RELEASE_ASSET_SUFFIX }}")"
7979
# Add installation to PATH:
80-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
80+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
8181
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
8282
8383
- name: Run ShellCheck
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- name: Set environment variables
9595
run: |
96-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
96+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
9797
echo "SHFMT_INSTALL_PATH=${{ runner.temp }}/shfmt" >> "$GITHUB_ENV"
9898
9999
- name: Checkout repository
@@ -121,7 +121,7 @@ jobs:
121121
# Standardize binary name
122122
mv "${{ env.SHFMT_INSTALL_PATH }}/${{ steps.download.outputs.name }}" "${{ env.SHFMT_INSTALL_PATH }}/shfmt"
123123
# Add installation to PATH:
124-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
124+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
125125
echo "${{ env.SHFMT_INSTALL_PATH }}" >> "$GITHUB_PATH"
126126
127127
- name: Format shell scripts

Diff for: .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/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .github/workflows/check-workflows-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/master/workflow-templates/check-workflows-task.md
22
name: Check Workflows
33

4-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:

Diff for: .github/workflows/check-yaml-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/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:

Diff for: .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/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/free-pro-team@latest/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
1010
push:
1111
pull_request:

Diff for: .github/workflows/sync-labels.yml

+2-2
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/sync-labels.md
22
name: Sync Labels
33

4-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- name: Set environment variables
8787
run: |
88-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
88+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
8989
echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
9090
9191
- name: Determine whether to dry run

Diff for: .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/reference/events-that-trigger-workflows#workflow_dispatch
16+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
1717
workflow_dispatch:
1818

1919
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set install path environment variable
104104
shell: bash
105105
run: |
106-
# See: https://docs.github.com/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
106+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
107107
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"
108108
109109
- name: Download script artifact
@@ -209,7 +209,7 @@ jobs:
209209
- name: Set install path environment variables
210210
shell: bash
211211
run: |
212-
# See: https://docs.github.com/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
212+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
213213
FIRST_INSTALLATION_FOLDER="first-installation-folder"
214214
echo "FIRST_INSTALLATION_FOLDER=${FIRST_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
215215
echo "FIRST_BINDIR=${{ runner.temp }}/${FIRST_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
@@ -239,7 +239,7 @@ jobs:
239239
- name: Add first installation to PATH
240240
shell: bash
241241
run: |
242-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
242+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
243243
echo "${{ env.FIRST_BINDIR }}" >> "$GITHUB_PATH"
244244
245245
- name: Check script output with previous installation in PATH (non-Windows)

Diff for: .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/v2#available-versions-of-python
66
PYTHON_VERSION: "3.9"
77

8-
# See: https://docs.github.com/free-pro-team@latest/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
1010
create:
1111
push:

Diff for: workflow-templates/assets/dependabot/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Dependabot can be used to check for outdated action versions used in the repository's GitHub Actions workflows:
44

5-
https://docs.github.com/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
5+
https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
66

77
## Instructions
88

99
Just copy [this `dependabot.yml` file](dependabot.yml) to the `.github/` folder of the target repository (or add the entry if the repository already has a `.github/dependabot.yml`) and everything else is handled automatically.
1010

1111
### Note
1212

13-
Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1` to `uses: foo/[email protected]`). When the action author has [provided a major version ref](https://docs.github.com/actions/creating-actions/about-actions#using-release-management-for-actions), use that instead (e.g., `uses: foo/bar@v2`). Once the major version has been updated in the workflow, Dependabot should not submit an update PR again until the next major version bump.
13+
Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1` to `uses: foo/[email protected]`). When the action author has [provided a major version ref](https://docs.github.com/actions/creating-actions/about-custom-actions#using-release-management-for-actions), use that instead (e.g., `uses: foo/bar@v2`). Once the major version has been updated in the workflow, Dependabot should not submit an update PR again until the next major version bump.
1414

1515
So even when the PRs from Dependabot are not exactly correct, they still have value in bringing the maintainer's attention to the fact that the action version in use is outdated. The effort needed to manually adjust the ref when this happens is trivial.
1616

@@ -29,18 +29,18 @@ NOTE: Dependabot's PRs will occasionally propose to pin to the patch version of
2929
(e.g., `uses: foo/bar@v2`). Dependabot will automatically close its PR once the workflow has been updated.
3030
3131
More information:
32-
https://docs.github.com/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
32+
https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3333
```
3434

3535
## PR message
3636

3737
```Markdown
3838
Dependabot will periodically check the versions of all actions used in the repository's workflows. If any are found to be outdated, it will submit a pull request to update them.
3939

40-
NOTE: Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1` to `uses: foo/[email protected]`). When the action author has [provided a major version ref](https://docs.github.com/actions/creating-actions/about-actions#using-release-management-for-actions), use that instead (e.g., `uses: foo/bar@v2`). Once the major version has been updated in the workflow, Dependabot should not submit an update PR again until the next major version bump.
40+
NOTE: Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating `uses: foo/bar@v1` to `uses: foo/[email protected]`). When the action author has [provided a major version ref](https://docs.github.com/actions/creating-actions/about-custom-actions#using-release-management-for-actions), use that instead (e.g., `uses: foo/bar@v2`). Once the major version has been updated in the workflow, Dependabot should not submit an update PR again until the next major version bump.
4141

4242
So even when the PRs from Dependabot are not exactly correct, they still have value in bringing the maintainer's attention to the fact that the action version in use is outdated. Dependabot will automatically close its PR once the workflow has been updated.
4343

4444
More information:
45-
https://docs.github.com/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
45+
https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
4646
```

Diff for: workflow-templates/assets/dependabot/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# See: https://docs.github.com/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file
1+
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
22
version: 2
33

44
updates:
55
# Configure check for outdated GitHub Actions actions in workflows.
66
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
7-
# See: https://docs.github.com/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
7+
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
1010
schedule:

Diff for: workflow-templates/check-certificates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Replace `REPO_OWNER/REPO_NAME` with the repository's name in the `jobs.check-cer
2222
1. Enter `:warning:`
2323
1. Click the "Save Settings" button
2424
1. Copy the text in the "Webhook URL" field
25-
1. Save the webhook URL to a [repository secret](https://docs.github.com/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named `SLACK_WEBHOOK`
25+
1. Save the webhook URL to a [repository secret](https://docs.github.com/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named `SLACK_WEBHOOK`
2626
- Make sure there is no newline at the end of the secret, otherwise the Slack post process will fail.
2727

2828
### Readme badge

Diff for: workflow-templates/check-certificates.yml

+2-2
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-certificates.md
22
name: Check Certificates
33

4-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
paths:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Set certificate path environment variable
4343
run: |
44-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
44+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
4545
echo "CERTIFICATE_PATH=${{ runner.temp }}/certificate.p12" >> "$GITHUB_ENV"
4646
4747
- name: Decode certificate

Diff for: workflow-templates/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/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
push:
77
pull_request:
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Set environment variables
2020
run: |
21-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
21+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
2222
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"
2323
2424
- name: Checkout repository
@@ -46,7 +46,7 @@ jobs:
4646
# Give the binary a standard name
4747
mv "${{ env.EC_INSTALL_PATH }}/bin/ec-linux-amd64" "${{ env.EC_INSTALL_PATH }}/bin/ec"
4848
# Add installation to PATH:
49-
# See: https://docs.github.com/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
49+
# See: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
5050
echo "${{ env.EC_INSTALL_PATH }}/bin" >> "$GITHUB_PATH"
5151
5252
- name: Check formatting

Diff for: workflow-templates/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/v2#readme
66
GO_VERSION: "1.16"
77

8-
# See: https://docs.github.com/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:

0 commit comments

Comments
 (0)