diff options
| author | Michael Peter Christen <mc@yacy.net> | 2024-07-21 18:02:58 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2024-07-21 18:02:58 +0200 |
| commit | 910a496c9f657adaa8560d068c5a2e29d9bdd68a (patch) | |
| tree | 290e4dfeb3c1b57e5502add2c225e377b1027e68 /htroot/js | |
| parent | fd45ccf76ebb7f18f63ce508e43ff66d118f2cc3 (diff) | |
replaced http links with https
Diffstat (limited to 'htroot/js')
| -rw-r--r-- | htroot/js/Crawler.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/js/Crawler.js b/htroot/js/Crawler.js index c2f77404e..3e840ac23 100644 --- a/htroot/js/Crawler.js +++ b/htroot/js/Crawler.js @@ -1,6 +1,6 @@ /* * Copyright (C) 2005 - 2014 Alexander Schier, Michael Peter Christen, -* and other YaCy developers (see http://yacy.net/en/Join.html) +* and other YaCy developers (see https://yacy.net/en/Join.html) * * This file is part of YaCy. * @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with YaCy. If not, see <http://www.gnu.org/licenses/>. +* along with YaCy. If not, see <https://www.gnu.org/licenses/>. */ DELETE_STRING="delete"; |
