Skip to content

Commit 3eff84e

Browse files
authored
Fix broken link found by LinkChecker workflow 🐛 (#751)
1 parent 87cb53d commit 3eff84e

File tree

38 files changed

+43
-213
lines changed

38 files changed

+43
-213
lines changed

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@v2.4.1
1717
with:
18-
args: --accept '100..=103,200..=299,403,429' --exclude-all-private .
18+
args: --accept '100..=103,200..=299,403,429' --exclude-all-private --timeout 60 .
1919

2020
- name: Create Issue From File
2121
if: env.lychee_exit_code != 0

topics/ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
### Ansible Helloworld ⭐
3030

31-
- Visit [ansible/basic/helloworld](./basic/helloworld/)
31+
- Visit [ansible/basics/helloworld](./basics/helloworld/)
3232

3333
## 4. Beyond the Basics
3434

topics/ansible/basics/helloworld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```bash
99
# Navigate to code location under `devops-basics` repo
10-
cd devops-basics/topics/ansible/basic/helloworld
10+
cd devops-basics/topics/ansible/basics/helloworld
1111

1212
# Run playbook
1313
ansible-playbook -i first-inventory.ini first-playbook.yml

topics/ansible/docs/dev-to-blog-ansible-01.md

Lines changed: 0 additions & 171 deletions
This file was deleted.

topics/apache-httpd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ sudo systemctl enable httpd # RHEL/CentOS
9393

9494
### Apache HTTP Server Hands-On
9595

96-
- See: [basic](./basic/)
96+
- See: [basics](./basics/)
9797

9898
---
9999

100100
## 5. More...
101101

102102
### Apache httpd Cheatsheet
103103

104-
- https://devhints.io/apache
104+
- https://runcloud.io/docs/cheat-sheet-apache
105105

106106
### Recommended Books
107107

topics/apachetomcat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Source: https://en.wikipedia.org/wiki/Apache_Tomcat
7575

7676
### Apache Tomcat Hands-On
7777

78-
- See: [basic](./basic/)
78+
- See: [basics](./basics/)
7979

8080
---
8181

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
...coming soon

topics/argocd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
3232

3333
### ArgoCD Hello World
3434

35-
- Run the [basic/](./basic/install_argocd.sh) script to execute a simple ArgoCD "Hello World" demonstration.
35+
- Run the [basic/](./basics/install_argocd.sh) script to execute a simple ArgoCD "Hello World" demonstration.
3636

3737
## 5. Beyond the Basics
3838

topics/aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopte
3232

3333
### 2. AWS Hello World
3434

35-
- Check the [basic/](./basic/) directory to create a simple AWS EC2.
35+
- Check the [basic/](./basics/) directory to create a simple AWS EC2.
3636

3737
## 5. Beyond the Basics
3838

topics/azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Azure cloud platform is more than 200 products and cloud services designed t
2929

3030
### 2. Azure Hello World
3131

32-
- Check the [**basic/**](./basic/) directory to create some Azure resources
32+
- Check the [**basic/**](./basics/) directory to create some Azure resources
3333

3434
## 5. Beyond the Basics
3535

0 commit comments

Comments
 (0)