aboutsummaryrefslogtreecommitdiff
path: root/pages/guide
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2024-06-25 14:15:19 -0700
committerGitHub <noreply@github.com>2024-06-25 22:15:19 +0100
commita603dab48f68f59367d3489034f5e3c47278c494 (patch)
tree1027bfc66b5a06e7e250bcbfdf5713e7d1ab85bc /pages/guide
parent93670a1fb5f09af77bef78516ee99c23748324e3 (diff)
downloadlustre-a603dab48f68f59367d3489034f5e3c47278c494.tar.gz
lustre-a603dab48f68f59367d3489034f5e3c47278c494.zip
Remove a paragraph referencing a non-existent guide (#121)
The paragraph will make sense once #92 is done.
Diffstat (limited to 'pages/guide')
-rw-r--r--pages/guide/04-server-side-rendering.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/guide/04-server-side-rendering.md b/pages/guide/04-server-side-rendering.md
index a67ab14..27a2d89 100644
--- a/pages/guide/04-server-side-rendering.md
+++ b/pages/guide/04-server-side-rendering.md
@@ -209,10 +209,6 @@ that Lustre's super power is that pure `view` function. If you're smart, you can
reduce the amount of data you serialise and _derive_ the rest of your model from
that.
-We brushed over quite a few details showing how hydration could work here, but in
-the [next guide](https://hexdocs.pm/lustre/guide/05-full-stack-applications.html)
-we'll go into a lot more detail on how to set up and run a full-stack Lustre app.
-
## Getting help
If you're having trouble with Lustre or not sure what the right way to do