Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions components/nav/solutionsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ export default function Solutions() {
{
icon: <TestDataGeneration />,
name: "Test Data Generation",
url: "https://keploy-websites.vercel.app/test-data-generator",
url: "/test-data-generator",
},
{
icon: <TestCaseGeneration />,
name: "Test Case Generation",
url: "https://keploy-websites.vercel.app/test-case-generator",
url: "/test-case-generator",
},
{
icon: <UnitTestGeneration />,
name: "Unit Test Generation",
url: "https://keploy-websites.vercel.app/unit-test-generator",
url: "/unit-test-generator",
},
{
icon: <CodeCoverage />,
name: "Code Coverage",
url: "https://keploy-websites.vercel.app/code-coverage",
url: "/code-coverage",
},
],
},
Expand All @@ -58,22 +58,22 @@ export default function Solutions() {
{
icon: <CITesting />,
name: "CI Testing",
url: "https://keploy-websites.vercel.app/continuous-integration-testing",
url: "/continuous-integration-testing",
},
{
icon: <RegressionTesting />,
name: "Regression Testing",
url: "https://keploy-websites.vercel.app/docs/concepts/reference/glossary/regression-testing/#heading",
url: "/docs/concepts/reference/glossary/regression-testing/#heading",
},
{
icon: <APITesting />,
name: "API Testing",
url: "https://keploy-websites.vercel.app/api-testing",
url: "/api-testing",
},
{
icon: <ContractTesting />,
name: "Contract Testing",
url: "https://keploy-websites.vercel.app/contract-testing",
url: "/contract-testing",
},
],
},
Expand Down
12 changes: 0 additions & 12 deletions vercel.json

This file was deleted.