From 8b73cfc9c6309ffdc90c9059ba0e7b6db85c4394 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Mon, 8 Jan 2024 10:44:52 -0500 Subject: [PATCH] updated links --- docs/deprecations/manual-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecations/manual-tests.md b/docs/deprecations/manual-tests.md index e89b7b84..270ce355 100644 --- a/docs/deprecations/manual-tests.md +++ b/docs/deprecations/manual-tests.md @@ -7,7 +7,7 @@ feature allowed developers to create and save "manual" tests that could be run against their Zuplo API. This feature has been replaced instead by the inline test running in the -[Route Builder](https://zuplo.com/docs/articles/step-1-setup-basic-gateway#3-test-your-api). +[Route Builder](/docs/articles/step-1-setup-basic-gateway#3-test-your-api). The below screenshot shows the Manual Test Runner UI. This tab will be completely removed in the Zuplo portal. @@ -25,4 +25,4 @@ tooling such as [HTTPie](https://httpie.io/), Zuplo code tests written in typescript will move to the main code editor tab where you can continue to edit or view these files. Running tests with the Zuplo CLI is still fully supported (and recommended!). For more information on testing -your Zuplo API see [the documentation](https://zuplo.com/docs/articles/testing). +your Zuplo API see [the documentation](/docs/articles/testing).