Commit 2c05958e authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

docs: Replace google.com as target of get_url()

Probably best to avoid angering the 800 lb gorilla with access to killer
robots.

https://example.org works, this is why it exists.
parent 1c20c616
......@@ -94,7 +94,7 @@ def main(log_level='INFO'):
@mitogen.main()
def main(router):
z = router.ssh(hostname='k3')
print z.call(get_url, 'https://www.google.com/')
print z.call(get_url, 'https://example.org/')
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment