diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-11 15:19:50 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-11 15:19:50 +0200 |
commit | 6de5aad237d3fd2edf987c5f2a4f38c16b2375ac (patch) | |
tree | 5432c990097fb7e3aeb9c08e444e5f2a2e58a7c1 /doc/development/testing.md | |
parent | c0b5ddc73d8605893a7953ecc193163802efa474 (diff) | |
download | gitlab-ce-6de5aad237d3fd2edf987c5f2a4f38c16b2375ac.tar.gz |
Fix link again
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/testing.md')
-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 9d3ab8d74cf..0d02b7ca597 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]: ./performance.md#rspec-profiling [public dashboard]: https://redash.gitlab.com/public/dashboards/l1WhHXaxrCWM5Ai9D7YDqHKehq6OU3bx5gssaiWe?org_slug=default ## Spinach (feature) tests |