Skip to content

Commit 5010e6f

Browse files
authored
Updated README.md
Changed the server url from 'http' to 'https'.
1 parent cce7f99 commit 5010e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create an Android application that displays information received over the networ
77

88
The server at the following url responds with JSON formatted data:
99

10-
```(GET) http://guidebook.com/service/v2/upcomingGuides/```
10+
```(GET) https://guidebook.com/service/v2/upcomingGuides/```
1111

1212
The response represents a list of “Guide” objects:
1313

0 commit comments

Comments
 (0)