From 270c8230e0597367a6039467800ded1d0c36675c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Tue, 7 Apr 2026 17:19:52 +0530 Subject: [PATCH] fix broken Getting Started links Closes #219 --- cloud/free/overview.mdx | 2 +- opensource/nuclei/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/free/overview.mdx b/cloud/free/overview.mdx index d1b64b4e..8c07eba1 100644 --- a/cloud/free/overview.mdx +++ b/cloud/free/overview.mdx @@ -25,7 +25,7 @@ To get started with PDCP Free you'll need two things: - Scan results from Nuclei - a PDCP Login/Setup -If you already have Nuclei scan results, or you've walked through our [Getting Started example](/getstarted-overview) using Nuclei, you're most of the way there. +If you already have Nuclei scan results, or you've walked through our [Getting Started example](/quickstart) using Nuclei, you're most of the way there. ## What's in this User Guide? diff --git a/opensource/nuclei/overview.mdx b/opensource/nuclei/overview.mdx index caf86bdf..f4ef24f8 100644 --- a/opensource/nuclei/overview.mdx +++ b/opensource/nuclei/overview.mdx @@ -12,7 +12,7 @@ At its core, Nuclei uses templates—expressed as straightforward YAML files, th Each template delineates a possible attack route, detailing the vulnerability, its severity, priority rating, and occasionally associated exploits. This template-centric methodology ensures Nuclei not only identifies potential threats, but pinpoints exploitable vulnerabilities with tangible real-world implications. -New to scanners and Nuclei? Try it out today with a quick example through our [Getting Started](/getstarted-overview). +New to scanners and Nuclei? Try it out today with a quick example through our [Getting Started](/quickstart). ## What are Nuclei's features?