From 0f24e1f5033123bdb2efd8a64d67ed347dcff9f4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 5 Feb 2018 10:40:52 +0100 Subject: [PATCH] switch endpoints --- _src/_assets/javascripts/page-getstarted.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_src/_assets/javascripts/page-getstarted.js b/_src/_assets/javascripts/page-getstarted.js index a856139..3d83425 100644 --- a/_src/_assets/javascripts/page-getstarted.js +++ b/_src/_assets/javascripts/page-getstarted.js @@ -3,8 +3,8 @@ //=include bigchain/tab.js //=include bigchain/newsletter.js -const bigchaindbUrl = 'https://test.ipdb.io' -const proxyUrl = 'https://getstarted.ipdb.io:4443' +const bigchaindbUrl = 'https://test.bigchaindb.com' +const proxyUrl = 'https://getstarted.bigchaindb.com:4443' const apiPath = '/api/v1/' jQuery(function($) {