diff options
author | Katrin Leinweber <724395-katrinleinweber@users.noreply.gitlab.com> | 2019-04-16 19:20:53 +0000 |
---|---|---|
committer | Katrin Leinweber <724395-katrinleinweber@users.noreply.gitlab.com> | 2019-04-16 19:20:53 +0000 |
commit | f20fcf8c2d23450869923fc50c09cb1d6bb7bbc8 (patch) | |
tree | 5a1c8ba4eb1d7f985f31d01672515b953389e8de /doc/update | |
parent | b008942cf61ecada799e3c660cf536a4a5cac65a (diff) | |
download | gitlab-ce-f20fcf8c2d23450869923fc50c09cb1d6bb7bbc8.tar.gz |
Fix typo [skip ci]
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index b7f7d71689d..e607dbceeea 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -41,7 +41,7 @@ Debian/Ubuntu: sudo apt-get install pgloader ``` -For other distributions, follow the instructions in PostrgreSQL's +For other distributions, follow the instructions in PostgreSQL's [download page](https://www.postgresql.org/download/) to add their repository and then install `pgloader`. |