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.