From 0d48802cc502674a6472f037e979dad89a8a574d Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sun, 8 Nov 2020 18:51:13 +0100 Subject: fix(installation): Windows' MySQL download link (#290) --- docs/Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Requirements.md b/docs/Requirements.md index 5b3ab18..87cd301 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -118,7 +118,7 @@ You can install Sequel Pro with: * Install latest version of [Git Extensions](https://git-scm.com/download/win) -* [MySQL Server Community Edition](http://dev.mysql.com/downloads/mysql/5.6.html) (version 8.0 or 5.7, older versions are not recommended) +* [MySQL Server Community Edition](https://dev.mysql.com/downloads/mysql/) (version 8.0 or 5.7, older versions are not recommended) * Install [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) version 1.0.x or 1.1.x (Do not install the Light version) -- cgit