Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Use https for links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jun 8, 2021
1 parent b60838b commit b0eafab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ including CI information, download locations, etc can be found in the
Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php
* https://www.eclipse.org/legal/ECA.php

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
Expand Down
8 changes: 4 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source code repository logs.

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
https://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0

Expand Down Expand Up @@ -51,7 +51,7 @@ antlr (4.5.1)
* License: New BSD license
* Project: antlr.org
* Source:
http://search.maven.org/remotecontent?filepath=org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar
https://search.maven.org/remotecontent?filepath=org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar

Apache Commons Compress (1.6)

Expand All @@ -64,9 +64,9 @@ Apache Commons Lang (3.1.0)
freemarker (2.3.22)

* License: Apache License, 2.0
* Project: http://freemarker.org/
* Project: https://freemarker.org/
* Source:
http://search.maven.org/remotecontent?filepath=org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar
https://search.maven.org/remotecontent?filepath=org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar

Google Gson (2.2.4)

Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/download-build-gdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function check_supported() {
#
# $1: version number
function download_gdb() {
local baseaddr="http://ftp.gnu.org/gnu/gdb"
local baseaddr="https://ftp.gnu.org/gnu/gdb"
local version="$1"

case "$version" in
Expand Down
2 changes: 1 addition & 1 deletion scripts/cdt-standalone-php-template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (sizeof($files)>0) { ?>
</head>
<body>
<?php
$downloadPrefix = "http://www.eclipse.org/downloads/download.php?file=";
$downloadPrefix = "https://www.eclipse.org/downloads/download.php?file=";
$downloadDotEclipseServer = preg_match("#download.eclipse.org#",$_SERVER["DOCUMENT_ROOT"]) || preg_match("#download.eclipse.org#",$_SERVER["SERVER_NAME"]) || preg_match("#download.eclipse.org#",$_SERVER["SCRIPT_URI"]);

echo "<table>\n";
Expand Down

0 comments on commit b0eafab

Please sign in to comment.