From 4d00abe80b069210d58d2a1f3604ad44e12415cb Mon Sep 17 00:00:00 2001 From: foundationkitty <45774850+foundationkitty@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:11:25 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 945cb1b..cf52173 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Created as a simple Electron wrapper around the website, with optional `discord- The releases are currently Windows-only. -[Click here to go to the download page for the latest release.](https://github.com/joaovitorbf/ynodesktop/releases/latest) +[Click here to go to the download page for the latest release.](https://github.com/aguish/ynodesktop/releases/latest) ## Development Setup @@ -30,7 +30,7 @@ To set up the project locally, you need to have [Node.js](https://nodejs.org/) a 1. Clone the repository: ```sh -git clone https://github.com/joaovitorbf/ynodesktop.git +git clone https://github.com/aguish/ynodesktop.git cd ynodesktop ```