From cacd10d3938c04943f3593a23235f5e975f74771 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Mon, 7 Aug 2017 23:52:25 +0200 Subject: [PATCH] Fix relative links Pointed to a subdirectory --- docs/_releases/v3.0.0/migrating-to-3.0.md | 2 +- docs/release-source/release/migrating-to-3.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_releases/v3.0.0/migrating-to-3.0.md b/docs/_releases/v3.0.0/migrating-to-3.0.md index 79728dfd1..d7b9d89c3 100644 --- a/docs/_releases/v3.0.0/migrating-to-3.0.md +++ b/docs/_releases/v3.0.0/migrating-to-3.0.md @@ -22,7 +22,7 @@ Codemod available at https://github.com/hurrymaplelad/sinon-codemod Calling `sinon.stub` with three arguments will throw an Error. This was deprecated with `sinon@2` and has been removed with `sinon@3` ## `sinon.useFakeTimers([now, ]prop1, prop2, ...)` - Removed -`sinon.useFakeTimers()` signature has [changed](./fake-timers). To define which methods to fake, please use `config.toFake`. Other options are now available when configuring `useFakeTimers`. Please consult the [documentation](./fake-timers) for more information. +`sinon.useFakeTimers()` signature has [changed](../fake-timers). To define which methods to fake, please use `config.toFake`. Other options are now available when configuring `useFakeTimers`. Please consult the [documentation](../fake-timers) for more information. ## Removal of internal helpers The following internal functions were deprecated as of `sinon@1.x` and have been removed in `sinon@3`: diff --git a/docs/release-source/release/migrating-to-3.0.md b/docs/release-source/release/migrating-to-3.0.md index 79728dfd1..d7b9d89c3 100644 --- a/docs/release-source/release/migrating-to-3.0.md +++ b/docs/release-source/release/migrating-to-3.0.md @@ -22,7 +22,7 @@ Codemod available at https://github.com/hurrymaplelad/sinon-codemod Calling `sinon.stub` with three arguments will throw an Error. This was deprecated with `sinon@2` and has been removed with `sinon@3` ## `sinon.useFakeTimers([now, ]prop1, prop2, ...)` - Removed -`sinon.useFakeTimers()` signature has [changed](./fake-timers). To define which methods to fake, please use `config.toFake`. Other options are now available when configuring `useFakeTimers`. Please consult the [documentation](./fake-timers) for more information. +`sinon.useFakeTimers()` signature has [changed](../fake-timers). To define which methods to fake, please use `config.toFake`. Other options are now available when configuring `useFakeTimers`. Please consult the [documentation](../fake-timers) for more information. ## Removal of internal helpers The following internal functions were deprecated as of `sinon@1.x` and have been removed in `sinon@3`: