Skip to content

Commit

Permalink
Removed link shortening.
Browse files Browse the repository at this point in the history
  • Loading branch information
herrjemand committed Apr 1, 2016
1 parent 8c09ccf commit acb4f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions vimscriptfull.xml
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vimscriptguide.xml
Expand Up @@ -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>
Expand Down

0 comments on commit acb4f90

Please sign in to comment.