summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalMoksha <bwalker@gitlab.com>2017-11-29 10:44:33 +0100
committerdigitalMoksha <bwalker@gitlab.com>2017-11-29 10:44:33 +0100
commit9295c827b85ef76f40dd23b2e00909df94eea093 (patch)
tree81e96e4da8ff50a7cb0f20441fe9d67e0ab81be0
parent59f93de0ba7c12575f95e4b7e6c313a09f98d52c (diff)
downloadgitlab-ce-docs-what-requires-downtime-link.tar.gz
fix link that was linking to `html` instead of `md`docs-what-requires-downtime-link
(to be consistent)
-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