docs: Update links, and change references of v2 branch to master

This commit is contained in:
Matthew Holt 2020-03-23 23:01:44 -06:00
parent ee55602b14
commit e8e0ec148b
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
5 changed files with 6 additions and 6 deletions

View file

@ -104,7 +104,7 @@ Save that, then restart Caddy, then reload the browser tab. You should see:
Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
```
With Caddy's [templates module](/docs/json/apps/http/servers/errors/routes/handle/templates/), you can do a lot of useful things with static files, such as including other HTML files, making sub-requests, setting response headers, working with data structures, and more!
With Caddy's [templates module](/docs/modules/http.handlers.templates), you can do a lot of useful things with static files, such as including other HTML files, making sub-requests, setting response headers, working with data structures, and more!
<aside class="complete">✅ Templates</aside>