From 441903073c5a67a51ba49b16daaac4cc2a5f81c7 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 18 Oct 2025 13:10:55 -0500 Subject: [PATCH] Use local link for tutorial Right now beeware.org tutorial page won't go to the right location. The issue is that the url filter in https://github.com/beeware/beeware.github.io/blob/8f8c9311df84fe437f31576d29430c1771131872/templates/blocks/button-block.html ensures correct localization but the content that needs to go into |url is the lektor *path*, not an actual URL. --- content/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index cf4c246160..02f97354ca 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -19,7 +19,7 @@ header: #### button-block #### label: Take the Tutorial ---- -link: https://tutorial.beeware.org/ +link: /project/using/ ---- icon: ----