Skip to content

Commit c233b85

Browse files
committed
Removed language specific url tags
1 parent 6e5b4a0 commit c233b85

File tree

11 files changed

+34
-34
lines changed

11 files changed

+34
-34
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# For more information, see [docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax)
1+
# For more information, see [docs](https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax)
22

33
# This repository is maintained by:
44
* @geektrainer @peckjon @chrisreddington

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# - Checks for updates weekly
55
# - Groups updates based on their type (dev grouped by minor/patch or prod grouped by patch)
66
#
7-
# Learn more at https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file
7+
# Learn more at https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file
88
version: 2
99
updates:
1010
- package-ecosystem: npm

content/0-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ You've now created the repository you'll use for this workshop! Next let's [enab
3030
[next]: ./1-code-scanning.md
3131
[previous]: ./README.md
3232

33-
[fork-repo]: https://docs.github.com/en/get-started/quickstart/fork-a-repo
33+
[fork-repo]: https://docs.github.com/get-started/quickstart/fork-a-repo
3434
[repo-root]: /
35-
[template-repo]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository
35+
[template-repo]: https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-template-repository

content/1-code-scanning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ In this exercise, you enabled GitHub Advanced Security. You enabled Dependabot t
9898
[next]: ./2-issues.md
9999
[previous]: ./0-setup.md
100100

