Skip to content

Commit a6c8d28

Browse files
authored
chore: Update Guide.md (react-native-webview#2906)
1 parent 1707328 commit a6c8d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ In React Native WebView, you can set a custom header like this:
482482

483483
This will set the header on the first load, but not on subsequent page navigations.
484484

485-
In order to work around this, you can track the current URL, intercept new page loads, and navigate to them yourself ([original credit for this technique to Chirag Shah from Big Binary](https://blog.bigbinary.com/2016/07/26/passing-request-headers-on-each-webview-request-in-react-native.html)):
485+
In order to work around this, you can track the current URL, intercept new page loads, and navigate to them yourself ([original credit for this technique to Chirag Shah from Big Binary](https://www.bigbinary.com/blog/passing-request-headers-on-each-webview-request-in-react-native)):
486486

487487
```jsx
488488
const CustomHeaderWebView = (props) => {
@@ -610,4 +610,4 @@ Video on `iOS` will always ignore the hardware silence switch.
610610

611611
This file is available at:
612612

613-
- [Brazilian portuguese](Guide.portuguese.md)
613+
- [Brazilian portuguese](Guide.portuguese.md)

0 commit comments

Comments
 (0)