Skip to content

Commit 88924dd

Browse files
authored
Merge pull request rails#52236 from takmar/fix-broken-link-in-dev-containers-guide
Fix broken links in Dev Containers start guide [ci skip]
2 parents d2b739c + ee2c283 commit 88924dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/source/getting_started_with_devcontainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Rails application in a container, without needing to install Rails or its depend
2020
directly on your machine. This is the fastest way to get your Rails application up and running.
2121

2222
This is an alternative to installing Ruby and Rails directly on your machine, which is
23-
covered in the [Getting Started guides](getting_started.md#creating-a-new-rails-project).
23+
covered in the [Getting Started guides](getting_started.html#creating-a-new-rails-project).
2424
Once you have completed this guide, you can continue building your application by following
2525
the Getting Started guide.
2626

@@ -94,7 +94,7 @@ $ cd blog
9494
The `blog` directory will have a number of generated files and folders that make
9595
up the structure of a Rails application. Most of the work in this tutorial will
9696
happen in the `app` folder. For a full rundown of everything in your application
97-
see the full [Getting Started guide](getting_started.md#creating-the-blog-application).
97+
see the full [Getting Started guide](getting_started.html#creating-the-blog-application).
9898

9999
Opening the Blog Application in a Dev Container
100100
-----------------------------------------------
@@ -117,7 +117,7 @@ $ rails --version
117117
Rails 8.0.0
118118
```
119119

120-
You can now continue with the [Getting Started guide](getting_started.md#hello-rails) and
120+
You can now continue with the [Getting Started guide](getting_started.html#hello-rails) and
121121
begin building your Blog application. You will be working within VSCode, which serves as
122122
your entry point to your application's Dev Container, where you can run code, run tests and
123123
run your application.

0 commit comments

Comments
 (0)