mirror of https://gitee.com/bigwinds/arangodb
adjusted links to use https
This commit is contained in:
parent
a494e60621
commit
f2361e6122
|
@ -71,7 +71,7 @@
|
|||
<button class="minimal" id="AvocSH">Shell</button>
|
||||
<button class="minimal" id="Logs">Logs</button>
|
||||
<button class="minimal" id="Status">Statistics</button>
|
||||
<a href="http://www.arangodb.org/manuals/current" target="_blank">
|
||||
<a href="https://www.arangodb.org/manuals/current" target="_blank">
|
||||
<img class="externalLink" src="../html/media/icons/expand16icon.png" alt="External Link Icon"></img>
|
||||
<button class="minimal" id="Documentation">Documentation</button></a>
|
||||
</div>
|
||||
|
@ -464,7 +464,7 @@
|
|||
<input type="radio" name="formatshellJSONyesno" value="true" checked />yes
|
||||
<input type="radio" name="formatshellJSONyesno" value="false" />no
|
||||
</form>
|
||||
<a href="http://www.arangodb.org/manuals/current/UserManualArangosh.html" target="_blank" style="font-size:0.8em">ArangoDB Shell - click for more information</a><br />
|
||||
<a href="https://www.arangodb.org/manuals/current/UserManualArangosh.html" target="_blank" style="font-size:0.8em">ArangoDB Shell - click for more information</a><br />
|
||||
</div>
|
||||
|
||||
<div id="queryView" style="display: none">
|
||||
|
@ -480,7 +480,7 @@
|
|||
<form id="queryForm" method="post" onsubmit="return false">
|
||||
<textarea placeholder="Type in your query..." class="editBox" id="queryContent"></textarea><br />
|
||||
<button class="minimal" id="submitQuery">Execute</button>
|
||||
<a style="font-size:0.8em;" id="aqlinfo" href="http://www.arangodb.org/manuals/current/Aql.html" target="_blank">ArangoDB Query Language - click for more information</a>
|
||||
<a style="font-size:0.8em;" id="aqlinfo" href="https://www.arangodb.org/manuals/current/Aql.html" target="_blank">ArangoDB Query Language - click for more information</a>
|
||||
<br />
|
||||
</form>
|
||||
<form action="#" id="formatJSONyesno" style="font-size:0.8em;">
|
||||
|
|
Loading…
Reference in New Issue