Skip to content

Commit 34a2498

Browse files
jsorefj6t
authored andcommitted
doc: switch links to https
These sites offer https versions of their content. Using the https versions provides some protection for users. [j6t: cherry-picked from d05b08c] Signed-off-by: Josh Soref <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> Signed-off-by: Johannes Sixt <[email protected]>
1 parent f282df1 commit 34a2498

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

git-gui.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2424
GNU General Public License for more details.
2525

2626
You should have received a copy of the GNU General Public License
27-
along with this program; if not, see <http://www.gnu.org/licenses/>.}]
27+
along with this program; if not, see <https://www.gnu.org/licenses/>.}]
2828

2929
######################################################################
3030
##
@@ -3052,7 +3052,7 @@ if {$doc_path ne {}} {
30523052
if {[file isfile $doc_path]} {
30533053
set doc_url "file:$doc_path"
30543054
} else {
3055-
set doc_url {http://www.kernel.org/pub/software/scm/git/docs/}
3055+
set doc_url {https://www.kernel.org/pub/software/scm/git/docs/}
30563056
}
30573057

30583058
proc start_browser {url} {

lib/encoding.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# (Copied from gitk, commit fd8ccbec4f0161)
44

55
# This list of encoding names and aliases is distilled from
6-
# http://www.iana.org/assignments/character-sets.
6+
# https://www.iana.org/assignments/character-sets.
77
# Not all of them are supported by Tcl.
88
set encoding_aliases {
99
{ ANSI_X3.4-1968 iso-ir-6 ANSI_X3.4-1986 ISO_646.irv:1991 ASCII

po/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in your language?
3939
If you do not know what your language should be named, you need to find
4040
it. This currently follows ISO 639-1 two letter codes:
4141

42-
http://www.loc.gov/standards/iso639-2/php/code_list.php
42+
https://www.loc.gov/standards/iso639-2/php/code_list.php
4343

4444
For example, if you are preparing a translation for Afrikaans, the
4545
language code is "af". If there already is a translation for your

0 commit comments

Comments
 (0)