changed git repository location
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index 36975e306dc5f26d1462f67e2b5104a3a571024f..4be5d712e89737d9d33e6fba47d23d27c0b64991 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -5,7 +5,7 @@ use warnings;
 no  warnings 'qw';  # you know what you doing
 no  warnings 'uninitialized';  # save some useless checks for more legible code
 
-our $VERSION = '1.1';
+our $VERSION = '1.2';
 
 our $ascii = 0;
 if (exists $get{ascii}) {
@@ -42,6 +42,7 @@ $header{content_type} = $ctype;
        print "\n<style> .no, .alias {opacity:.5} </style>"
                if $showkeys and $get{keys} eq 'ghost';
 :>
+<link rel="vcs" type="git" href="git://dev.shiar.nl/sheet">
 
 <script><!--
 function setmode(classname) {
@@ -160,7 +161,7 @@ $keys->print_rows($get{static});
 
 <p class="footer">
        <a href="http://sheet.shiar.nl/vim">sheet.shiar.nl<strong>/vim</strong></a>
-       <a href="git://dev.shiar.net/vi-cheat"><:= "v$VERSION" :></a>
+       <a href="git://dev.shiar.nl/sheet"><:= "v$VERSION" :></a>
        created by Shiar <:= $sign{sep} :>
        <a title="Licensed under the GNU Affero General Public License, version 3"
           href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a> <:= $sign{sep} :>