Skip to content

Commit

Permalink
Merge pull request #555 from bntzio/fix/show-notes-url
Browse files Browse the repository at this point in the history
fix: update show notes edit url
  • Loading branch information
wesbos committed Oct 22, 2020
2 parents 0cef112 + 5803b13 commit c27340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ShowNotes.js
Expand Up @@ -23,7 +23,7 @@ const ShowNotes = ({ show, setCurrentPlaying }) => {
</a>
<a
className="button"
href={`https://github.com/wesbos/Syntax/edit/master/${show.notesFile}`}
href={`https://github.com/wesbos/Syntax/edit/master/shows/${show.notesFile}`}
target="_blank"
rel="noopener noreferrer"
>
Expand Down

1 comment on commit c27340b

@vercel
Copy link

@vercel vercel bot commented on c27340b Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.