mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +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
|
||||
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.style.opacity = 0
|
||||
|
Loading…
Reference in New Issue
Block a user