Commit dd69df8
authored
Switch to other github URL to fix SSL error (#2082)
While using the https://raw.githubusercontent.com/... URL would have
worked, Johannes Schindelin (@dscho) suggested to use these for
robustness.
## Changes
Changed URL pattern of Github for the the release notes.
## Context
https://git-scm.com/ Release notes point to
https://raw.github.com/git/git/master/Documentation/RelNotes/2.51.0.adoc
which at least for me suddenly result in a certificate error (Error 503
hostname doesn't match against certificate), while
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.51.0.adoc
works2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
0 commit comments