Removed link shortening.

This commit is contained in:
Ackermann Yuriy 2016-04-01 21:36:44 +13:00
parent 8c09ccf840
commit acb4f9016f
2 changed files with 4 additions and 4 deletions

View File

@ -386,7 +386,7 @@
</li> </li>
<li> <li>
Plugin metadata should be declared in the addon-info.json format (see Plugin metadata should be declared in the addon-info.json format (see
the <a href="http://goo.gl/CUXJZC">VAM documentation</a> for details). the <a href="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a> for details).
</li> </li>
<li> <li>
Functions should go in the <code>autoload/</code> subdirectory of Functions should go in the <code>autoload/</code> subdirectory of
@ -523,7 +523,7 @@
documentation in .vim files in conformance with the vimdoc standards documentation in .vim files in conformance with the vimdoc standards
and include fields like "description" and "author" in the and include fields like "description" and "author" in the
addon-info.json file (see the addon-info.json file (see the
<a href="http://goo.gl/CUXJZC">VAM documentation</a>). <a href="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a>).
</p> </p>
</BODY> </BODY>
</STYLEPOINT> </STYLEPOINT>
@ -1273,7 +1273,7 @@
<p> <p>
Declaring dependencies in addon-info.json allows conformant plugin Declaring dependencies in addon-info.json allows conformant plugin
managers (like VAM) to ensure dependencies are installed. See the managers (like VAM) to ensure dependencies are installed. See the
<a href="http://goo.gl/CUXJZC">VAM documentation</a> for details. <a href="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a> for details.
</p> </p>
<p> <p>
Calling <code>maktaba#library#Require</code> from dependent code at Calling <code>maktaba#library#Require</code> from dependent code at

View File

@ -197,7 +197,7 @@
or ".vim" suffix if desired). It should be split into plugin/, or ".vim" suffix if desired). It should be split into plugin/,
autoload/, etc. subdirectories as necessary, and it should declare autoload/, etc. subdirectories as necessary, and it should declare
metadata in the addon-info.json format (see the metadata in the addon-info.json format (see the
<a href="http://goo.gl/CUXJZC">VAM documentation</a> for details). <a href="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a> for details).
</p> </p>
</BODY> </BODY>
</STYLEPOINT> </STYLEPOINT>