From 7661264837f9619886aa4d5f023a98233daa7c65 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Jul 2024 09:05:22 -0700 Subject: [PATCH] update URLs to https, and link to Lime website instead of GitHub project, in certain cases --- scripts/docs.hxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs.hxml b/scripts/docs.hxml index 4e2dfb3929..ede6da8229 100644 --- a/scripts/docs.hxml +++ b/scripts/docs.hxml @@ -155,4 +155,4 @@ --next --cmd haxelib run dox -o ../docs -i xml -in openfl --title "OpenFL API Reference" -D website "https://www.openfl.org" -D source-path "https://github.com/openfl/openfl/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package openfl +-cmd haxelib run dox -o ../docs -i xml -in openfl --title "API Reference" -D website "https://www.openfl.org" -D source-path "https://github.com/openfl/openfl/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package openfl