Skip to content

Commit 8fcd277

Browse files
committed
fix: wrong link name
oops
1 parent 0e336f5 commit 8fcd277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/static-sites-really-fast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ After you save your changes, the link to your site should appear under the About
178178
Whenever you want to update your website, just push local Git changes to your main branch. As with the initial
179179
deployment, changes should appear live on the site within seconds!
180180

181-
You can see my example at [fireisgood.github.io/surge-static-article](https://fireisgood.github.io/static-site-example/)
181+
You can see my example at [fireisgood.github.io/static-site-example](https://fireisgood.github.io/static-site-example/)
182182
and its moderately minimal code at my [GitHub repository](https://github.com/FireIsGood/static-site-example).
183183

184184
For a more detailed guide, you can check out the [GitHub Pages Docs](https://docs.github.com/en/pages/quickstart) on

0 commit comments

Comments
 (0)