From 82323ade56cf6c97b221137ecba39244e0a05c48 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Wed, 16 Oct 2024 18:46:12 +0200 Subject: [PATCH] Fix urls in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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