From 56f471a6749876699de173699f135aa3055dd915 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 7 Aug 2024 14:06:52 +0200 Subject: [PATCH] fix: update mailhog service link to use HTTPS --- examples/common_nestjs_remix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common_nestjs_remix/README.md b/examples/common_nestjs_remix/README.md index 5648bc7..378b6e5 100644 --- a/examples/common_nestjs_remix/README.md +++ b/examples/common_nestjs_remix/README.md @@ -101,7 +101,7 @@ and you should be abble to acces your app on the following adresses! pnpm build ``` - The mailhog service is available at [mailbox.guidebook.localhost](mailbox.guidebook.localhost) + The mailhog service is available at [mailbox.guidebook.localhost](https://mailbox.guidebook.localhost) - #### Testing - **Frontend**: