Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #644

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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