From e7e0489255f8b809ad49b08ef40d6e33823f41db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Fri, 17 Jul 2026 19:50:02 +0300 Subject: [PATCH 1/5] docs(readme): replace dead wiki links with nix docs The repo wiki is disabled, so all wiki links redirected back to the repo homepage. Point installation and documentation references at the in-repo nix docs instead, and drop the AWS badge which has no in-repo equivalent. Fixes #1501 Co-Authored-By: Claude Fable 5 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cef3bfffa..ceb4fd994 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ docker build -f Dockerfile-17 -t supabase-postgres:17 . Now that you understand the basics of Supabase Postgres: -* Check the [Installation Guide](https://github.com/supabase/postgres/wiki) for deployment options +* Check the [build guide](nix/docs/build-postgres.md) and [Docker docs](nix/docs/docker.md) for deployment options * Explore the [Extension Documentation](#) to learn about available extensions * Review [Contributing Guidelines](CONTRIBUTING.md) if you want to contribute * Join the [Supabase Community](https://github.com/supabase/postgres/discussions) for questions and discussions @@ -174,7 +174,7 @@ Now that you understand the basics of Supabase Postgres: * **GitHub Issues** - For bugs and feature requests * **Discussions** - For questions and general discussion -* **Wiki** - For detailed documentation +* **[nix/docs](nix/docs/README.md)** - For detailed documentation * **Discord** - For real-time chat with the community --- @@ -301,10 +301,9 @@ This is the same PostgreSQL build that powers [Supabase](https://supabase.io), b ## Install -See all installation instructions in the [repo wiki](https://github.com/supabase/postgres/wiki). +See the [documentation index](nix/docs/README.md) for installation instructions. -[![Docker](https://github.com/supabase/postgres/blob/develop/docs/img/docker.png)](https://github.com/supabase/postgres/wiki/Docker) -[![AWS](https://github.com/supabase/postgres/blob/develop/docs/img/aws.png)](https://github.com/supabase/postgres/wiki/AWS-EC2) +[![Docker](https://github.com/supabase/postgres/blob/develop/docs/img/docker.png)](nix/docs/docker.md)