Skip to content

Commit

Permalink
Fix broken links (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmokk committed Jun 2, 2024
1 parent 7c95d03 commit c248df5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/TOPIC_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

### Getting started with YOUR_TOPIC

- To get started visit [YOUR_TOPIC/basic](./YOUR_TOPIC/basic)
- To get started visit [YOUR_TOPIC/basic](../topics/YOUR_TOPIC/basic)
(Checkout the [TOPIC_STRUCTURE.md](./TOPIC_STRUCTURE.md) to create the topic directory structure)

<!-- Direct users to official getting started documentation or offer a simple 'basic' example. -->
Expand All @@ -41,7 +41,7 @@

### Exploring Advanced Examples

- To get more advanced examples/hands on visit [YOUR_TOPIC/advanced](./YOUR_TOPIC/advanced)
- To get more advanced examples/hands on visit [YOUR_TOPIC/advanced](../topics/YOUR_TOPIC/advanced)
(Checkout the [TOPIC_STRUCTURE.md](./TOPIC_STRUCTURE.md) to create the topic directory structure)

- Link to official advanced examples (if any)
Expand Down
2 changes: 1 addition & 1 deletion topics/elk/basic/helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# Practice with ELK

- Install ELK, via [docker-compose](./installation/docker-compose/)
- Ingest metrics, via [metric-beat](../metric-beat/)
- Ingest metrics, via [metric-beat](./metric-beat/)
- Explore the data via Kibana, via http://localhost:5601
2 changes: 1 addition & 1 deletion topics/elk/basic/helloworld/elasalert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisite

- The Elastic stack must be installed first, see [elk](../../elk/)
- The Elastic stack must be installed first, see [elk](../../../../elk/)

## Elastalert install

Expand Down
2 changes: 1 addition & 1 deletion topics/jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

### Install Jenkins with Docker

- See [deploy-jenkins/README.md](../Jenkins/basic/deploy-jenkins/README.md)
- See [deploy-jenkins/README.md](../helm/advanced/hands-on/deploy-jenkins/README.md)

## 4. Basics of Jenkins

Expand Down
2 changes: 1 addition & 1 deletion topics/jenkins/basic/Jenkins-Hello-World.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Install Jenkins

- https://www.jenkins.io/doc/book/installing/
- Or install Jenkins via Helm hands on example of this DevOps repo, see [helm/hands-on/deploy-jenkins](../../helm/hands-on/deploy-jenkins/)
- Or install Jenkins via Helm hands on example of this DevOps repo, see [helm/hands-on/deploy-jenkins](../../helm/advanced/hands-on/deploy-jenkins/)

## Create and run your first pipeline

Expand Down

0 comments on commit c248df5

Please sign in to comment.