Skip to content

Commit a79a85b

Browse files
committed
Fix README links.
1 parent db2ff58 commit a79a85b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ The top-level `bin/rails` proxies all Rails commands to the test project, so you
155155
the usual commands (e.g., `rails test`, `rails console`). For development, use `bin/dev` to run the
156156
web server and the job queue, which serves the test app and coverage/brakeman reports:
157157

158-
- Test App: http://127.0.0.1:3000
159-
- Test App API: http://127.0.0.1:3000/api
160-
- Reports: http://127.0.0.1:8000
158+
- Test App: [http://127.0.0.1:3000](http://127.0.0.1:3000)
159+
- Test App API: [http://127.0.0.1:3000/api](http://127.0.0.1:3000/api)
160+
- Reports: [http://127.0.0.1:8000](http://127.0.0.1:8000)

0 commit comments

Comments
 (0)