From 508ac0265a286832aaf6e7804fd581a6dbb321b2 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 3 Oct 2013 20:42:33 +0200 Subject: [PATCH] Fix url to documentation of db setup --- config/example.database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example.database.yml b/config/example.database.yml index 17a683af4..7e1ffc07d 100644 --- a/config/example.database.yml +++ b/config/example.database.yml @@ -1,5 +1,5 @@ # Using a recent release (8.3 or higher) of PostgreSQL (http://postgresql.org/) is recommended. -# See http://wiki.openstreetmap.org/wiki/The_Rails_Port#PostgreSQL_setup for detailed setup instructions. +# See https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md#database-setup for detailed setup instructions. # development: adapter: postgresql -- 2.43.2