Skip to content

Commit

Permalink
lime.openfl.org
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 28, 2022
1 parent 7a9a881 commit 88b4fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build.hx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Build extends Script
"https://github.com/openfl/lime/tree/develop/src/",
"-D",
"website",
"http://openfl.github.io/lime.software",
"https://lime.openfl.org",
"-D",
"textColor",
"0x777777",
Expand Down
2 changes: 1 addition & 1 deletion docs/build.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -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://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
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "https://lime.openfl.org" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime

0 comments on commit 88b4fdf

Please sign in to comment.