Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-09 03:20:40 +0300
committerEvan Read <eread@gitlab.com>2019-07-09 03:20:40 +0300
commit347a8799096d2ace4e1b4577f8f79518085ffa40 (patch)
tree450c7169d136a411a9affba5a790c5f3f30283d2 /doc/development/migration_style_guide.md
parent3deb8f6864ccd18c27dcd52e279c6c7b2060b04e (diff)
Update redirected links to final destination
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
Diffstat (limited to 'doc/development/migration_style_guide.md')
-rw-r--r--doc/development/migration_style_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md
index 9b26f691b55..0c7601b415e 100644
--- a/doc/development/migration_style_guide.md
+++ b/doc/development/migration_style_guide.md
@@ -21,7 +21,7 @@ When downtime is necessary the migration has to be approved by:
1. A Database Specialist
An up-to-date list of people holding these titles can be found at
-<https://about.gitlab.com/team/>.
+<https://about.gitlab.com/company/team/>.
When writing your migrations, also consider that databases might have stale data
or inconsistencies and guard for that. Try to make as few assumptions as