Skip to content

Commit b919741

Browse files
committed
chore(docs): fix docs link
1 parent 98c4466 commit b919741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/09-developer-tools/04-live-reload-with-other-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This example, demonstrates setting up a live reload environment that integrates:
1616

1717
## How does it work
1818

19-
templ's built-in proxy server automatically refreshes the browser when a file changes. The proxy server injects a script that reloads the page in the browser if a "reload" event is sent to the browser by the proxy. See [Live Reload page](/commands-and-tools/live-reload) for a detailed explanation.
19+
templ's built-in proxy server automatically refreshes the browser when a file changes. The proxy server injects a script that reloads the page in the browser if a "reload" event is sent to the browser by the proxy. See [Live Reload page](/developer-tools/live-reload) for a detailed explanation.
2020

2121
:::tip
2222
The live reload JavaScript is only injected by the templ proxy if your HTML file contains a closing `</body>` tag.

0 commit comments

Comments
 (0)