Skip to content

Commit 50984f2

Browse files
authored
Update links in classes-taxonomy.md
1 parent 40fa8f3 commit 50984f2

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

classes-taxonomy.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Regions correspond with [ARIA regions and HTML5 sectioning elements](https://www
4343

4444
### .group
4545

46-
* [.index](/patterns/indexes)
47-
* [.listbox](/patterns/listbox)
48-
* [.meta](/patterns/meta)
49-
* [.blurb](/patterns/blurb)
50-
* [.preface](/patterns/preface)
51-
* [.comments](/patterns/comments)
52-
* [.stats](/patterns/stats)
46+
* [.index](/docs/patterns/indexes)
47+
* [.listbox](/docs/patterns/listbox)
48+
* [.meta](/docs/patterns/meta)
49+
* [.blurb](/docs/patterns/blurb)
50+
* [.preface](/docs/patterns/preface)
51+
* [.comments](/docs/patterns/comments)
52+
* [.stats](/docs/patterns/stats)
5353

5454
### .zone
5555

@@ -153,7 +153,7 @@ These class names are almost always singular, with the exception of `tags`.
153153
* .warning-no
154154
* .warning-choosenotto
155155
* .external-work (.warnings becomes an abstract)
156-
* .iswip (a state [modifier](#modifiers) presented as part of the `.required-tags` block in [blurbs](/patterns/blurb))
156+
* .iswip (a state [modifier](#modifiers) presented as part of the `.required-tags` block in [blurbs](/docs/patterns/blurb))
157157
* .complete-yes
158158
* .complete-no
159159
* .tagset
@@ -225,7 +225,7 @@ Modifiers can be grouped into these abstract classes:
225225
### State modifiers
226226

227227
* states (abstract)
228-
* [.current](/patterns/actions) (navigation modifer used to indicate the current position in the navigation options)
228+
* [.current](/docs/patterns/actions) (navigation modifer used to indicate the current position in the navigation options)
229229
* .hidden
230230
* .public (bookmark)
231231
* .private (bookmark)
@@ -236,8 +236,8 @@ Modifiers can be grouped into these abstract classes:
236236
* .latest also .recent
237237
* .open
238238
* .closed
239-
* .odd ([comment](/patterns/comments))
240-
* .even ([comment](/patterns/comments))
239+
* .odd ([comment](/docs/patterns/comments))
240+
* .even ([comment](/docs/patterns/comments))
241241
* pending (abstract state)
242242
* .draft
243243
* .preview
@@ -271,7 +271,7 @@ Modifiers can be grouped into these abstract classes:
271271

272272
### Ability modifiers
273273

274-
Ability modifiers apply to [interactions](/patterns/interactions).
274+
Ability modifiers apply to [interactions](/docs/patterns/interactions).
275275

276276
* abilities (abstract)
277277
* .draggable
@@ -282,7 +282,7 @@ Ability modifiers apply to [interactions](/patterns/interactions).
282282

283283
### Mode modifiers
284284

285-
Mode modifiers apply to [interactions](/patterns/interactions).
285+
Mode modifiers apply to [interactions](/docs/patterns/interactions).
286286

287287
* modes (abstract)
288288
* .single
@@ -291,7 +291,7 @@ Mode modifiers apply to [interactions](/patterns/interactions).
291291

292292
## Travellers
293293

294-
[Index](/patterns/indexes) is the most used example of the polyvalent "types or states of groups."
294+
[Index](/docs/patterns/indexes) is the most used example of the polyvalent "types or states of groups."
295295

296296
* .index
297297
* .tree

0 commit comments

Comments
 (0)