fix(docs): fix broken markdown links (#7081)

* fix(docs): fix markdown docs links

More than half of them were actually valid links but, due to missing file extensions were flagged as invalid. I added a file extension, so it should pass now.

* Updated docgen to include extension
This commit is contained in:
Muhammad Atif Ali
2023-04-11 23:05:51 +03:00
committed by GitHub
parent a44070e2ec
commit 531fd23fd2
20 changed files with 103 additions and 106 deletions

View File

@ -1,6 +1,6 @@
# External provisioners
By default, the Coder server runs [built-in provisioner daemons](../cli/coder_server.md#provisioner-daemons), which execute `terraform` during workspace and template builds. However, there are sometimes benefits to running external provisioner daemons:
By default, the Coder server runs [built-in provisioner daemons](../cli/server.md#provisioner-daemons), which execute `terraform` during workspace and template builds. However, there are sometimes benefits to running external provisioner daemons:
- **Secure build environments:** Run build jobs in isolated containers, preventing malicious templates from gaining shell access to the Coder host.