aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-03-22 23:37:07 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-05-31 17:49:30 -0400
commiteec7b2c359fe1ab2945c67465848294996bd2f9d (patch)
tree35417016d96cfc99567e35a2457499384e88312a
parentc88a1dc55c58830b0e23feb29a1be49a3eade571 (diff)
downloadmeson-eec7b2c359fe1ab2945c67465848294996bd2f9d.zip
meson-eec7b2c359fe1ab2945c67465848294996bd2f9d.tar.gz
meson-eec7b2c359fe1ab2945c67465848294996bd2f9d.tar.bz2
docs: fix incorrect link
When referring to the custom_target docs, we want to point to the docs on the function, not the docs on the returned method.
-rw-r--r--docs/markdown/i18n-module.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md
index dc4186a..49a8d9f 100644
--- a/docs/markdown/i18n-module.md
+++ b/docs/markdown/i18n-module.md
@@ -46,7 +46,7 @@ This function also defines targets for maintainers to use:
### i18n.merge_file()
This merges translations into a text file using `msgfmt`. See
-[[@custom_tgt]]
+[[custom_tgt]]
for normal keywords. In addition it accepts these keywords:
* `output`: same as `custom_target` but only accepts one item
@@ -63,7 +63,7 @@ for normal keywords. In addition it accepts these keywords:
### i18n.itstool_join()
This joins translations into a XML file using `itstool`. See
-[[@custom_tgt]]
+[[custom_tgt]]
for normal keywords. In addition it accepts these keywords:
* `output`: same as `custom_target` but only accepts one item