FIXE: powered by ace link is updated to https://ace.c9.io/ (#1018)
This commit is contained in:
parent
3048e710c9
commit
d71c7b4ca0
|
@ -237,7 +237,7 @@ textmode.create = function (container, options = {}) {
|
|||
if (this.mode === 'code') {
|
||||
const poweredBy = document.createElement('a')
|
||||
poweredBy.appendChild(document.createTextNode('powered by ace'))
|
||||
poweredBy.href = 'http://ace.ajax.org'
|
||||
poweredBy.href = 'https://ace.c9.io/'
|
||||
poweredBy.target = '_blank'
|
||||
poweredBy.className = 'jsoneditor-poweredBy'
|
||||
poweredBy.onclick = () => {
|
||||
|
|
Loading…
Reference in New Issue