Skip to content

Commit 81fda6b

Browse files
authored
Fix broken GitHub links (#2010)
2 parents e126280 + 997fb2a commit 81fda6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/blocks/models/snippet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const snippet = {
7070
cache: true,
7171
},
7272
url: snippet =>
73-
`https://github.com/30-seconds/30-seconds-of-code/blob/master/snippets${snippet.slug}.md`,
73+
`https://github.com/30-seconds/30-seconds-of-code/blob/master/content/snippets${snippet.slug}.md`,
7474
actionType: snippet => (snippet.code ? 'codepen' : undefined),
7575
isScheduled: {
7676
body: snippet => snippet.dateModified > new Date(),

0 commit comments

Comments
 (0)