Skip to content

Commit aa61d9f

Browse files
committed
docs: fix prose links
1 parent 7edfaa1 commit aa61d9f

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

docs/content/3.guide/1.writing/2.markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Read the complete Prose reference in the [API section](/api/components/prose)
3333

3434
If you want to customize a Prose component, here are the recommended steps:
3535

36-
- Checkout the original [component sources](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose).
36+
- Checkout the original [component sources](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose).
3737
- Use the exact same props.
3838
- In your `components/content/` directory, give it the same name.
3939
- Make it yours 🚀.

docs/content/4.api/1.components/7.prose.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To overwrite a prose component, create a component with the same name in your pr
88

99
## `ProseA`
1010

11-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseA.vue)
11+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseA.vue)
1212

1313
::code-group
1414
```md [Code]
@@ -22,7 +22,7 @@ To overwrite a prose component, create a component with the same name in your pr
2222

2323
## `ProseBlockquote`
2424

25-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseBlockquote.vue)
25+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseBlockquote.vue)
2626

2727
::code-group
2828
```md [Code]
@@ -36,7 +36,7 @@ To overwrite a prose component, create a component with the same name in your pr
3636

3737
## `ProseCode`
3838

39-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseCode.vue)
39+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseCode.vue)
4040

4141
::code-group
4242
```md [Code]
@@ -76,7 +76,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
7676

7777
## `ProseCodeInline`
7878

79-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseCodeInline.vue)
79+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseCodeInline.vue)
8080

8181
`code inline`.
8282

@@ -96,7 +96,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
9696

9797
## `ProseH1`
9898

99-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseH1.vue)
99+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseH1.vue)
100100

101101
::code-group
102102
```md [Code]
@@ -110,7 +110,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
110110

111111
## `ProseH2`
112112

113-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseH2.vue)
113+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseH2.vue)
114114

115115
::code-group
116116
```md [Code]
@@ -124,7 +124,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
124124

125125
## `ProseH3`
126126

127-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseH3.vue)
127+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseH3.vue)
128128

129129
::code-group
130130
```md [Code]
@@ -138,7 +138,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
138138

139139
## `ProseH4`
140140

141-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseH4.vue)
141+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseH4.vue)
142142

143143
::code-group
144144
```md [Code]
@@ -152,7 +152,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
152152

153153
## `ProseH5`
154154

155-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseH5.vue)
155+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseH5.vue)
156156

157157
::code-group
158158
```md [Code]
@@ -166,7 +166,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
166166

167167
## `ProseH6`
168168

169-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseH6.vue)
169+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseH6.vue)
170170

171171
::code-group
172172
```md [Code]
@@ -180,7 +180,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
180180

181181
## `ProseHr`
182182

183-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseHr.vue)
183+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseHr.vue)
184184

185185
::code-group
186186
```md [Code]
@@ -202,7 +202,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
202202

203203
## `ProseImg`
204204

205-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseImg.vue)
205+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseImg.vue)
206206

207207
::code-group
208208
```md [Code]
@@ -216,7 +216,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
216216

217217
## `ProseUl`
218218

219-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseUl.vue)
219+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseUl.vue)
220220

221221
::code-group
222222
```md [Code]
@@ -236,7 +236,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
236236

237237
## `ProseLi`
238238

239-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseLi.vue)
239+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseLi.vue)
240240

241241
::code-group
242242
```md [Code]
@@ -250,7 +250,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
250250

251251
## `ProseOl`
252252

253-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseOl.vue)
253+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseOl.vue)
254254

255255
::code-group
256256
```md [Code]
@@ -268,7 +268,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
268268

269269
## `ProseP`
270270

271-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseP.vue)
271+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseP.vue)
272272

273273
::code-group
274274
```md [Code]
@@ -282,7 +282,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
282282

283283
## `ProseStrong`
284284

285-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseStrong.vue)
285+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseStrong.vue)
286286

287287
::code-group
288288
```md [Code]
@@ -296,7 +296,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
296296

297297
## `ProseEm`
298298

299-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseEm.vue)
299+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseEm.vue)
300300

301301
::code-group
302302
```md [Code]
@@ -310,7 +310,7 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
310310

311311
## `ProseTable`
312312

313-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseTable.vue)
313+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseTable.vue)
314314

315315
::code-group
316316
```md [Code]
@@ -332,30 +332,30 @@ If you want to use `]` in the filename, you need to escape it with 2 backslashes
332332

333333
## `ProseTbody`
334334

335-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseTbody.vue)
335+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseTbody.vue)
336336

337337
Included in **ProseTable** example.
338338

339339
## `ProseTd`
340340

341-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseTd.vue)
341+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseTd.vue)
342342

343343
Included in **ProseTable** example.
344344

345345
## `ProseTh`
346346

347-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseTh.vue)
347+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseTh.vue)
348348

349349
Included in **ProseTable** example.
350350

351351
## `ProseThead`
352352

353-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseThead.vue)
353+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseThead.vue)
354354

355355
Included in **ProseTable** example.
356356

357357
## `ProseTr`
358358

359-
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/main/src/runtime/components/Prose/ProseTr.vue)
359+
[:icon{name="fa-brands:github" class="inline -mt-1 w-6"} Source](https://github.com/nuxt/content/tree/2.x/src/runtime/components/Prose/ProseTr.vue)
360360

361361
Included in **ProseTable** example.

0 commit comments

Comments
 (0)