diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 42f5aa6e5..3d7d2665d 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -93,10 +93,12 @@ Make sure that Yarn is installed with `yarn -v` If you don't have PostgreSQL installed on your Windows system, you can do so right now. WSL is able to connect to a PostgreSQL instance on your Windows machine. DEV requires PostgreSQL version 9.4 or higher. -Download [PostgreSQL for Windows](https://www.openscg.com/postgresql/installers/) and install it. +Download [PostgreSQL for Windows](https://www.postgresql.org/download/windows/) and install it. Pay attention to the username and password you setup during installation of PostgreSQL as you will use this to configure your Rails applications to login to the database later. +For additional configuration options, check our [PostgreSQL setup guide](/installation/postgresql). + ## Installing DEV 1. Fork DEV's repository, eg.