diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-11-08 18:51:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 18:51:13 +0100 |
| commit | 0d48802cc502674a6472f037e979dad89a8a574d (patch) | |
| tree | 7db75515d7a998fc92db58b66f783daf53700e33 /docs | |
| parent | 7e57b55e9c1ea84935c946abb039a870a72cc489 (diff) | |
| download | wiki-0d48802cc502674a6472f037e979dad89a8a574d.tar.gz wiki-0d48802cc502674a6472f037e979dad89a8a574d.tar.bz2 wiki-0d48802cc502674a6472f037e979dad89a8a574d.zip | |
fix(installation): Windows' MySQL download link (#290)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
