From 4cb2b5228bc9e054ad12a6e95bd0c2f5acc3c7a6 Mon Sep 17 00:00:00 2001
From: sandeep <8293321+bauthard@users.noreply.github.com>
Date: Sat, 13 Feb 2021 21:00:14 +0530
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 76c478e8..04003a38 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
Install •
For Security Engineers •
For Developers •
- Wiki •
+ Documentation •
Credits •
License •
Join Discord
@@ -46,7 +46,7 @@ We have a [dedicated repository](https://github.com/projectdiscovery/nuclei-temp
```sh
▶ GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
```
-**More installation [methods can be found here](https://nuclei.projectdiscovery.io/nuclei/get-started/).**
+**More installation [methods can be found here](https://nuclei.projectdiscovery.io/nuclei/get-started/#nuclei-installation).**
@@ -58,7 +58,7 @@ You can download and update the nuclei templates using *update-templates*
`▶ nuclei -update-templates`
-Nuclei is designed to used with custom templates according to the target and workflow, you can write your own checks for your specific workflow and needs, please refer to nuclei **[templating guide](https://nuclei.projectdiscovery.io/templating-guide/)** to write your own custom templates.
+Nuclei is designed to used with custom templates according to the target and workflow, you can write your own checks for your specific workflow and needs, please refer to nuclei [templating guide](https://nuclei.projectdiscovery.io/templating-guide/) to write your own custom templates.
@@ -72,7 +72,7 @@ Scanning for CVEs on given list of URLs.
▶ nuclei -l target_urls.txt -t cves/
```
-**More detailed examples of running nuclei can be found [here](https://nuclei.projectdiscovery.io/nuclei/get-started/#using-nuclei).**
+**More detailed examples of running nuclei can be found [here](https://nuclei.projectdiscovery.io/nuclei/get-started/#running-nuclei).**
# For Security Engineers