]> gitweb.fluxo.info Git - metadot.git/commitdiff
New canonical URLs
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Oct 2015 13:43:16 +0000 (10:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 7 Oct 2015 13:43:16 +0000 (10:43 -0300)
README.mdwn
metadot

index 2bc3388617c11fbd565a410661e69aabd57b5823..d72d57c8368a2bf0614b763f12a2da9c0e2946bf 100644 (file)
@@ -17,7 +17,7 @@ Instalation
 
 Get the code:
 
-    git clone git://git.sarava.org/metadot.git && cd metadot
+    git clone git://git.fluxo.info/metadot.git && cd metadot
 
 Then check the source integrity of the latest release:
 
@@ -29,7 +29,7 @@ I'm my config I use `~/apps/metadot`.
 
 Then get some modules. You can get the whole standard module bundle with
 
-    metadot clone git://git.sarava.org/rhatto/dotfiles.git
+    metadot clone git://git.fluxo.info/rhatto/dotfiles.git
 
 Or simply using
 
@@ -44,7 +44,7 @@ dotfiles revision using
 Third-party bundles will hardly suit your needs, so you can fetch individual
 modules:
 
-    metadot clone git://git.sarava.org/rhatto/dotfiles/vim.git
+    metadot clone git://git.fluxo.info/rhatto/dotfiles/vim.git
 
 Or even start your own:
 
diff --git a/metadot b/metadot
index 027515beba6c23eaacb754d446e81deb8175a2b1..47bd123d8245ab1ad40b62cbe115f88da63f744d 100755 (executable)
--- a/metadot
+++ b/metadot
@@ -36,7 +36,7 @@ BASENAME="`basename $0`"
 DOT="$DEST/.dotfiles"
 MODULES="$DOT/modules"
 BACKUPS="$DEST/.backups/$DATE"
-DEFAULT="git://git.sarava.org/rhatto/dotfiles.git"
+DEFAULT="git://git.fluxo.info/rhatto/dotfiles.git"
 
 # Backup a file
 function metadot_backup {
@@ -141,7 +141,7 @@ elif [ "$OPT" == "create" ]; then
     echo "# $1 dotfile module"                                     > README.md
     echo ""                                                       >> README.md
     echo "This is the repository for $1 configuration."           >> README.md
-    echo "More information at https://git.sarava.org/metadot.git" >> README.md
+    echo "More information at https://git.fluxo.info/metadot.git" >> README.md
 
     echo "TODO"                > TODO.md
     echo "===="               >> TODO.md