From 31b6d92af25dcf0c90c9e964d008a8dd8fda6ad5 Mon Sep 17 00:00:00 2001 From: Shruti Tarsolia Date: Wed, 27 May 2026 11:30:53 +0530 Subject: [PATCH] Fix 11 broken links in getting-started.md --- docs/getting-started.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9cf3312..9cce982 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -78,10 +78,10 @@ The AntiSSRF library provides validation for different scenarios based on your t | Use Case | Description | Documentation Link | |----------|-------------|-------------------| -| **General Case** | The untrusted URL can belong to **any domain** or an **untrusted domain**. | [.NET](../dotnet-api/antissrfpolicy) \| [Node.js](../nodejs-api/antissrfpolicy) | -| **Azure Key Vault Domain** | The untrusted URL must be an **Azure Key Vault endpoint**. | [.NET](../dotnet-api/urivalidator/inazurekeyvaultdomain) \| [Node.js](../nodejs-api/urivalidator/inazurekeyvaultdomain) | -| **Azure Storage Domain** | The untrusted URL must be an **Azure Storage endpoint**. | [.NET](../dotnet-api/urivalidator/inazurestoragedomain/) \| [Node.js](../nodejs-api/urivalidator/inazurestoragedomain/) | -| **Allowlist of Trusted Domains** | The untrusted URL must belong to a **specific, trusted domain**. | [.NET](../dotnet-api/urivalidator/indomain/) \| [Node.js](../nodejs-api/urivalidator/indomain/) | +| **General Case** | The untrusted URL can belong to **any domain** or an **untrusted domain**. | [.NET](dotnet-api/antissrfpolicy/) \| [Node.js](nodejs-api/antissrfpolicy/) | +| **Azure Key Vault Domain** | The untrusted URL must be an **Azure Key Vault endpoint**. | [.NET](dotnet-api/urivalidator/inazurekeyvaultdomain) \| [Node.js](nodejs-api/urivalidator/inazurekeyvaultdomain) | +| **Azure Storage Domain** | The untrusted URL must be an **Azure Storage endpoint**. | [.NET](dotnet-api/urivalidator/inazurestoragedomain) \| [Node.js](nodejs-api/urivalidator/inazurestoragedomain) | +| **Allowlist of Trusted Domains** | The untrusted URL must belong to a **specific, trusted domain**. | [.NET](dotnet-api/urivalidator/indomain) \| [Node.js](nodejs-api/urivalidator/indomain) | ## Best Practices @@ -105,8 +105,8 @@ The AntiSSRF library provides validation for different scenarios based on your t ## Next Steps ### Learn More -- 📖 **API Documentation**: [.NET API](../dotnet-api) \| [Node.js API](../nodejs-api) -- ❓ **Common Questions**: [FAQ](../faq) +- 📖 **API Documentation**: [.NET API](dotnet-api/) \| [Node.js API](nodejs-api/) +- ❓ **Common Questions**: [FAQ](faq) ### Get Support