Skip to content

Commit 02c8017

Browse files
committed
Fix link in README
1 parent 8930989 commit 02c8017

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CSS3 GitHub Buttons helps you easily create GitHub-style buttons from links, buttons, and inputs.
44

5-
Example: [nicolasgallagher.com/lab/css3-github-buttons/](http://nicolasgallagher.com/lab/css3-github-buttons/)
5+
Example: [necolas.github.io/css3-github-buttons/](http://necolas.github.io/css3-github-buttons/)
66

77
## Buttons ##
88

@@ -23,11 +23,11 @@ If you have a button that triggers a dangerous action, like deleting data, this
2323
If you wish to emphasize a specific action you can add the class `big`.
2424

2525
<a href="#" class="button big">Create Project</a>
26-
26+
2727
## Grouped buttons ##
2828

2929
Groups of buttons can be created by wrapping them in an element given a class of `button-group`. A less important group of buttons can be marked out by adding a further class, `minor-group`.
30-
30+
3131
<div class="button-group minor-group">
3232
<a href="#" class="button primary">Dashboard</a>
3333
<a href="#" class="button">Inbox</a>
@@ -41,13 +41,13 @@ Displaying a mixture of grouped and standalone buttons, as might be seen in a to
4141

4242
<div class="actions button-container">
4343
<a href="#" class="button primary">Compose new</a>
44-
44+
4545
<div class="button-group">
4646
<a href="#" class="button primary">Archive</a>
4747
<a href="#" class="button">Report spam</a>
4848
<a href="#" class="button danger">Delete</a>
4949
</div>
50-
50+
5151
<div class="button-group minor-group">
5252
<a href="#" class="button">Move to</a>
5353
<a href="#" class="button">Labels</a>
@@ -72,4 +72,4 @@ Public domain: [http://unlicense.org](http://unlicense.org)
7272

7373
## Acknowledgements ##
7474

75-
Inspired by [Michael Henriksen](http://michaelhenriksen.dk)'s [CSS3 Buttons](http://github.com/michenriksen/css3buttons). Icons from [Iconic pack](http://somerandomdude.com/projects/iconic/).
75+
Inspired by [Michael Henriksen](http://michaelhenriksen.dk)'s [CSS3 Buttons](http://github.com/michenriksen/css3buttons). Icons from [Iconic pack](http://somerandomdude.com/projects/iconic/).

0 commit comments

Comments
 (0)