data/bin: Update userguide URLs.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
userGuideURL="\
|
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/
|
userGuideDir=/boot/system/documentation/userguide/
|
||||||
userGuide=$userGuideDir/en/contents.html
|
userGuide=$userGuideDir/en/contents.html
|
||||||
localizedUserGuide=$userGuideDir/"$LANG"/contents.html
|
localizedUserGuide=$userGuideDir/"$LANG"/contents.html
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
welcomeURL="\
|
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/
|
welcomeDir=/boot/system/documentation/welcome/
|
||||||
welcomeFile=$welcomeDir/welcome_en.html
|
welcomeFile=$welcomeDir/welcome_en.html
|
||||||
localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html
|
localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html
|
||||||
|
|||||||
Reference in New Issue
Block a user