Skip to content

Commit 4ee9cc1

Browse files
committed
fix: patch up broken links
1 parent 752f1c6 commit 4ee9cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/learn/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Okay, looks like some magic is happening here. Let's break it down:
162162
- `app()` is a helper function that gives you access to the Leaf app instance, it is available from anywhere in your app.
163163
- `view()` is a method that you can use to create a route that renders a Blade view. The first argument is what the user enters in the URL, and the second argument is the name of the view file to render.
164164

165-
Notice we did not have to configure Blade because Leaf does that for you. You can now navigate to http://localhost:5500/prelaunch to see your pre-launch page.
165+
Notice we did not have to configure Blade because Leaf does that for you. You can now navigate to `http://localhost:5500/prelaunch` to see your pre-launch page.
166166

167167
### <span class="bg-[var(--vp-c-bg-alt)] h-6 inline-flex items-center justify-center rounded-full text-gray-700 dark:text-gray-300 text-lg w-6 mr-1 flex-none font-normal">2</span> Handling the form submission
168168

0 commit comments

Comments
 (0)