Skip to content

Commit 7f2b720

Browse files
authored
Merge pull request #37 from testsigmahq/dev
Updated interlinks in tutorials.
2 parents 21e34f9 + 4f4bd78 commit 7f2b720

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/pages/tutorials/getting-started/automate-rest-apis.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ A few of the available routes are given below:
7575

7676
All of the most common HTTP verbs such as GET, POST, PUT, PATCH, and DELETE are supported.
7777

78-
Learn more about [Usage of various HTTP requests for REST API Testing in Testsigma](https://testsigma.com/docs/test-cases/create-steps-restapi/methods/)
79-
8078
If you are new to Web Service Testing, see [How to add Test Steps for Web Service/API Testing.](https://testsigma.com/docs/test-cases/step-types/rest-api/)
8179

8280
---
@@ -122,8 +120,6 @@ This test checks for the Expected Header of the Response for a simple GET reques
122120

123121
**Expected Header Content:** {"content-type":"application/json; charset=utf-8"}
124122

125-
Please check this article for more details on comparison Types - [Comparison Modes in Web Services Testing](https://testsigma.com/docs/test-cases/create-steps-restapi/comparison-types/)
126-
127123
![Verify Response Header for a GET Request](https://docs.testsigma.com/images/tutorials/automate-rest-api/verify-response-expected-response-header.png)
128124

129125
---

src/templates/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default ({ data, pageContext }) => {
6767
<nav className="flex-auto flex items-center">
6868
<nav className="flex w-4/5">
6969
<div className="flex items-stretch font-semibold ml-20">
70-
<a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/getting-started/introduction-cloud/'}>
70+
<a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/'}>
7171
Docs
7272
</a>
7373
<a className="btn btn-ghost btn-sm border-b-2 border-green-500 rounded-btn ml-10 text-green-600" >

0 commit comments

Comments
 (0)