diff --git a/docs/build.hx b/docs/build.hx index 97538d6c2..2caf32fc7 100644 --- a/docs/build.hx +++ b/docs/build.hx @@ -70,7 +70,7 @@ class Build extends Script "https://github.com/openfl/lime/tree/develop/src/", "-D", "website", - "http://lime.software", + "http://openfl.github.io/lime.software", "-D", "textColor", "0x777777", diff --git a/docs/build.hxml b/docs/build.hxml index 544599928..da1273662 100644 --- a/docs/build.hxml +++ b/docs/build.hxml @@ -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 textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime \ No newline at end of file +-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://openfl.github.io/lime.software" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime \ No newline at end of file