Skip to content

Commit 913c6ca

Browse files
Update docs/tutorials/best-practices/speed-up-templates.md
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent 00d394b commit 913c6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/best-practices/speed-up-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ potentially optimize within the template.
5353
Adjust this request to match your Coder access URL and workspace:
5454

5555
```shell
56-
curl -X GET http://coder-server:8080/api/v2/workspacebuilds/{workspacebuild}/timings \
56+
curl -X GET https://coder.example.com/api/v2/workspacebuilds/{workspacebuild}/timings \
5757
-H 'Accept: application/json' \
5858
-H 'Coder-Session-Token: API_KEY'
5959
```

0 commit comments

Comments
 (0)