From a710f04b6964a6eb172ca5ca6a44653c787e89d0 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Wed, 6 Apr 2022 18:17:43 -0700 Subject: [PATCH] Update content/docs/api/db/types/markdown/contents.lr Typo "French" not "German" Co-authored-by: Jakob Schnitzer --- content/docs/api/db/types/markdown/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/types/markdown/contents.lr b/content/docs/api/db/types/markdown/contents.lr index 338a7aa5..70f07533 100644 --- a/content/docs/api/db/types/markdown/contents.lr +++ b/content/docs/api/db/types/markdown/contents.lr @@ -74,7 +74,7 @@ resolve_links = never ## Linking to a Specific Alt When links are resolved through the Lektor database, URLs to specific _alt_s may be obtained by adding an `alt` query arg to the link. -For example, to link to the current page, but in the German alt: +For example, to link to the current page, but in the French alt: ```md Here is the [French version of the blog](/blog?alt=fr). ```