data/bin: Update userguide URLs.

This commit is contained in:
Augustin Cavalier
2018-08-20 21:00:25 -04:00
parent c20e7a6862
commit f7c507c3a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
userGuideURL="\
http://cgit.haiku-os.org/haiku/plain/docs/userguide/en/contents.html"
https://www.haiku-os.org/docs/userguide/en/contents.html"
userGuideDir=/boot/system/documentation/userguide/
userGuide=$userGuideDir/en/contents.html
localizedUserGuide=$userGuideDir/"$LANG"/contents.html
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
welcomeURL="\
http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html"
https://www.haiku-os.org/docs/welcome/welcome_en.html"
welcomeDir=/boot/system/documentation/welcome/
welcomeFile=$welcomeDir/welcome_en.html
localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html