diff --git a/src/user-guide/task-templates/README.md b/src/user-guide/task-templates/README.md index c379234..114e6d1 100644 --- a/src/user-guide/task-templates/README.md +++ b/src/user-guide/task-templates/README.md @@ -2,8 +2,8 @@ Templates define how to run Semaphore tasks. Currently the following task types are supported: -* [Ansible](./ansible.md) -* [Terraform/OpenTofu](./terraform.md) -* [Shell](./bash.md) -* [Powershell](./powershell.md) -* [Python](./python.md) +* [Ansible](apps/ansible.md) +* [Terraform/OpenTofu](apps/terraform.md) +* [Shell](apps/bash.md) +* [Powershell](apps/powershell.md) +* [Python](apps/python.md) diff --git a/src/user-guide/task-templates/apps/ansible.md b/src/user-guide/task-templates/apps/ansible.md index 2335d19..7aab101 100644 --- a/src/user-guide/task-templates/apps/ansible.md +++ b/src/user-guide/task-templates/apps/ansible.md @@ -40,7 +40,7 @@ This type of template should be used to create [artifacts](https://en.wikipedia. ![](<../../../.gitbook/assets/template\_new\_build\_ipad (1).png>) -Semaphore doesn't support artifacts out-of-box, it only provides task versioning. You should implement the artifact creation yourself. Read the article [CI/CD](../../administration-guide/cicd.md) to know how to do this. +Semaphore doesn't support artifacts out-of-box, it only provides task versioning. You should implement the artifact creation yourself. Read the article [CI/CD](../../../administration-guide/cicd.md) to know how to do this. ### Deploy