Skip to content

Commit 3fa41c0

Browse files
authored
Merge pull request rails#54158 from kodnin/main
Rails Guides - Getting Started with Rails - Align example URL with protocol explanation [ci skip]
2 parents aab55cf + 7e7719f commit 3fa41c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ First, let's do a quick refresher on URLs and HTTP Request methods.
683683
Let's examine the different parts of a URL:
684684

685685
```
686-
http://example.org/products?sale=true&sort=asc
686+
https://example.org/products?sale=true&sort=asc
687687
```
688688

689689
In this URL, each part has a name:

0 commit comments

Comments
 (0)