summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-10-17 20:37:23 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-10-17 20:47:46 +0200
commit285172c33c6acd66af284d8f1e97a41079fe90de (patch)
tree576b7762fc4faba72f43ab766ddc90f7317e6a3d /doc/development
parent11485c5acc9247e417838879a31af014972b999c (diff)
parenta5f5c02598d189428c583572d42f38e478669771 (diff)
downloadgitlab-ce-285172c33c6acd66af284d8f1e97a41079fe90de.tar.gz
Merge branch 'dz-rename-user-routes' into 'master'
Rename users routing from /u/:username to /users/:username for consistency with other routes Renames /u/:username to /users/:username To follow consistency with other routes (like groups) and UsersController name. Now when you can use `/:username` for accessing user page there is no need in shortcut like `/u/` See merge request !6851
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md
index 65d34829025..c4a964d1da3 100644
--- a/doc/development/performance.md
+++ b/doc/development/performance.md
@@ -254,5 +254,5 @@ impact on runtime performance, and as such, using a constant instead of
referencing an object directly may even slow code down.
[#15607]: https://gitlab.com/gitlab-org/gitlab-ce/issues/15607
-[yorickpeterse]: https://gitlab.com/u/yorickpeterse
+[yorickpeterse]: https://gitlab.com/yorickpeterse
[anti-pattern]: https://en.wikipedia.org/wiki/Anti-pattern