Browse files

Removed link shortening.

1 parent 8c09ccf commit acb4f9016fb3065c1c89968f75cfe397564563ff @herrjemand herrjemand committed Apr 1, 2016
Showing with 4 additions and 4 deletions.
  1. +3 −3 vimscriptfull.xml
  2. +1 −1 vimscriptguide.xml
View
6 vimscriptfull.xml
@@ -386,7 +386,7 @@
</li>
<li>
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>
Functions should go in the <code>autoload/</code> subdirectory of
@@ -523,7 +523,7 @@
documentation in .vim files in conformance with the vimdoc standards
and include fields like "description" and "author" in 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>
</BODY>
</STYLEPOINT>
@@ -1273,7 +1273,7 @@
<p>
Declaring dependencies in addon-info.json allows conformant plugin
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>
Calling <code>maktaba#library#Require</code> from dependent code at
View
2 vimscriptguide.xml
@@ -197,7 +197,7 @@
or ".vim" suffix if desired). It should be split into plugin/,
autoload/, etc. subdirectories as necessary, and it should declare
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>
</BODY>
</STYLEPOINT>

0 comments on commit acb4f90

Please sign in to comment.