Skip to content

Commit e98a735

Browse files
authored
Fixed httpie url as HTTPS link doesn't work.
1 parent 61f9a8a commit e98a735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swapi/templates/docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Welcome to the swapi, the Star Wars API! This documentation should help you fami
1313

1414
Let's make our first API request to the Star Wars API!
1515

16-
Open up a terminal and use [curl](http://curl.haxx.se) or [httpie](https://httpie.org) to make an API request for a resource. In the example below, we're trying to get the first planet, Tatooine:
16+
Open up a terminal and use [curl](http://curl.haxx.se) or [httpie](http://httpie.org) to make an API request for a resource. In the example below, we're trying to get the first planet, Tatooine:
1717

1818
http swapi.co/api/planets/1/
1919

20-
We'll use [httpie](https://httpie.org) for our examples as it displays responses nicely and gives us a whole lot more useful information. If you don't want to download httpie, just use the *curl* command instead.
20+
We'll use [httpie](http://httpie.org) for our examples as it displays responses nicely and gives us a whole lot more useful information. If you don't want to download httpie, just use the *curl* command instead.
2121

2222
Here is the response we get:
2323

0 commit comments

Comments
 (0)