diff --git a/templates/TOPIC_TEMPLATE.md b/templates/TOPIC_TEMPLATE.md index 38519ece..9d8f3f39 100644 --- a/templates/TOPIC_TEMPLATE.md +++ b/templates/TOPIC_TEMPLATE.md @@ -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) @@ -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) diff --git a/topics/elk/basic/helloworld/README.md b/topics/elk/basic/helloworld/README.md index 1644cf04..fc1cf667 100644 --- a/topics/elk/basic/helloworld/README.md +++ b/topics/elk/basic/helloworld/README.md @@ -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 diff --git a/topics/elk/basic/helloworld/elasalert/README.md b/topics/elk/basic/helloworld/elasalert/README.md index 5a4425d4..211b0b2b 100644 --- a/topics/elk/basic/helloworld/elasalert/README.md +++ b/topics/elk/basic/helloworld/elasalert/README.md @@ -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 diff --git a/topics/jenkins/README.md b/topics/jenkins/README.md index 692201ef..25a10a94 100644 --- a/topics/jenkins/README.md +++ b/topics/jenkins/README.md @@ -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 diff --git a/topics/jenkins/basic/Jenkins-Hello-World.md b/topics/jenkins/basic/Jenkins-Hello-World.md index 4ee2f608..32a32970 100644 --- a/topics/jenkins/basic/Jenkins-Hello-World.md +++ b/topics/jenkins/basic/Jenkins-Hello-World.md @@ -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