From bf689565a5288a04c301ca001f4ea0d498b3e750 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 4 Feb 2022 08:34:35 +0100 Subject: [PATCH] fix broken link in docker hub description, resolves #2148 Signed-off-by: Wolfgang Walther --- nix/tools/release/docker-hub-full-description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/tools/release/docker-hub-full-description.md b/nix/tools/release/docker-hub-full-description.md index 7e838cdf3..d1cbdd068 100644 --- a/nix/tools/release/docker-hub-full-description.md +++ b/nix/tools/release/docker-hub-full-description.md @@ -55,7 +55,7 @@ write from scratch. # Usage To learn how to use this container, see the [PostgREST Docker -documentation](https://postgrest.com/en/stable/install.html#docker). +documentation](https://postgrest.org/en/stable/install.html#docker). You can configure the PostgREST image by setting [enviroment variables](https://postgrest.org/en/stable/configuration.html). @@ -66,5 +66,5 @@ The image is built from scratch using [Nix](https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools) instead of a `Dockerfile`, which yields a higly secure and optimized image. This is also why no commands are listed in the image history. See the [PostgREST -respository](https://github.com/PostgREST/postgrest/tree/main/nix/docker) for +respository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for details on the build process and how to inspect the image.