From 99618bbee7ac06163f07fded426bd5e675fbea4b Mon Sep 17 00:00:00 2001 From: romanhotsiy Date: Thu, 1 Jul 2021 12:53:49 +0300 Subject: [PATCH] chore: fix demo slack url --- demo/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.tsx b/demo/index.tsx index 396cf9a3..a92b940a 100644 --- a/demo/index.tsx +++ b/demo/index.tsx @@ -15,7 +15,7 @@ const demos = [ 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.5.0/openapi.yaml', label: 'Slack' }, + { 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' }, ];