From f805271d90e65d139196ee6d27e2a1c2e7de85f5 Mon Sep 17 00:00:00 2001 From: Kostyantyn Pshenychnyy <42213409+pshenok@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:46:27 +0300 Subject: [PATCH] chore: fix demo examples urls (#1400) --- demo/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/index.tsx b/demo/index.tsx index dc39c33a..d3974b2a 100644 --- a/demo/index.tsx +++ b/demo/index.tsx @@ -8,10 +8,10 @@ import ComboBox from './ComboBox'; const demos = [ { value: 'https://api.apis.guru/v2/specs/instagram.com/1.0.0/swagger.yaml', label: 'Instagram' }, { - value: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/swagger.yaml', + value: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/openapi.yaml', label: 'Google Calendar', }, - { value: 'https://api.apis.guru/v2/specs/slack.com/1.2.0/swagger.yaml', label: 'Slack' }, + { value: 'https://api.apis.guru/v2/specs/slack.com/1.5.0/openapi.yaml', label: 'Slack' }, { value: 'https://api.apis.guru/v2/specs/zoom.us/2.0.0/swagger.yaml', label: 'Zoom.us' }, { value: 'https://docs.graphhopper.com/openapi.json', label: 'GraphHopper' }, ];