diff --git a/components/buttons/OpenInStudioButton.js b/components/buttons/OpenInStudioButton.js index 03f5d371ae76..25953d015607 100644 --- a/components/buttons/OpenInStudioButton.js +++ b/components/buttons/OpenInStudioButton.js @@ -2,7 +2,7 @@ import Button from './Button' import IconRocket from '../icons/Rocket' export default function OpenInStudioButton({ text = 'Open in Studio', className = '' }) { - const sampleSpec = encodeURI('https://raw.githubusercontent.com/asyncapi/asyncapi/v2.3.0/examples/simple.yml') + const sampleSpec = encodeURI('https://raw.githubusercontent.com/asyncapi/asyncapi/master/examples/simple.yml') return (