From 5977601ca8fcf2722c9d6549e00eb2241fc1a1ca Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 18 Mar 2022 16:24:47 -0700 Subject: [PATCH] Fix Github repo URLs to go to haxelime/lime instead of openfl/lime --- README.md | 4 ++-- docs/build.hx | 2 +- docs/build.hxml | 2 +- haxelib.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 800b2168c..3d38ec860 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/openfl/lime.svg?style=flat&label=haxelib)](http://lib.haxe.org/p/lime) [![Build Status](https://img.shields.io/github/workflow/status/haxelime/lime/CI/develop)](https://github.com/haxelime/lime/actions) [![Community](https://img.shields.io/discourse/posts?color=24afc4&server=https%3A%2F%2Fcommunity.openfl.org&label=community)](https://community.openfl.org/c/lime/19) [![Discord Server](https://img.shields.io/discord/415681294446493696.svg?color=7289da)](https://discordapp.com/invite/tDgq8EE) +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/haxelime/lime.svg?style=flat&label=haxelib)](http://lib.haxe.org/p/lime) [![Build Status](https://img.shields.io/github/workflow/status/haxelime/lime/CI/develop)](https://github.com/haxelime/lime/actions) [![Community](https://img.shields.io/discourse/posts?color=24afc4&server=https%3A%2F%2Fcommunity.openfl.org&label=community)](https://community.openfl.org/c/lime/19) [![Discord Server](https://img.shields.io/discord/415681294446493696.svg?color=7289da)](https://discordapp.com/invite/tDgq8EE) Lime ==== @@ -55,7 +55,7 @@ Building from Source Clone the Lime repository, as well as the submodules: - git clone --recursive https://github.com/openfl/lime + git clone --recursive https://github.com/haxelime/lime Tell haxelib where your development copy of Lime is installed: diff --git a/docs/build.hx b/docs/build.hx index 7a7fec3c8..92e558a81 100644 --- a/docs/build.hx +++ b/docs/build.hx @@ -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" ]); } diff --git a/docs/build.hxml b/docs/build.hxml index cf804abe9..d2fa85485 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 logo "/images/logo.png" -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://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 \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index 01adfe779..e6341b86b 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,6 +1,6 @@ { "name": "lime", - "url": "https://github.com/openfl/lime", + "url": "https://github.com/haxelime/lime", "license": "MIT", "tags": [], "description": "A foundational Haxe framework for cross-platform development",