diff --git a/README.md b/README.md index d2ada6a..457991a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ This project sets up a {{Service}} instance with Tailscale VPN integration using ts-{{service}}/ ├── docker-compose.yml ├── tailscale/ -│ ├── tailscale-data/ # Persistent Tailscale state -│ └── config/ # Tailscale configuration files +│ ├── tailscale-data/ # Persistent Tailscale state +│ └── config/ # Tailscale configuration files └── {{service}}/ - └── config/ # {{service}} configuration files + └── config/ # {{service}} configuration files ``` ## Setup Instructions @@ -38,7 +38,7 @@ ts-{{service}}/ - CAUTION: Changing `"${TS_CERT_DOMAIN}:443": false` to `true` will expose the service to the internet 4. Configure {{Service}} - - See {{service_docs}} for configuration options + - See the [documentation]({{service_docs}}) for configuration options 5. Start the Services ```bash @@ -103,6 +103,6 @@ ts-{{service}}/ - Services restart automatically unless explicitly stopped - For more information: - Tailscale documentation: https://tailscale.com/kb/ - - {{Service}} documentation: {{service_docs}} - - {{Service}} repository: {{service_repo}} - - {{Service}} linuxserve.io: {{service_lcsr}} \ No newline at end of file + - {{Service}} [documentation]({{service_docs}}) + - {{Service}} [repository]({{service_repo}}) + - {{Service}} [linuxserve.io]({{service_lcsr}}) \ No newline at end of file