Fix Github repo URLs to go to haxelime/lime instead of openfl/lime
This commit is contained in:
@@ -58,7 +58,7 @@ class Build extends Script
|
||||
|
||||
System.runCommand("", "haxelib", [
|
||||
"run", "dox", "-i", "xml", "-in", "lime", "--title", "Lime API Reference", "-D", "source-path",
|
||||
"https://github.com/openfl/lime/tree/develop/src/", "-D", "website", "http://lime.software", "-D", "logo", "/images/logo.png", "-D", "textColor",
|
||||
"https://github.com/haxelime/lime/tree/develop/src/", "-D", "website", "http://lime.software", "-D", "logo", "/images/logo.png", "-D", "textColor",
|
||||
"0x777777", "-theme", "../assets/docs-theme", "--toplevel-package", "lime"
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ hxml/android.hxml
|
||||
hxml/html5.hxml
|
||||
--next
|
||||
|
||||
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://lime.software" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D logo "/images/logo.png" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime
|
||||
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://lime.software" -D source-path "https://github.com/haxelime/lime/tree/develop/src/" -D logo "/images/logo.png" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime
|
||||
Reference in New Issue
Block a user