diff --git a/client/components/routeservers/communities/filter-reason.jsx b/client/components/routeservers/communities/filter-reason.jsx index b0c9da6..90c9fd4 100644 --- a/client/components/routeservers/communities/filter-reason.jsx +++ b/client/components/routeservers/communities/filter-reason.jsx @@ -21,7 +21,7 @@ class FilterReason extends React.Component { const cls = `reject-reason reject-reason-${community[1]}-${community[2]}`; return (
- {reason}
); diff --git a/client/components/routeservers/communities/noexport-reason.jsx b/client/components/routeservers/communities/noexport-reason.jsx index cf73092..262cbe7 100644 --- a/client/components/routeservers/communities/noexport-reason.jsx +++ b/client/components/routeservers/communities/noexport-reason.jsx @@ -21,7 +21,7 @@ class NoExportReason extends React.Component { const cls = `noexport-reason noexport-reason-${community[1]}-${community[2]}`; return (- {reason}
); diff --git a/client/components/routeservers/routes/route/column.jsx b/client/components/routeservers/routes/route/column.jsx index 5367a35..5481438 100644 --- a/client/components/routeservers/routes/route/column.jsx +++ b/client/components/routeservers/routes/route/column.jsx @@ -54,7 +54,7 @@ export const ColNetwork = function(props) { // Special AS Path Widget export const ColAsPath = function(props) { const asns = _lookup(props.route, "bgp.as_path"); - const baseUrl = "http://irrexplorer.nlnog.net/search/" + const baseUrl = "https://irrexplorer.nlnog.net/asn/AS" let asnLinks = asns.map((asn, i) => { return ({asn} );