From 916639098fb7771dcf4490656736fe7625bca985 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Wed, 14 Jun 2023 02:17:48 +0300 Subject: [PATCH] chore: remove broken link from demo (#2338) --- demo/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/index.tsx b/demo/index.tsx index 952be9ff91..048aea8665 100644 --- a/demo/index.tsx +++ b/demo/index.tsx @@ -17,7 +17,6 @@ const demos = [ }, { value: 'https://api.apis.guru/v2/specs/slack.com/1.7.0/openapi.yaml', label: 'Slack' }, { value: 'https://api.apis.guru/v2/specs/zoom.us/2.0.0/openapi.yaml', label: 'Zoom.us' }, - { value: 'https://docs.graphhopper.com/openapi.json', label: 'GraphHopper' }, ]; class DemoApp extends React.Component<