From 1a78270f540c9d5caa729be2496b00fa77b660bd Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 23 Mar 2025 20:37:35 +0000 Subject: [PATCH] fix(web/guides/local-overlay): fix link inside callout It seems this is its own Markdown context of some sort, so that hyperlink url needs to be moved inside to work. Change-Id: Id35fdf97ccc7a5ed087360d27a2cda3a7df0c850 Reviewed-on: https://cl.snix.dev/c/snix/+/30265 Tested-by: besadii Reviewed-by: Vova Kryachko Autosubmit: Florian Klink --- web/content/docs/guides/local-overlay.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/content/docs/guides/local-overlay.md b/web/content/docs/guides/local-overlay.md index 6bb0dcbb5..89b8bbcc8 100644 --- a/web/content/docs/guides/local-overlay.md +++ b/web/content/docs/guides/local-overlay.md @@ -132,7 +132,9 @@ castore, which is why the mount is expected to perform slower than the native file-system. Depending on your workload, this might or might not be an issue. Check [our Bug tracker][castore-perf-issues] for updates on that topic. -{{}} [castore-perf-issues]: https://git.snix.dev/snix/snix/issues?q=&type=all&sort=&labels=14%2c24 +{{}} + + [local overlay]: https://nix.dev/manual/nix/2.26/store/types/experimental-local-overlay-store.html