Skip to content

Commit 04d3d59

Browse files
committed
Fix links
1 parent e8fe340 commit 04d3d59

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: The Curse of Markdown
3+
description: Lorem ipsum
4+
date: 2024-06-20
5+
authors: [pomber]
6+
draft: true
7+
---
8+
9+
test

apps/web/content/blog/v1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Landing pages, marketing sites, portfolios. It doesn't even need content related
212212

213213
## Try Code Hike v1
214214

215-
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter), or clone the Code Hike v1 starter:
215+
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter?file=app%2Fpage.mdx), or clone the Code Hike v1 starter:
216216

217217
```bash -c
218218
# !link[24:62] https://github.com/code-hike/v1-starter

apps/web/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Start from a template with Next.js, MDX, Tailwind CSS:
1212
npx create-next-app -e https://github.com/code-hike/v1-starter
1313
```
1414

15-
Or try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter) or [CodeSandbox](https://codesandbox.io/s/github/code-hike/v1-starter).
15+
Or try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter?file=app%2Fpage.mdx) or [CodeSandbox](https://codesandbox.io/s/github/code-hike/v1-starter?file=app%2Fpage.mdx).
1616

1717
For more complete starters, see the [examples](/docs/examples) page.
1818

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Code Hike is an open-source library designed to encourage the authoring of techn
66

77
#### Quick Start
88

9-
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter). Or clone the Code Hike starter:
9+
Try it online on [StackBlitz](https://stackblitz.com/github/code-hike/v1-starter?file=app%2Fpage.mdx). Or clone the Code Hike starter:
1010

1111
```bash
1212
npx create-next-app -e https://github.com/code-hike/v1-starter

0 commit comments

Comments
 (0)