summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-11-29 14:44:32 +0000
committerRobert Speicher <robert@gitlab.com>2017-11-29 14:44:32 +0000
commit7bdcd6f3a1182e3b4354d6133fdc675c382aa94a (patch)
tree69e0d87c7b8011f40ff2d1dd09c213d8d42b2084
parent124fa93a8a36f3835d2fae3ef50b1b5403df153d (diff)
parent9295c827b85ef76f40dd23b2e00909df94eea093 (diff)
downloadgitlab-ce-7bdcd6f3a1182e3b4354d6133fdc675c382aa94a.tar.gz
Merge branch 'docs-what-requires-downtime-link' into 'master'
fix link that was linking to `html` instead of `md` See merge request gitlab-org/gitlab-ce!15646
-rw-r--r--doc/development/what_requires_downtime.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/what_requires_downtime.md b/doc/development/what_requires_downtime.md
index c4830322fa8..05e0a64af18 100644
--- a/doc/development/what_requires_downtime.md
+++ b/doc/development/what_requires_downtime.md
@@ -37,7 +37,7 @@ when using the migration helper method
`Gitlab::Database::MigrationHelpers#add_column_with_default`. This method works
similar to `add_column` except it updates existing rows in batches without
blocking access to the table being modified. See ["Adding Columns With Default
-Values"](migration_style_guide.html#adding-columns-with-default-values) for more
+Values"](migration_style_guide.md#adding-columns-with-default-values) for more
information on how to use this method.
## Dropping Columns