Skip to content

Commit 6fc3bf0

Browse files
committed
Update GitHub links
1 parent 8dddb52 commit 6fc3bf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# To get started with Dependabot version updates, you'll need to specify which
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
55

66
version: 2
77
updates:

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
paths:
1414
- ".github/workflows/docker.yml"
1515
# We use local reusable workflows to make architecture clean and simple
16-
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
16+
# https://docs.github.com/en/actions/sharing-automations/reusing-workflows
1717
- ".github/workflows/docker-build-test-upload.yml"
1818
- ".github/workflows/docker-merge-tags.yml"
1919
- ".github/workflows/docker-tag-push.yml"
2020
- ".github/workflows/docker-wiki-update.yml"
2121

2222
# We use local composite actions to combine multiple workflow steps within one action
23-
# https://docs.github.com/en/actions/creating-actions/about-custom-actions#composite-actions
23+
# https://docs.github.com/en/actions/sharing-automations/creating-actions/about-custom-actions#composite-actions
2424
- ".github/actions/create-dev-env/action.yml"
2525
- ".github/actions/load-image/action.yml"
2626

@@ -53,7 +53,7 @@ on:
5353
- "requirements-dev.txt"
5454
workflow_dispatch:
5555

56-
# https://docs.github.com/en/actions/using-jobs/using-concurrency
56+
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
5757
concurrency:
5858
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
5959
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)