mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
Fixed a straggler main.ipb.io --> test.ipdb.io
There was another instance of main.ipdb.io hanging around, breaking a link on the /getstarted page. I fixed it. Maybe there should be one central place where that base URL is set?
This commit is contained in:
parent
86f6707c78
commit
204ed29442
@ -123,7 +123,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
|
|||||||
const outputContent = JSON.stringify(response, null, 2) // indented with 2 spaces
|
const outputContent = JSON.stringify(response, null, 2) // indented with 2 spaces
|
||||||
output.textContent = outputContent
|
output.textContent = outputContent
|
||||||
|
|
||||||
transactionLink.href = 'https://main.ipdb.io/api/v1/transactions/' + response.id
|
transactionLink.href = 'https://test.ipdb.io/api/v1/transactions/' + response.id
|
||||||
|
|
||||||
postButton.classList.add('disabled')
|
postButton.classList.add('disabled')
|
||||||
postButton.style.opacity = 0
|
postButton.style.opacity = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user