Skip to content

Commit aa7f52a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/06-github/sections/3-maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You could technically merge in the Pull Request work with something like this:
8989

9090
[source,console]
9191
----
92-
$ curl http://github.com/tonychacon/fade/pull/1.patch | git am
92+
$ curl https://github.com/tonychacon/fade/pull/1.patch | git am
9393
----
9494

9595
===== Collaborating on the Pull Request

0 commit comments

Comments
 (0)