FIXE: powered by ace link is updated to https://ace.c9.io/ (#1018)

This commit is contained in:
patrikx3 2020-06-21 16:32:20 +02:00 committed by GitHub
parent 3048e710c9
commit d71c7b4ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {