From e1efd12aaa05f09c730cf222f41c630ab62d859e Mon Sep 17 00:00:00 2001 From: Zachary Miller Date: Tue, 8 Sep 2020 19:04:54 -0400 Subject: [PATCH] patches --- Main.sublime-menu | 4 ++-- docs/src/markdown/installation.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Main.sublime-menu b/Main.sublime-menu index 56783d82..bf591362 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -92,7 +92,7 @@ { "caption": "Documentation", "command": "color_helper_open_site", - "args": { "url": "https://facelessuser.github.io/ColorHelper/" } + "args": { "url": "https://eatbreathecode.github.io/sublime_color_helper/" } }, { "caption": "Quick Start Guide", @@ -107,7 +107,7 @@ { "caption": "Issues", "command": "color_helper_open_site", - "args": { "url": "https://github.com/facelessuser/ColorHelper/issues" } + "args": { "url": "https://github.com/EatBreatheCode/sublime_color_helper/issues" } }, { "caption": "README", diff --git a/docs/src/markdown/installation.md b/docs/src/markdown/installation.md index 12986758..25ad0e8b 100644 --- a/docs/src/markdown/installation.md +++ b/docs/src/markdown/installation.md @@ -37,7 +37,7 @@ For those who want to install ColorHelper without package control, here are the 2. Download and unpack or git clone the latest ColorHelper release and unpack as `ColorHelper`: - - https://github.com/facelessuser/ColorHelper -> ColorHelper + - https://github.com/EatBreatheCode/sublime_color_helper -> ColorHelper 3. Create a folder under `Packages` called `00-dependencies` and under that folder create a file called `00-dependencies.py`: