Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenturtles committed Nov 13, 2023
1 parent 5afd84b commit 1e1296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/shows.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Shows ({episodes}) {
);})}
</ul>
</div>
<Link className = {`button ${styles.transcripts}`} href = "https://drive.google.com/drive/folders/1mf7VR4szJyBBYbRWcl9lWLz7h6rhBpBv">View Episode Transcripts</Link>
<Link className = {`button ${styles.transcripts}`} href = "https://drive.google.com/drive/folders/1Az_03z0v7c8jZdKIGyCo5ssf9DPwK1F_">View Episode Transcripts</Link>
</div>
</main>);

Expand Down

0 comments on commit 1e1296e

Please sign in to comment.