Skip to content

Commit 4e5f8ef

Browse files
Update navigation links to reflect correct section titles
1 parent 2ad28f1 commit 4e5f8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/full-day/0-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workshop setup
22

3-
| [Getting started with GitHub Copilot][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
3+
| [Modern DevOps with GitHub][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
44
|:-----------------------------------|------------------------------------------:|
55

66
To complete this workshop you will need to create a repository with a copy of the contents of this repository. While this can be done by [forking a repository][fork-repo], the goal of a fork is to eventually merge code back into the original (or upstream) source. In our case we want a separate copy as we don't intend to merge our changes. This is accomplished through the use of a [template repository][template-repo]. Template repositories are a great way to provide starters for your organization, ensuring consistency across projects.
@@ -24,11 +24,11 @@ In a few moments a new repository will be created from the template for this wor
2424
## Summary and next steps
2525
You've now created the repository you'll use for this workshop! Next let's [enable Code Scanning][walkthrough-next] to secure the code we write.
2626

27-
| [Getting started with GitHub Copilot][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
27+
| [Modern DevOps with GitHub][walkthrough-previous] | [Next: Enable Code Scanning →][walkthrough-next] |
2828
|:-----------------------------------|------------------------------------------:|
2929

3030
[fork-repo]: https://docs.github.com/en/get-started/quickstart/fork-a-repo
3131
[template-repo]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository
3232
[repo-root]: /
33-
[walkthrough-previous]: ../README.md
33+
[walkthrough-previous]: README.md
3434
[walkthrough-next]: 1-code-scanning.md

0 commit comments

Comments
 (0)