diff --git a/x/mobileproxy/README.md b/x/mobileproxy/README.md index d6231e99..a45f0214 100644 --- a/x/mobileproxy/README.md +++ b/x/mobileproxy/README.md @@ -555,7 +555,7 @@ We are working on instructions on how use the local proxy in a Webview. On Android, you will likely have to implement [WebViewClient.shouldInterceptRequest](https://developer.android.com/reference/android/webkit/WebViewClient#shouldInterceptRequest(android.webkit.WebView,%20android.webkit.WebResourceRequest)) to fulfill requests using an HTTP client that uses the local proxy. -As of iOS 17, you can add a proxy configuration to a `WKWebView` via its `WKWebsiteDataStore` property. +As of iOS 17, you can add a proxy configuration to a `WKWebView` via its [`WKWebsiteDataStore` property](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration). ```swift let configuration = WKWebViewConfiguration()