Skip to content

Commit 042f185

Browse files
author
Zachary Scott
committed
Merge pull request rails#15620 from aditya-kapoor/correct-bundler-link
Correct Bundler link [ci skip]
2 parents 3c60da7 + f651d35 commit 042f185

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

guides/source/getting_started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ literally follow along step by step. You can get the complete code
7474
[here](https://github.com/rails/docrails/tree/master/guides/code/getting_started).
7575

7676
By following along with this guide, you'll create a Rails project called
77-
`blog`, a
78-
(very) simple weblog. Before you can start building the application, you need to
79-
make sure that you have Rails itself installed.
77+
`blog`, a (very) simple weblog. Before you can start building the application,
78+
you need to make sure that you have Rails itself installed.
8079

8180
TIP: The examples below use `$` to represent your terminal prompt in a UNIX-like OS,
8281
though it may have been customized to appear differently. If you are using Windows,
@@ -167,7 +166,7 @@ of the files and folders that Rails created by default:
167166
|config/|Configure your application's routes, database, and more. This is covered in more detail in [Configuring Rails Applications](configuring.html).|
168167
|config.ru|Rack configuration for Rack based servers used to start the application.|
169168
|db/|Contains your current database schema, as well as the database migrations.|
170-
|Gemfile<br>Gemfile.lock|These files allow you to specify what gem dependencies are needed for your Rails application. These files are used by the Bundler gem. For more information about Bundler, see [the Bundler website](http://gembundler.com).|
169+
|Gemfile<br>Gemfile.lock|These files allow you to specify what gem dependencies are needed for your Rails application. These files are used by the Bundler gem. For more information about Bundler, see [the Bundler website](http://bundler.io).|
171170
|lib/|Extended modules for your application.|
172171
|log/|Application log files.|
173172
|public/|The only folder seen by the world as-is. Contains static files and compiled assets.|

0 commit comments

Comments
 (0)