Docs: Fix broken links in the README

I believe that problem was introduced by 717193e570, that adding numbering to the headers.

[ci skip] [merge me]
This commit is contained in:
Roman Bambycha 2016-06-30 14:42:30 +03:00 committed by GitHub
parent 7be4f8d14e
commit c41d04b5e6
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ has been destroyed.
```
1. If your controllers have a `current_user` method, you can easily [track who
is responsible for changes](#finding-out-who-was-responsible-for-a-change)
is responsible for changes](#4a-finding-out-who-was-responsible-for-a-change)
by adding a controller callback.
```ruby
@ -431,7 +431,7 @@ Turn PaperTrail off for all threads in a `ruby` process.
PaperTrail.enabled = false
```
This is commonly used to speed up tests. See [Testing](#testing) below.
This is commonly used to speed up tests. See [Testing](#7-testing) below.
There is also a rails config option that does the same thing.
@ -1498,7 +1498,7 @@ end
[Thibault](http://samurails.com/about-me/), 29th September 2014
* [Versioning with PaperTrail](http://www.sitepoint.com/versioning-papertrail),
[Ilya Bodrov](http://www.sitepoint.com/author/ibodrov), 10th April 2014
* [Using PaperTrail to track stack traces](http://rubyrailsexpert.com/?p=36),
* [Using PaperTrail to track stack traces](http://web.archive.org/web/20141120233916/http://rubyrailsexpert.com/?p=36),
T James Corcoran's blog, 1st October 2013.
* [RailsCast #255 - Undo with PaperTrail](http://railscasts.com/episodes/255-undo-with-paper-trail),
28th February 2011.