Skip to content

Commit

Permalink
Fix broken frag-ID link
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Oct 2, 2014
1 parent 6736717 commit a78bf20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -4,7 +4,7 @@ email: harry@csswizardry.com
description: "High-level advice and guidelines for writing sane, manageable, scalable CSS"
baseurl: ""
url: "http://cssguidelin.es"
version: 2.2.0
version: 2.2.1

# Build settings
markdown: kramdown
Expand Down
4 changes: 2 additions & 2 deletions index.md
Expand Up @@ -2177,8 +2177,8 @@ particularly considering the move toward component-based UIs. It will mean you
can more easily recycle and reuse functionality, as well rapidly construct
larger parts of UI from a known set of composable objects. Think back to our
error message example in the [Single Responsibility
Principle](#single-responsibility-principle) section; we created a complete UI
component by composing a number of much smaller and unrelated objects.
Principle](#the-single-responsibility-principle) section; we created a complete
UI component by composing a number of much smaller and unrelated objects.

### The Separation of Concerns

Expand Down

0 comments on commit a78bf20

Please sign in to comment.