Skip to content

Commit b856637

Browse files
committed
fix broken links
1 parent 365513e commit b856637

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ git --no-pager diff
8080

8181
## History
8282

83-
`diff-so-fancy` started as [a commit in paulirish's dotfiles](https://github.com/paulirish/dotfiles/commit/6743b907ff586c28cd36e08d1e1c634e2968893e#commitcomment-13349456), which grew into a [standalone script](https://github.com/paulirish/dotfiles/blob/63cb8193b0e66cf80ab6332477f1f52c7fbb9311/bin/diff-so-fancy). Later, stevemao brought it into its [own repo](https://github.com/stevemao/diff-so-fancy) (here), and gave it the room to mature. It's quickly grown into a [widely collaborative project](https://github.com/stevemao/diff-so-fancy/graphs/contributors).
83+
`diff-so-fancy` started as [a commit in paulirish's dotfiles](https://github.com/paulirish/dotfiles/commit/6743b907ff586c28cd36e08d1e1c634e2968893e#commitcomment-13349456), which grew into a [standalone script](https://github.com/paulirish/dotfiles/blob/63cb8193b0e66cf80ab6332477f1f52c7fbb9311/bin/diff-so-fancy). Later, @stevemao brought it into its [own repo](https://github.com/stevemao/diff-so-fancy) (here), and gave it the room to mature. It's quickly grown into a [widely collaborative project](https://github.com/stevemao/diff-so-fancy/graphs/contributors).
8484

8585
## Contributing
8686

8787
Pull requests quite welcome, along with any feedback or ideas.
8888

89-
### Hacking
89+
### Hacking
9090

9191
```sh
9292
# fork and clone the diff-so-fancy repo.
@@ -95,14 +95,14 @@ git clone https://github.com/stevemao/diff-so-fancy/ && cd diff-so-fancy
9595
# test a saved diff against your local version
9696
cat test/fixtures/ls-function.diff | ./diff-so-fancy
9797

98-
# setup symlinks to use local copy
98+
# setup symlinks to use local copy
9999
npm link
100100
cd ~/projects/catfabulator && git diff
101101
```
102102

103103
### Running tests
104104

105-
You'll need to install [bats](github.com/sstephenson/bats#installing-bats-from-source), the Bash automated testing system. It's also available as `brew install bats`
105+
You'll need to install [bats](https://github.com/sstephenson/bats#installing-bats-from-source), the Bash automated testing system. It's also available as `brew install bats`
106106

107107
```sh
108108
git submodule update --init # pull in the assertion library, bats-assert

0 commit comments

Comments
 (0)