From 0380ed3cd0850d21d44991918071c1f60589b000 Mon Sep 17 00:00:00 2001 From: Leon Miller-Out Date: Mon, 20 Jan 2025 16:05:33 -0500 Subject: [PATCH] Fix link to Vite recipe in tutorial The link was broken. It was pointing to https://thoughtbot.github.io/superglue/tutorial/recipe/vite.md but should point to https://thoughtbot.github.io/superglue/recipes/vite/ --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index c6859d52..6cb4f825 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -121,7 +121,7 @@ with which response by modifying `app/javascript/page_to_page_mapping.js`. gets rendered. In our case: http://localhost:3000/greet.json **Vite Users** This step can be entirely optional if you're using Vite. See - the [recipe](recipe/vite.md) for more information. + the [recipe](/superglue/recipes/vite/) for more information. === "1. Example `greet.json`" The layout for `show.json.props` is located at `app/views/layouts/application.json.props`. It