fix link that was linking to `html` instead of `md`

(to be consistent)
This commit is contained in:
digitalMoksha 2017-11-29 10:44:33 +01:00
parent 59f93de0ba
commit 9295c827b8
1 changed files with 1 additions and 1 deletions

View File

@ -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