Skip to content

Commit

Permalink
Fix broken GitHub links (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo authored Sep 22, 2023
2 parents e126280 + 997fb2a commit 81fda6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/models/snippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const snippet = {
cache: true,
},
url: snippet =>
`https://github.com/30-seconds/30-seconds-of-code/blob/master/snippets${snippet.slug}.md`,
`https://github.com/30-seconds/30-seconds-of-code/blob/master/content/snippets${snippet.slug}.md`,
actionType: snippet => (snippet.code ? 'codepen' : undefined),
isScheduled: {
body: snippet => snippet.dateModified > new Date(),
Expand Down

0 comments on commit 81fda6b

Please sign in to comment.