From 2024d59f57d2d3f6cc74cafc44f3c15b82af425b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 12 Mar 2020 00:32:39 +0100 Subject: [PATCH] fix api endpoints in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d685930..2352287 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Take a look at an Alice-LG production examples at: - https://lg.ecix.net/ And checkout the API at: -- https://lg.ecix.net/api/config -- https://lg.ecix.net/api/routeservers -- https://lg.ecix.net/api/routeservers/0/status -- https://lg.ecix.net/api/routeservers/0/neighbours -- https://lg.ecix.net/api/routeservers/0/neighbours/ID109_AS31078/routes -- https://lg.ecix.net/api/lookup/prefix?q=217.115.0.0 +- https://lg.de-cix.net/api/v1/config +- https://lg.de-cix.net/api/v1/routeservers +- https://lg.de-cix.net/api/v1/routeservers/0/status +- https://lg.de-cix.net/api/v1/routeservers/0/neighbours +- https://lg.de-cix.net/api/v1/routeservers/0/neighbours/ID109_AS31078/routes +- https://lg.de-cix.net/api/v1/lookup/prefix?q=217.115.0.0 ## Explanations Alice-LG is a BGP looking glass which gets its data from external APIs.