Skip to content

Commit 1161639

Browse files
committed
Change http link to https link.
1 parent aa7f52a commit 1161639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/06-github/sections/5-scripting.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $ curl https://api.github.com/gitignore/templates/Java
159159
*.war
160160
*.ear
161161
162-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
162+
# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
163163
hs_err_pid*
164164
"
165165
}
@@ -296,7 +296,7 @@ This is really useful if you're using this API for test results so you don't acc
296296

297297
Though we've been doing nearly everything through `curl` and simple HTTP requests in these examples, several open-source libraries exist that make this API available in a more idiomatic way.
298298
At the time of this writing, the supported languages include Go, Objective-C, Ruby, and .NET.
299-
Check out http://github.com/octokit[] for more information on these, as they handle much of the HTTP for you.
299+
Check out https://github.com/octokit[] for more information on these, as they handle much of the HTTP for you.
300300

301301
Hopefully these tools can help you customize and modify GitHub to work better for your specific workflows.
302302
For complete documentation on the entire API as well as guides for common tasks, check out https://developer.github.com[].

0 commit comments

Comments
 (0)