diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-05-22 17:46:12 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-05-22 17:46:12 +0200 |
| commit | 79bd9f623a015bf839d3cd2b25923f359640b284 (patch) | |
| tree | 92894060c12c14a9df5b67183d081c4293c403bd /app.json | |
| parent | 1dfd3e9dde75003fa62fd853b6a1ee96f2e669bc (diff) | |
Updated YaCy home page embedded links from http to https scheme
Diffstat (limited to 'app.json')
| -rwxr-xr-x | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ "decentralized", "java" ], - "website": "http://yacy.net", + "website": "https://yacy.net", "repository": "https://github.com/yacy/yacy_search_server", - "logo": "http://yacy.net/material/YaCyLogo2011.svg", + "logo": "https://yacy.net/material/YaCyLogo2011.svg", "env": { "YACY_INIT_ADMIN_PASSWORD": { "description": "Administrator initial password : please fill with a Base64 MD5 value", |
