From cdabcf38df391bf1fe3790de4376384b40b8052e Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Thu, 12 Apr 2018 14:26:18 -0500 Subject: [PATCH] Update run-test-terminal.md --- articles/testing/run-test-terminal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/testing/run-test-terminal.md b/articles/testing/run-test-terminal.md index 3744d8b..79c23f3 100644 --- a/articles/testing/run-test-terminal.md +++ b/articles/testing/run-test-terminal.md @@ -63,11 +63,11 @@ You can also run a contract test against a specific upstream URL with the prism validate --spec /path/to/my/spec.json --upstream http://localhost:8080 ``` -For more information on contract testing and how it can be used, see [here](testing/leveraging-openapi/contract-testing). +For more information on contract testing and how it can be used, see [here](/testing/leveraging-openapi/contract-testing). --- **Related Articles** - [Testing Introduction](/testing/introduction) -- [Contract Testing](testing/leveraging-openapi/contract-testing) +- [Contract Testing](/testing/leveraging-openapi/contract-testing) - [Integrating in Continuous Integration](/testing/continuous-integration/overview)