From 2ab1d3dbfa4f766c32e33f682a16e09075801848 Mon Sep 17 00:00:00 2001 From: bblumenwiese Date: Sun, 3 Oct 2021 20:59:45 +0200 Subject: [PATCH] docs: fix broken link to .env.example in README (#1854) Refs #1852 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00923e748..6f982c025 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ _Add-ons are developed and maintained under **[Hoppscotch Organization](https:// ## **Developing** -0. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/.env.example) file found in `packages/hoppscotch-app` with your own keys and rename it to `.env`. +0. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/.env.example) file found in `packages/hoppscotch-app` with your own keys and rename it to `.env`. _Sample keys only works with the [production build](https://hoppscotch.io)._