Unbreak link in org docs

* doc/snippet-expansion.org: Fix a link
This commit is contained in:
João Távora 2023-09-05 02:03:14 +01:00
parent 50ba4f3821
commit 849a134c2d

View File

@ -141,7 +141,7 @@ See the internal documentation on [[sym:yas-expand-snippet][=yas-expand-snippet=
* Controlling expansion * Controlling expansion
** Eligible snippets ** Eligible snippets<<eligible-snippets>>
YASnippet does quite a bit of filtering to find out which snippets are YASnippet does quite a bit of filtering to find out which snippets are
eligible for expanding at the current cursor position. eligible for expanding at the current cursor position.
@ -227,7 +227,7 @@ For the full set of possible conditions, see the documentation for
** Multiples snippet with the same key ** Multiples snippet with the same key
The rules outlined [[Eligible%20snippets][above]] can return more than The rules outlined [[eligible-snippets][above]] can return more than
one snippet to be expanded at point. one snippet to be expanded at point.
When there are multiple candidates, YASnippet will let you select one. When there are multiple candidates, YASnippet will let you select one.