From 16ebd78effb8588237dc36dac10a942c9472ce50 Mon Sep 17 00:00:00 2001 From: Paul Schwarzenberger Date: Tue, 3 Dec 2024 22:22:57 +0000 Subject: [PATCH] fix links --- README.md | 4 ++-- docs/index.md | 12 ++++++------ mkdocs.yml | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d3d2358..8722c745 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Talk and demo on [YouTube](https://youtu.be/fLrRLmKZTvE) ## Installation * Domain Protect is packaged as a [public Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest) -* Ensure [requirements](/docs/requirements.md) are met +* Ensure [requirements](docs/requirements.md) are met * See [Installation](docs/installation.md) for details on how to install ## Migration -See [migration](/docs/migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest) +See [migration](docs/migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest) ## Collaboration > 📢 We welcome contributions! Please see the [OWASP Domain Protect website](https://owasp.org/www-project-domain-protect/) for more details. diff --git a/docs/index.md b/docs/index.md index 276bcb9e..b47fc50c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,20 +24,20 @@ Talk and demo on [YouTube](https://youtu.be/fLrRLmKZTvE) ## Features * scan Amazon Route53 across an AWS Organization for domain records vulnerable to takeover -* scan [Cloudflare](docs/cloudflare.md) for vulnerable DNS records +* scan [Cloudflare](cloudflare.md) for vulnerable DNS records * take over vulnerable subdomains yourself before attackers and bug bounty researchers -* automatically create known issues in [Bugcrowd](docs/bugcrowd.md) or [HackerOne](docs/hackerone.md) +* automatically create known issues in [Bugcrowd](bugcrowd.md) or [HackerOne](hackerone.md) * vulnerable domains in Google Cloud DNS can be detected by [Domain Protect for GCP](https://github.com/ovotech/domain-protect-gcp) -* [manual scans](manual_scans/aws/README.md) of cloud accounts with no installation +* [manual scans](manual-aws-scans.md) of cloud accounts with no installation ## Installation * Domain Protect is packaged as a [public Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest) -* Ensure [requirements](/docs/requirements.md) are met -* See [Installation](docs/installation.md) for details on how to install +* Ensure [requirements](requirements.md) are met +* See [Installation](installation.md) for details on how to install ## Migration -See [migration](/docs/migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest) +See [migration](migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest) ## Collaboration We welcome collaborators! Please see the [OWASP Domain Protect website](https://owasp.org/www-project-domain-protect/) for more details. diff --git a/mkdocs.yml b/mkdocs.yml index 90a252da..c3a01f67 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,6 +59,7 @@ nav: - Vulnerable A records (IP addresses): a-records.md - Requirements: requirements.md - Installation: installation.md + - Migration: migration.md - Slack Webhooks: slack-webhook.md - AWS IAM policies: aws-iam-policies.md - CI/CD: ci-cd.md