Skip to content

Commit

Permalink
patches
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Sep 8, 2020
1 parent 15d2a28 commit e1efd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/markdown/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit e1efd12

Please sign in to comment.