Changing the URL option in dialog settings doesn't have any effect in the href attribute of the element.
I found a solution removing the attribute 'data-cke-saved-href' after changing the href in plugin.js.
if (this.data.href) { $el.attr('href', this.data.href); this.element.$.removeAttribute('data-cke-saved-href'); }