Skip to content

Commit 57f1b82

Browse files
committed
Update links/images
1 parent fba6fa9 commit 57f1b82

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
@@ -77,11 +77,11 @@ Adding `?w=1` to any diff URL will remove any changes only in whitespace, enabli
7777
### Adjust Tab Space
7878
Adding `?ts=4` to a diff or file URL will display tab characters as 4 spaces wide instead of the default 8. The number after `ts` can be adjusted to suit your preference. This does not work on Gists, or raw file views, but a [Chrome extension](https://chrome.google.com/webstore/detail/github-tab-size/ofjbgncegkdemndciafljngjbdpfmbkn) can automate this.
7979

80-
Here is a Go source file [before](https://github.com/pengwynn/flint/blob/master/flint/flint.go) adding `?ts=4`:
80+
Here is a Go source file before adding `?ts=4`:
8181

8282
![Before, tab space example](http://i.imgur.com/GIT1Fr0.png)
8383

84-
...and this is [after](https://github.com/pengwynn/flint/blob/master/flint/flint.go?ts=4) adding `?ts=4`:
84+
...and this is after adding `?ts=4`:
8585

8686
![After, tab space example](http://i.imgur.com/70FL4H9.png)
8787

@@ -92,7 +92,7 @@ To view all commits on a repo by author add `?author=username` to the URL.
9292
https://github.com/rails/rails/commits/master?author=dhh
9393
```
9494

95-
![DHH commit history](http://i.imgur.com/mDWwuaY.png)
95+
![DHH commit history](http://i.imgur.com/S7AE29b.png)
9696

9797
[*Read more about the differences between commits views.*](https://help.github.com/articles/differences-between-commit-views)
9898

@@ -149,7 +149,7 @@ For example:
149149
https://github.com/rails/rails/compare/master...4-1-stable
150150
```
151151

152-
![Rails branch compare example](http://i.imgur.com/0Z52X5Y.png)
152+
![Rails branch compare example](http://i.imgur.com/tIRCOsK.png)
153153

154154
`{range}` can be changed to things like:
155155

0 commit comments

Comments
 (0)