diff --git a/types/chrome-apps/test/index.ts b/types/chrome-apps/test/index.ts index a20f93f4c7..c0dc6402a6 100644 --- a/types/chrome-apps/test/index.ts +++ b/types/chrome-apps/test/index.ts @@ -332,7 +332,7 @@ gcmMessage.data = { let wve: chrome.webview.HTMLWebViewElement = (document.getElementById('webview')); wve.name = 'test'; -wve.src = 'http://github.com/niikoo' +wve.src = 'https://github.com/DefinitelyTyped'; wve.allowtransparency = true; wve.autosize = 'on'; wve.partition = 'persist:githubwebview';