commit f058349ee84de84c6ce491e02d5e022858693796 Author: Arturo Filastò arturo@filasto.net Date: Tue Apr 26 23:19:51 2016 +0200
Use a correct humans.txt in the example for lantern --- docs/source/tests/lantern.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/tests/lantern.rst b/docs/source/tests/lantern.rst index 9f3ee09..7be4d49 100644 --- a/docs/source/tests/lantern.rst +++ b/docs/source/tests/lantern.rst @@ -34,7 +34,7 @@ How to run the test For advanced usages you may also configure a different URL and expected body for the response with the `--url` and `--expected-body` command line options.
-`ooniprobe nettests/third_party/lantern.py --url http://www.github.com/humans.txt --expected-body '/* TEAM */'` +`ooniprobe nettests/third_party/lantern.py --url http://humanstxt.org/humans.txt --expected-body '/* TEAM */'`
Sample report =============