packages: Fix and simplify <ulink> for vim tags page

Vladimir has reported that the link target of this <ulink> is wrong.
Note that the link target and the displayed text should be the same,
thus use <ulink ... /> instead of <ulink ...> ... </ulink> to simplify
it.
This commit is contained in:
Xi Ruoyao 2024-03-20 18:30:45 +08:00
parent 3d50ab19d0
commit acaeb102ae
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -822,8 +822,7 @@
<note> <note>
<para> <para>
The version of vim changes daily. To get the latest version, go to The version of vim changes daily. To get the latest version, go to
<ulink url="https://github.com/vim/vim/releases"> <ulink url="https://github.com/vim/vim/tags"/>.
https://github.com/vim/vim/tags</ulink>.
</para> </para>
</note> </note>
</listitem> </listitem>