diff --git a/README.md b/README.md index 79069d0..2ceee9d 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ This is an editor for JSON files, that also supports YAML. The recommended way to install and run JSONEdit is by grabbing the PHAR from the latest release: -- [https://dev.noccylabs.info/jsonedit/jsonedit/releases](https://dev.noccylabs.info/jsonedit/jsonedit/releases) +- [https://dev.noccylabs.info/noccy/jsonedit/releases](https://dev.noccylabs.info/noccy/jsonedit/releases) You can also clone the respository and use [Box](https://box-project.github.io/box/) to build the .phar yourself. The recommended way of doing this is with the included `Makefile` and GNU Make: ```bash -$ git clone https://dev.noccylabs.info/jsonedit/jsonedit +$ git clone https://dev.noccylabs.info/noccy/jsonedit $ cd jsonedit $ make $ mv jsonedit.phar ~/bin/jsonedit