Skip to content

Commit f773795

Browse files
authored
Merge pull request #407 from oskarrough/patch-3
Fix docs 404
2 parents 72abe94 + 2965eb7 commit f773795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/targets/cordova/tasks/setup-webview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = Task.extend({
1919
warnIosView() {
2020
logger.warn(
2121
'corber initializes ios with the upgraded WKWebView. ' +
22-
'See http://corber.io/pages/default_webviews for details and flags'
22+
'See http://corber.io/pages/workflow/default_webviews for details and flags'
2323
);
2424
},
2525

0 commit comments

Comments
 (0)