Skip to content

Commit

Permalink
fix: homepage link to studio not matching asyncapi version (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Urbańczyk <[email protected]>
  • Loading branch information
gabel and magicmatatjahu authored Nov 8, 2022
1 parent c5b9cf9 commit ea4995d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/buttons/OpenInStudioButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Button
className={`text-center block md:mt-0 md:inline-block border-secondary-500 border text-secondary-500 hover:text-white shadow-md group ${className}`}
Expand Down

0 comments on commit ea4995d

Please sign in to comment.