From b04b12c7a015a9036b7a030eb182f81f4fa58f2b Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 6 Dec 2022 12:09:20 +0530 Subject: [PATCH] fix: broken links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea412aa6b..713f06d5c 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@

Hoppscotch Hoppscotch @@ -317,7 +317,7 @@ docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest 3. Install dependencies by running `pnpm install` within the directory that you cloned (probably `hoppscotch`). 4. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/.env.example) file found in the root of repository with your own keys and rename it to `.env`. 5. Build the release files with `pnpm run generate`. -6. Find the built project in `packages/hoppscotch-app/dist`. Host these files on any [static hosting servers](https://www.pluralsight.com/blog/software-development/where-to-host-your-jamstack-site). +6. Find the built project in `packages/hoppscotch-web/dist`. Host these files on any [static hosting servers](https://www.pluralsight.com/blog/software-development/where-to-host-your-jamstack-site). ## **Contributing**