Merge "Updating the payload file location"

This commit is contained in:
Jenkins 2016-12-13 18:17:09 +00:00 committed by Gerrit Code Review
commit d70c9394a9
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ detects something that it knows about. It's intended to make it easier to inspec
:members:
:undoc-members:
.. automodule:: syntribos.checks.header
:members
:members:
:undoc-members:
.. automodule:: syntribos.checks.http
:members:

View File

@ -36,7 +36,7 @@ This can be done manually, or via the ``init`` command.
$ syntribos init
By default, ``syntribos init`` fetches a set of default payload files from a
`remote repository maintained by our development team <https://github.com/rahulunair/syntribos-payloads>`_.
`remote repository maintained by our development team <https://github.com/openstack/syntribos-payloads>`_.
These payload files are necessary for our fuzz tests to run, but if you would
like to disable this behavior, run syntribos with the ``--no_downloads`` flag.
Payload files can also be fetched by running ``syntribos download --payloads``