Skip to content

Commit a78bf20

Browse files
committed
Fix broken frag-ID link
1 parent 6736717 commit a78bf20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ email: [email protected]
44
description: "High-level advice and guidelines for writing sane, manageable, scalable CSS"
55
baseurl: ""
66
url: "http://cssguidelin.es"
7-
version: 2.2.0
7+
version: 2.2.1
88

99
# Build settings
1010
markdown: kramdown

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,8 +2177,8 @@ particularly considering the move toward component-based UIs. It will mean you
21772177
can more easily recycle and reuse functionality, as well rapidly construct
21782178
larger parts of UI from a known set of composable objects. Think back to our
21792179
error message example in the [Single Responsibility
2180-
Principle](#single-responsibility-principle) section; we created a complete UI
2181-
component by composing a number of much smaller and unrelated objects.
2180+
Principle](#the-single-responsibility-principle) section; we created a complete
2181+
UI component by composing a number of much smaller and unrelated objects.
21822182

21832183
### The Separation of Concerns
21842184

0 commit comments

Comments
 (0)