Use absolute path for versions endpoint in docs (#1242)

This commit is contained in:
Tommy Lillehagen 2018-07-10 13:24:23 +01:00 committed by Michele Sollecito
parent 9dd1717f71
commit 1751b59694

View File

@ -28,7 +28,7 @@ API reference: <a href="https://docs.corda.net/releases/release-V3.1/api/kotlin/
{% block footer %}
<script>
// A synchronous request to retrieve all the Corda versions.
$.getJSON("https://docs.corda.r3.com/_static/versions", function(data) {
$.getJSON("/_static/versions", function(data) {
// Grab the current version.
var version = $("#version").html();