Skip to content

Commit 997fb2a

Browse files
committed
Fix broken GitHub links
1 parent e126280 commit 997fb2a

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)