Fix link to schemas in README (#340)

This commit is contained in:
Andrew Marcuse 2022-02-08 10:19:48 -05:00 committed by GitHub
orang tua 4a6f6b51a3
melakukan 8dadfc8509
Tidak diketahui kunci yang ditemukan di database signature
GPG Key ID: 4AEE18F83AFDEB23

Melihat File

@ -127,7 +127,7 @@ func init() {
To add a schema for the new module, add a module under schemas, and update [`schemas/__init__.py`](schemas/__init__.py) to ensure that it is loaded.
See [schemas/README.md](schemas/README.md) for details.
See [zgrab2_schemas/README.md](zgrab2_schemas/README.md) for details.
### Integration tests
To add integration tests for the new module, run `integration_tests/new.sh [your_new_protocol_name]`.