From 4a6da914ed11e2a3b63ebdfe039a2e2b59763832 Mon Sep 17 00:00:00 2001 From: brokenbyte Date: Thu, 25 Dec 2025 16:22:18 -0700 Subject: [PATCH] fix: update tour/strings next page link --- docs/tour/strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tour/strings.md b/docs/tour/strings.md index 471158d7..676e0080 100644 --- a/docs/tour/strings.md +++ b/docs/tour/strings.md @@ -1,5 +1,5 @@ --- -pagination_next: tour/comments +pagination_next: tour/vars --- import CodeBlock from '@theme/CodeBlock'; import Strings2 from '@site/static/d2/strings-2.d2';