Skip to content

Commit 3720e4d

Browse files
authored
Use develop branch for OpenFL/Lime (#288)
1 parent 0ba592c commit 3720e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/dox/Main.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class FlixelApi extends Api {
4949
"bendmorris/spinehaxe/tree/master";
5050
} else if (module.startsWith("openfl")) {
5151
module = module.substr(module.indexOf("."));
52-
"openfl/openfl/tree/master/src/openfl";
52+
"openfl/openfl/tree/develop/src/openfl";
5353
} else if (module.startsWith("lime")) {
54-
"openfl/lime/tree/master/src";
54+
"openfl/lime/tree/develop/src";
5555
} else if (module.startsWith("hscript")) {
5656
"HaxeFoundation/hscript/tree/master";
5757
} else {

0 commit comments

Comments
 (0)