From 67ac8411746a3a814ccfa14f03a53abd68d819df Mon Sep 17 00:00:00 2001 From: oidro <31112680+oidro@users.noreply.github.com> Date: Thu, 23 May 2024 12:40:06 -0400 Subject: [PATCH] Fix links (#43) --- src/recipes/custom-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipes/custom-resources.md b/src/recipes/custom-resources.md index 6e08be0..c936395 100644 --- a/src/recipes/custom-resources.md +++ b/src/recipes/custom-resources.md @@ -31,5 +31,5 @@ The above resource does not export any variables. While not all resources requir The systems for registering functions, properties, and more are described in detail in the [Registering Rust symbols][register] section. -[hello]: /intro/hello-world.md -[register]: /register/index.html +[hello]: ../intro/hello-world.md +[register]: ../register/index.html