Skip to content

Commit 512cf68

Browse files
committed
refactor: Update external links
1 parent 1fc52df commit 512cf68

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

cheatsheets/containers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ layout: listing
55
# Containers
66

77

8-
See also the [Containers](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/containers) section of Code Cookbook project.
8+
See also the [Containers](https://michaelcurrin.github.io/code-cookbook/recipes/containers/) section of Code Cookbook project.

cheatsheets/jekyll/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ For a guide on getting start with or using Jekyll, see [Jekyll](https://github.c
2222
## Deploy
2323

2424
- [GitHub Pages](https://github.com/MichaelCurrin/code-resources/blob/master/resources/github-pages.md) resources
25-
- [CI/CD](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/ci-cd) - how to build, deploy and serve a Jekyll site using Netlify or GitHub Actions.
25+
- [CI/CD](https://michaelcurrin.github.io/code-cookbook/recipes/ci-cd/) - how to build, deploy and serve a Jekyll site using Netlify or GitHub Actions.

cheatsheets/shell/files/text-files.md/dotenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ fi
2222

2323
See also in my cookbook:
2424

25-
- [dotenv](https://github.com/MichaelCurrin/code-cookbook/blob/master/recipes/shell/dotenv.md)
25+
- [dotenv](https://michaelcurrin.github.io/code-cookbook/recipes/shell/dotenv.html)

cheatsheets/shell/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SSH
22

3-
See [SSH](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/shell/ssh) section of my Code Cookbook project.
3+
See [SSH](https://michaelcurrin.github.io/code-cookbook/recipes/shell/ssh/) section of my Code Cookbook project.

cheatsheets/web/svg.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ svg {
8585
}
8686
```
8787

88-
On my pages here, my SVG is placed inside an anchor tag and so it matches the anchor tag's colors. Which is blue initially and then black when you hover over it.
89-
90-
- [Cheatsheets](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/)
91-
- [Cookbook](https://michaelcurrin.github.io/code-cookbook/recipes/)
88+
On this site, my SVG is placed inside an anchor tag and so it matches the anchor tag's colors. Which is blue initially and then black when you hover over it.
9289

9390

9491
### Current color in CSS

0 commit comments

Comments
 (0)