Skip to content

Commit

Permalink
Fix link to precompiled templates (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht authored Mar 18, 2024
1 parent 0e6eb8b commit 7dc7ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hot-reloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hot reloading is supported out of the box when using the [`gg.jte.resolve.Direct

!!! warning

It makes sense to do this in your local development environment only. When running in production, for maximum performance and security, [precompiled templates](#precompiling-templates) are recommended instead.
It makes sense to do this in your local development environment only. When running in production, for maximum performance and security, [precompiled templates](pre-compiling.md) are recommended instead.

If you clone [jte repository](https://github.com/casid/jte), you can launch the [`gg.jte.benchmark.SimpleWebServer`](https://github.com/casid/jte/blob/{{ latest-git-tag }}/jte/src/test/java/gg/jte/benchmark/SimpleWebServer.java) example's main method. It will fire up a tiny webserver with one page to play with at <http://localhost:8080>.

Expand Down

0 comments on commit 7dc7ce3

Please sign in to comment.