Skip to content

Commit 7e7719f

Browse files
authored
Align example URL with protocol explanation
Make sure both the example URL and protocol explanation are the same.
1 parent aaa111f commit 7e7719f

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)