From 9fda190ce1c8fdfb35a318eef4a22fc312a4c718 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sun, 19 Feb 2012 09:43:26 +0000 Subject: [PATCH] Updated scripts to load html pages from cgit, not svn. --- data/bin/userguide | 2 +- data/bin/welcome | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/bin/userguide b/data/bin/userguide index a0ef1d2977..67e7a9f0c4 100755 --- a/data/bin/userguide +++ b/data/bin/userguide @@ -1,7 +1,7 @@ #!/bin/bash userGuideURL="\ - http://svn.haiku-os.org/haiku/haiku/trunk/docs/userguide/en/contents.html" + http://cgit.haiku-os.org/haiku/plain/docs/userguide/en/contents.html" userGuideDir=/boot/system/documentation/userguide/ userGuide=$userGuideDir/en/contents.html localizedUserGuide=$userGuideDir/"$LANG"/contents.html diff --git a/data/bin/welcome b/data/bin/welcome index e259f089cb..cdb3d0ce84 100755 --- a/data/bin/welcome +++ b/data/bin/welcome @@ -1,7 +1,7 @@ #!/bin/bash welcomeURL="\ - http://svn.haiku-os.org/haiku/haiku/trunk/docs/welcome/welcome_en.html" + http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html" welcomeDir=/boot/system/documentation/welcome/ welcomeFile=$welcomeDir/welcome_en.html localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html