Skip to content

Commit cc6efea

Browse files
authored
update charter markdown link
1 parent 74e3257 commit cc6efea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/resources/charter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PageSite from '@layouts/PageSite.astro';
33
import { marked } from 'marked';
44
55
const res = await fetch(
6-
'https://raw.githubusercontent.com/StuyPulse/Charter/main/README.md'
6+
'https://raw.githubusercontent.com/StuyPulse/charter.stuypulse.com/refs/heads/main/README.md'
77
);
88
99
// trusting that theres no XSS in the charter lols

0 commit comments

Comments
 (0)