Skip to content

Commit 12ec08d

Browse files
authored
fix: correct quickstart link paths for JS (#729)
Signed-off-by: Aadithya Senthil Kumaran <[email protected]>
1 parent 4064199 commit 12ec08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/QuickStartList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const quickstarts = [
267267
server: "Local",
268268
description:
269269
"A sample SMS Sending app to demonstrate how seamlessly Keploy integrates with FastAPI and Twilio.",
270-
link: "docs/quickstart/samples-fastapi-twilio/#running-app-locally-on-linuxwsl-",
270+
link: "/docs/quickstart/samples-fastapi-twilio/#running-app-locally-on-linuxwsl-",
271271
},
272272
{
273273
title: "FastAPI + Twilio ",
@@ -342,7 +342,7 @@ const quickstarts = [
342342
server: "Docker",
343343
description:
344344
"A sample CRUD app to demonstrate Keploy integration built with Node, JWT, and PostgreSQL.",
345-
link: "docs/quickstart/samples-node-jwt/#using-docker-compose-",
345+
link: "/docs/quickstart/samples-node-jwt/#using-docker-compose-",
346346
},
347347

348348
{

0 commit comments

Comments
 (0)