From f2abae23509cd9d8302a3d0be9c0a787a88b3916 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Sat, 22 Jun 2024 22:04:58 +0700 Subject: [PATCH] chore: revert mistakenly replaced links --- README.md | 2 +- apis/websocket/README.md | 2 +- bots/discord/package.json | 2 +- docs/0_development_environment.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3055ae1..88003ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@     - + diff --git a/apis/websocket/README.md b/apis/websocket/README.md index b66086f..1bdbe4c 100755 --- a/apis/websocket/README.md +++ b/apis/websocket/README.md @@ -17,7 +17,7 @@     - + diff --git a/bots/discord/package.json b/bots/discord/package.json index e839061..a9bf588 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -8,7 +8,7 @@ "scripts": { "register": "bun run scripts/reload-slash-commands.ts", "dev": "bun --watch src/index.ts", - "build": "tsc && bun run scripts/after-build", + "build": "tsc", "watch": "bun dev" }, "repository": { diff --git a/docs/0_development_environment.md b/docs/0_development_environment.md index 29c2588..87af6c1 100644 --- a/docs/0_development_environment.md +++ b/docs/0_development_environment.md @@ -11,7 +11,7 @@ To start developing, you'll need to set up the development environment first. 2. Clone the mono-repository ```sh - git clone https://github.com/ReVanced/revanced-helper.git && + git clone https://github.com/revanced/revanced-helper.git && cd revanced-helper ```