From 02f304672451feecdf01cefaa1b2421c6e44a4a3 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 20 Feb 2018 12:47:52 +0700 Subject: [PATCH] Update Onionoo docs URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c3802d..82d679f 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Returns a Promise that will resolve once the Onionoo API has responded. The resp Type: `object` -Query object to be url encoded and appended to the `baseUrl`. You can read up on the vast amount of accepted parameters in the [Onionoo API docs](https://onionoo.torproject.org/protocol.html#methods). +Query object to be url encoded and appended to the `baseUrl`. You can read up on the vast amount of accepted parameters in the [Onionoo API docs](https://metrics.torproject.org/onionoo.html#parameters). > Note: Colons are not url encoded to allow for Onionoo's `key:value` search filters.