Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Nov 5, 2019
1 parent f1718e0 commit 358ef56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/demonstration_tutorial_screenshot.md
Expand Up @@ -142,4 +142,4 @@ Well, YaCy is all about running your own search engine, not using a central one.
We provide here a link to the administration page of the test instance where you can also find your way to the search page. Administration functions are disabled but you are able to browse through the services without a password:

### YaCy Demo Peer
<p><a class="btn btn-default btn-lg" href="http://yacy.searchlab.eu/Status.html" role="button">Click here to operate a YaCy Demo Peer</a></p>
<p><a class="btn btn-default btn-lg" href="https://yacy.searchlab.eu/Status.html" role="button">Click here to operate a YaCy Demo Peer</a></p>
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -74,5 +74,5 @@ The installation takes only three minutes. Just download the release, decompress
Next Steps:
<p><a class="btn btn-success btn-lg" href="/download_installation/" role="button">Download and Install YaCy</a>
<a class="btn btn-info btn-lg" href="/demonstration_tutorial_screenshot/" role="button">Watch screenshots and tutorial movies</a>
<a class="btn btn-warning btn-lg" href="http://yacy.searchlab.eu/Status.html" role="button">Try out the YaCy Demo Peer</a>
<a class="btn btn-warning btn-lg" href="https://yacy.searchlab.eu/Status.html" role="button">Try out the YaCy Demo Peer</a>
</p>
2 changes: 1 addition & 1 deletion docs/network.md
Expand Up @@ -22,7 +22,7 @@ $(document).ready(function() {
"info": false,
"searching": false,
"ajax": {
"url": "http://yacy.searchlab.eu/Network.json?page=1&maxCount=1000",
"url": "https://yacy.searchlab.eu/Network.json?page=1&maxCount=1000",
"dataSrc": "peers"
},
"columns": [
Expand Down

0 comments on commit 358ef56

Please sign in to comment.