mirror of
https://github.com/corda/corda.git
synced 2025-02-16 07:30:46 +00:00
Use absolute path for versions endpoint in docs (#1242)
This commit is contained in:
parent
9dd1717f71
commit
1751b59694
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user