mirror of https://github.com/OWASP/Nettacker.git
Update Home.md in docs - fixed broken images
fixed broken images in Home page of documentation due to web folder move during refactoring Signed-off-by: Sam Stepanyan <sam.stepanyan@owasp.org>
This commit is contained in:
parent
2b30986ac9
commit
7c9dc72ca1
25
docs/Home.md
25
docs/Home.md
|
|
@ -1,13 +1,14 @@
|
||||||
# OWASP Nettacker
|
# OWASP Nettacker
|
||||||
|
|
||||||
### Wiki sections are visible in the sidebar (right).
|
### Table of contents sections are also visible in the sidebar (right).
|
||||||
|
|
||||||
|
<img src="https://raw.githubusercontent.com/OWASP/Nettacker/master/nettacker/web/static/img/owasp-nettacker.png" width="200"><img src="https://raw.githubusercontent.com/OWASP/Nettacker/master/nettacker/web/static/img/owasp.png" width="500">
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/viraintel/OWASP-Nettacker/master/web/static/img/owasp-nettacker.png" width="200"><img src="https://raw.githubusercontent.com/viraintel/OWASP-Nettacker/master/web/static/img/owasp.png" width="500">
|
|
||||||
|
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
* [Links](#links)
|
* [Links](#links)
|
||||||
- [[Installation|Installation]]
|
- [Installation](Installation.md)
|
||||||
- [[Usage|Usage]]
|
- [Usage](Usage.md)
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
|
|
@ -18,13 +19,13 @@ OWASP Nettacker is open-source software written in Python language using **YAML-
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* OWASP Page: https://www.owasp.org/index.php/OWASP_Nettacker
|
* OWASP Page: https://www.owasp.org/nettacker
|
||||||
* Wiki: https://github.com/OWASP/OWASP-Nettacker/wiki
|
* Wiki: https://github.com/OWASP/Nettacker/wiki
|
||||||
* Github: https://github.com/OWASP/OWASP-Nettacker
|
* GitHub: https://github.com/OWASP/Nettacker
|
||||||
* Slack: #project-nettacker on https://owasp.slack.com
|
* Official Docker Image: https://hub.docker.com/r/owasp/nettacker/
|
||||||
* Mailing List: https://groups.google.com/forum/#!forum/owasp-nettacker
|
* Slack: #project-nettacker on https://owasp.slack.com (OWASP Slack inivite at https://owasp.org/slack/invite)
|
||||||
* Docker Image: https://hub.docker.com/r/alirazmjoo/owaspnettacker/
|
|
||||||
* OpenHub: https://www.openhub.net/p/OWASP-Nettacker
|
* OpenHub: https://www.openhub.net/p/OWASP-Nettacker
|
||||||
* CI: https://github.com/OWASP/Nettacker/actions
|
* CI: https://github.com/OWASP/Nettacker/actions
|
||||||
* **Donate**: https://www.owasp.org/index.php/OWASP_Nettacker
|
* **Donate**: [https://www.owasp.org/](https://owasp.org/donate/?reponame=www-project-nettacker&title=OWASP+Nettacker)
|
||||||
* Maintainer: https://www.secologist.com/
|
* Original Creator/Maintainer: https://www.secologist.com/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue