Skip to content

Commit

Permalink
Fix configuration in rails README link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonkpils committed Apr 21, 2016
1 parent f1fa351 commit dafaee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To remove routes.rb annotations:

annotate --routes --delete

To automatically annotate every time you run <code>db:migrate</code>, either run <code>rails g annotate:install</code> or add +Annotate.load_tasks+ to your `Rakefile`. See the [configuration in Rails](#configuration-in-rails) section for more info.
To automatically annotate every time you run <code>db:migrate</code>, either run <code>rails g annotate:install</code> or add +Annotate.load_tasks+ to your `Rakefile`. See the {configuration in Rails}[link:README.rdoc#configuration-in-rails] section for more info.

=== Usage Outside of Rails

Expand Down

0 comments on commit dafaee6

Please sign in to comment.