From a03bb47b806e285e91344f8d80e8f08bcefac87a Mon Sep 17 00:00:00 2001 From: Willem De Bie <75494059+Dok4440@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:11:00 -0400 Subject: [PATCH] Fix broken link in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 725407d..460f98e 100644 --- a/readme.md +++ b/readme.md @@ -171,7 +171,7 @@ the essential arguments, you can also use environment variables, which have the highest preference in order. Everything from the [official Rocket -doc](https://rocket.rs/v0.5-rc/guide/configuration/#overview) is supported, +doc](https://rocket.rs/v0.5/guide/configuration/#overview) is supported, just that you have to prefix the env variable with "BIN_": ```txt BIN_PORT=6163