From 4e2c5a2b278322ba480cd7258cab18a2dde22226 Mon Sep 17 00:00:00 2001 From: Gilberto Vidal Date: Tue, 19 Sep 2023 01:30:16 -0600 Subject: [PATCH] Fixed broken link to postgre download for Windows. --- docs/installl-planka/Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installl-planka/Windows.md b/docs/installl-planka/Windows.md index 0254859..515daaf 100644 --- a/docs/installl-planka/Windows.md +++ b/docs/installl-planka/Windows.md @@ -3,7 +3,7 @@ sidebar_position: 4 --- ### System requirements -* PostgreSQL (testet with v15.2) https://ww.postgresql.org/download/windows/ +* PostgreSQL (testet with v15.2) https://www.postgresql.org/download/windows/ * Nodejs (testet with 18.14.2) https://nodejs.org/en/download/ * Windows Powershell as **Administrator** ### Install Planka @@ -110,4 +110,4 @@ Use this command, should fix it. git config --global core.autocrlf false ``` -After that, you need restart the whole installation \ No newline at end of file +After that, you need restart the whole installation