summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-07-13 21:08:04 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-07-13 21:08:04 +0800
commitd5868a4385215209d40b05729b5338d8b6c4da37 (patch)
tree2127281bf8ed8319473f940a5559d2bc92aab5cf
parent8fce2b89b81bdb64b3c4ebf85824a02896c8924f (diff)
downloadgitlab-ce-note-on-mysql-for-db-seed.tar.gz
Use .md for the doc linknote-on-mysql-for-db-seed
-rw-r--r--doc/development/rake_tasks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index fc2ccee9c26..42bb5e8619c 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -43,7 +43,7 @@ so no worries about missing errors.
Since the seeds would contain various UTF-8 characters, such as emojis or so,
we'll need to make sure that we're using `utf8mb4` for all the encoding
settings and `utf8mb4_unicode_ci` for collation. Please check
-[MySQL utf8mb4 support](../install/database_mysql.html#mysql-utf8mb4-support)
+[MySQL utf8mb4 support](../install/database_mysql.md#mysql-utf8mb4-support)
Make sure that `config/database.yml` has `encoding: utf8mb4`, too.