Skip to content

Commit

Permalink
Fix warning when generating yard docs locally
Browse files Browse the repository at this point in the history
[warn]: In file `README.md':364: Cannot resolve link to the from text:
	...{the <code>pry-rails</code> gem}...
  • Loading branch information
andrehjr committed May 31, 2024
1 parent 2f8b257 commit e215060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ pry -r ./config/environment

Or start the rails console (`bin/rails console`) and then type `pry`.

It's also possible to use Pry as your Rails console by adding [the `pry-rails`
It's also possible to use Pry as your Rails console by adding [the pry-rails
gem](https://github.com/pry/pry-rails) to your Gemfile. This replaces the
default console with Pry, in addition to loading the Rails console helpers and
adding some useful Rails-specific commands.
Expand Down

0 comments on commit e215060

Please sign in to comment.