diff --git a/doc/testing.rst b/doc/testing.rst index a6a3b01..4aadb55 100644 --- a/doc/testing.rst +++ b/doc/testing.rst @@ -74,7 +74,7 @@ updated as you type. var params = "style=" + encodeURIComponent(document.querySelector( "input[name=style]:checked").value) + "&input=" + encodeURIComponent( document.getElementById("yaml-input").value); - r.open("POST", "http://flyx.org:5000", true); + r.open("POST", "https://nimyaml.org/webservice/", true); r.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); r.onreadystatechange = function() { if (r.readyState == 4) {