diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-11 10:04:42 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-11 10:04:42 +0200 |
commit | 947617f6374b053a54425344fb42b2bf327c84de (patch) | |
tree | 98782cac402de1e6809df406cd629b3b8a16192d /doc/development | |
parent | 2b606a3a2eb408c4c66a959f7efdfeeb76bb18e7 (diff) | |
download | gitlab-ce-947617f6374b053a54425344fb42b2bf327c84de.tar.gz |
Fix wrong link
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md index e530b1c07bd..686cd7be1d2 100644 --- a/doc/development/testing.md +++ b/doc/development/testing.md @@ -452,7 +452,7 @@ The GitLab test suite is [monitored] and a [public dashboard] is available for everyone to see. Feel free to look at the slowest test files and try to improve them. -[monitored]: /development/performance.html#rspec-profiling +[monitored]: ./development/performance.html#rspec-profiling [public dashboard]: https://redash.gitlab.com/public/dashboards/l1WhHXaxrCWM5Ai9D7YDqHKehq6OU3bx5gssaiWe?org_slug=default ## Spinach (feature) tests |