Skip to content

Commit

Permalink
fix: update show notes edit url
Browse files Browse the repository at this point in the history
  • Loading branch information
bntzio committed Oct 21, 2020
1 parent 0cef112 commit 5803b13
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

0 comments on commit 5803b13

Please sign in to comment.