data/bin: Update userguide URLs.
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user