diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-27 15:55:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-27 16:05:28 +0100 |
commit | 198872c0274dedc2d4e74d5d44df8f5004b54c57 (patch) | |
tree | 39e20830847109f2f0365c44182d1dbf38b59eee /doc/en | |
parent | c8776b14f667f425baab2287a9bf7fca4bec349a (diff) | |
download | weechat-198872c0274dedc2d4e74d5d44df8f5004b54c57.zip |
doc: escape example of link in developer's guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 34ff6c1a7..89b773f23 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -1221,7 +1221,7 @@ warnings, ... These words must be kept unchanged: [CAUTION] ---- -When there is a name after `<<link_name>>`, then you must translate it: +When there is a name after `+<<link_name>>+`, then you must translate it: ---- <<link_name,this text must be translated>> |