101-
[about-code-scanning]: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning
102-
[about-prs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
101+
[about-code-scanning]: https://docs.github.com/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning
102+
[about-prs]: https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
103103
[advanced-security]: https://github.com/features/security
104-
[advanced-security-docs]: https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security
105-
[dependabot-quickstart]: https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide
104+
[advanced-security-docs]: https://docs.github.com/get-started/learning-about-github/about-github-advanced-security
105+
[dependabot-quickstart]: https://docs.github.com/code-security/getting-started/dependabot-quickstart-guide
106106
[github-actions]: https://github.com/features/actions
107107
[skills-secure-code]: https://github.com/skills/secure-code-game
108108
[skills-supply-chain]: https://github.com/skills/secure-repository-supply-chain
109-
[supported-secrets]: https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns#supported-secrets
109+
[supported-secrets]: https://docs.github.com/code-security/secret-scanning/secret-scanning-patterns#supported-secrets

content/2-issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ GitHub Issues are the core to project management on GitHub. Their flexibility al
6969
[next]: ./3-codespaces.md
7070
[previous]: ./1-code-scanning.md
7171

72-
[about-prs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
72+
[about-prs]: https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
7373
[discussions]: https://github.com/features/discussions
7474
[issues]: https://github.com/features/issues
75-
[issues-docs]: https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues
76-
[projects-docs]: https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects
75+
[issues-docs]: https://docs.github.com/issues/tracking-your-work-with-issues/about-issues
76+
[projects-docs]: https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects
7777
[skills-markdown]: https://github.com/skills/communicate-using-markdown
78-
[wikis]: https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis
78+
[wikis]: https://docs.github.com/communities/documenting-your-project-with-wikis/about-wikis

content/3-codespaces.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,17 @@ Congratulations! You have now defined a custom development environment including
181181
[previous]: ./2-issues.md
182182
[github-flow-exercise]: ./6-github-flow.md
183183

184-
[codespace-prebuild]: https://docs.github.com/en/codespaces/prebuilding-your-codespaces
184+
[codespace-prebuild]: https://docs.github.com/codespaces/prebuilding-your-codespaces
185185
[codespaces]: https://github.com/features/codespaces
186-
[codespaces-docs]: https://docs.github.com/en/codespaces/overview
187-
[codespaces-forward-ports]: https://docs.github.com/en/codespaces/developing-in-a-codespace/forwarding-ports-in-your-codespace
186+
[codespaces-docs]: https://docs.github.com/codespaces/overview
187+
[codespaces-forward-ports]: https://docs.github.com/codespaces/developing-in-a-codespace/forwarding-ports-in-your-codespace
188188
[copilot-extension]: https://marketplace.visualstudio.com/items?itemName=GitHub.copilot
189189
[dev-containers-docs]: https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers
190-
[github-flow]: https://docs.github.com/en/get-started/quickstart/github-flow
190+
[github-flow]: https://docs.github.com/get-started/quickstart/github-flow
191191
[github-universal-container]: https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-the-default-dev-container-configuration
192192
[github-universal-container-definition]: https://github.com/devcontainers/images/blob/main/src/universal/.devcontainer/Dockerfile
193193
[IDE]: https://en.wikipedia.org/wiki/Integrated_development_environment
194194
[skills-codespaces]: https://github.com/skills/code-with-codespaces
195-
[vscode-codespaces]: https://docs.github.com/en/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code
195+
[vscode-codespaces]: https://docs.github.com/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code
196196
[vscode-extensions]: https://code.visualstudio.com/docs/editor/extension-marketplace
197197
[vscode-post-start-command]: https://code.visualstudio.com/remote/advancedcontainers/start-processes

content/4-continuous-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ Congratulations! You've implemented automated testing, a standard part of contin
158158
[github-flow-exercise]: ./6-github-flow.md
159159
[issues-exercise]: ./2-issues.md
160160

161-
[about-ci]: https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration
162-
[about-prs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
161+
[about-ci]: https://docs.github.com/actions/automating-builds-and-tests/about-continuous-integration
162+
[about-prs]: https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
163163
[actions-marketplace]: https://github.com/marketplace?type=actions
164164
[copilot]: https://gh.io/copilot
165-
[copilot-slash-commands]: https://docs.github.com/en/copilot/using-github-copilot/copilot-chat/github-copilot-chat-cheat-sheet
165+
[copilot-slash-commands]: https://docs.github.com/copilot/using-github-copilot/copilot-chat/github-copilot-chat-cheat-sheet
166166
[github-actions]: https://github.com/features/actions
167-
[github-flow]: https://docs.github.com/en/get-started/quickstart/github-flow
167+
[github-flow]: https://docs.github.com/get-started/quickstart/github-flow
168168
[skills-test-actions]: https://github.com/skills/test-with-actions
169-
[workflow-triggers]: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
169+
[workflow-triggers]: https://docs.github.com/actions/reference/events-that-trigger-workflows

content/5-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Congratulations! You've worked with GitHub Copilot to a new flag to the site. No
8989

9090
[agent-mode]: https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode
9191
[agents-in-sdlc]: https://github.com/github-samples/agents-in-sdlc
92-
[copilot-chat-cookbook]: https://docs.github.com/en/copilot/copilot-chat-cookbook
92+
[copilot-chat-cookbook]: https://docs.github.com/copilot/copilot-chat-cookbook
9393
[copilot-chat-edits]: https://code.visualstudio.com/docs/copilot/copilot-edits
94-
[copilot-questions]: https://docs.github.com/en/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide
95-
[github-copilot]: https://docs.github.com/en/copilot/get-started/what-is-github-copilot
94+
[copilot-questions]: https://docs.github.com/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide
95+
[github-copilot]: https://docs.github.com/copilot/get-started/what-is-github-copilot
9696
[github-samples]: https://github.com/github-samples/

content/6-github-flow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ The GitHub flow is a workflow for managing changes and incorporating new feature
104104
[security-exercise]: ./1-code-scanning.md
105105
[testing-exercise]: ./4-continuous-integration.md
106106
107-
[about-branches]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
108-
[about-prs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
107+
[about-branches]: https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
108+
[about-prs]: https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
109109
[cicd-resources]: https://resources.github.com/ci-cd/
110110
[github-cli]: https://cli.github.com/
111111
[github-codespaces]: https://github.com/features/codespaces
112-
[github-flow]: https://docs.github.com/en/get-started/quickstart/github-flow
112+
[github-flow]: https://docs.github.com/get-started/quickstart/github-flow
113113
[skills-release-workflow]: https://github.com/skills/release-based-workflow
114114
[skills-review-prs]: https://github.com/skills/review-pull-requests

content/7-deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ Work with the workshop leaders as needed to ask questions and get guidance as yo
202202

203203
[previous]: ./6-github-flow.md
204204

205-
[actions-deploy]: https://docs.github.com/en/actions/use-cases-and-examples/deploying/deploying-with-github-actions
206-
[azd-docs]: https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/overview?tabs=linux
205+
[actions-deploy]: https://docs.github.com/actions/use-cases-and-examples/deploying/deploying-with-github-actions
206+
[azd-docs]: https://learn.microsoft.com/azure/developer/azure-developer-cli/overview?tabs=linux
207207
[azure-copilot-extension]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot
208-
[bicep-docs]: https://learn.microsoft.com/en/azure/azure-resource-manager/bicep/overview?tabs=bicep
209-
[oidc-docs]: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect
208+
[bicep-docs]: https://learn.microsoft.com/azure/azure-resource-manager/bicep/overview?tabs=bicep
209+
[oidc-docs]: https://docs.github.com/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect

0 commit comments

Comments
 (0)