aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-05-22 09:21:12 +0200
committerYves Senn <yves.senn@gmail.com>2015-05-22 09:21:12 +0200
commit1214f0b74f6b2910b3f0cdbd1410d0e507e99654 (patch)
treed126a1655788dc8ed31210a6f857e83ff4060122
parent023d50c583879c0e3794f825113502befcdfdb85 (diff)
parentb5397600144a640f0958c7665d300a725ba4df76 (diff)
downloadrails-1214f0b74f6b2910b3f0cdbd1410d0e507e99654.tar.gz
rails-1214f0b74f6b2910b3f0cdbd1410d0e507e99654.tar.bz2
rails-1214f0b74f6b2910b3f0cdbd1410d0e507e99654.zip
Merge pull request #20254 from eliotsykes/link-relatively-to-configuring-guide
Make link to configuring guide relative [ci skip]
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index e13da01364..5509cf4d06 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -377,7 +377,7 @@ Notice the 'E' in the output. It denotes a test with error.
NOTE: The execution of each test method stops as soon as any error or an
assertion failure is encountered, and the test suite continues with the next
method. All test methods are executed in random order. The
-[`config.active_support.test_order` option](http://edgeguides.rubyonrails.org/configuring.html#configuring-active-support)
+[`config.active_support.test_order` option](configuring.html#configuring-active-support)
can be used to configure test order.
When a test fails you are presented with the corresponding backtrace. By default