Skip to content

Commit b23a828

Browse files
committed
fix broken internal links in recent PWA Wrapper docs updates
1 parent 68f5332 commit b23a828

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/en/docs/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-deep-linking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ The wrapper loads the incoming deep link in the webview.
166166

167167
## Read More
168168

169-
* [PWA Wrapper](/refguide/mobile/pwa-wrapper/)
170-
* [PWA Wrapper Capabilities](/refguide/mobile/pwa-wrapper/pwa-wrapper-capabilities/)
171-
* [Build PWA Wrapper Apps](/refguide/mobile/pwa-wrapper/build-pwa-wrapper-apps/)
169+
* [PWA Wrapper](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/)
170+
* [PWA Wrapper Capabilities](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-capabilities/)
171+
* [Build PWA Wrapper Apps](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/build-pwa-wrapper-apps/)

content/en/docs/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Describes the network access and local filesystem scanning behavio
99

1010
This page describes two behaviors of PWA Wrapper that are relevant for security reviews and IT governance: what the extension downloads from the network during a build, and what local paths and environment variables it inspects to detect existing developer tool installations.
1111

12-
This information is intended for security engineers, IT administrators, and other reviewers who need a precise account of what the extension does outside its own process boundary. It does not cover general build usage; for that, see [Build PWA Wrapper Apps](/refguide/mobile/pwa-wrapper/build-pwa-wrapper-apps/).
12+
This information is intended for security engineers, IT administrators, and other reviewers who need a precise account of what the extension does outside its own process boundary. It does not cover general build usage; for that, see [Build PWA Wrapper Apps](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/build-pwa-wrapper-apps/).
1313

1414
## Network Downloads During Build
1515

content/en/docs/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ net::ERR_CACHE_MISS
3131

3232
1. In the PWA Wrapper builder, go to the **Permissions** step and enable the **INTERNET** permission.
3333

34-
For general guidance on permissions, see [Build PWA Wrapper Apps](/refguide/mobile/pwa-wrapper/build-pwa-wrapper-apps/).
34+
For general guidance on permissions, see [Build PWA Wrapper Apps](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/build-pwa-wrapper-apps/).
3535

3636
1. Connect the Android device to your machine via USB and make sure [USB debugging](https://developer.android.com/studio/debug/dev-options) is enabled on the device.
3737

content/en/docs/refguide/mobile/using-mobile-capabilities/push-notifications/notif-pwa-wrapper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In a wrapped PWA, push notifications are handled natively through the device's o
1616

1717
Before starting this guide, make sure you have completed the following:
1818

19-
* [Install PWA Wrapper](/refguide/mobile/pwa-wrapper/install-pwa-wrapper/)
19+
* [Install PWA Wrapper](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/install-pwa-wrapper/)
2020
* Have a Firebase account (https://firebase.google.com)
2121

2222
## Setting Up Firebase and PWA Wrapper
@@ -41,7 +41,7 @@ When building your wrapped app with PWA Wrapper, enable push notification infras
4141
1. Upload the appropriate Firebase configuration file:
4242
* For Android: select and upload `google-services.json`
4343
* For iOS: select and upload `GoogleService-Info.plist`
44-
1. Complete the remaining builder steps as described in [Build PWA Wrapper Apps](/refguide/mobile/pwa-wrapper/build-pwa-wrapper-apps/).
44+
1. Complete the remaining builder steps as described in [Build PWA Wrapper Apps](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/build-pwa-wrapper-apps/).
4545

4646
This configures the native layer to receive push notifications from Firebase Cloud Messaging (FCM).
4747
{{% alert color="warning" %}}
@@ -213,7 +213,7 @@ When testing, verify behavior on physical Android and iOS devices to ensure noti
213213
## Read More
214214

215215
* [Push Notifications](/refguide/mobile/using-mobile-capabilities/push-notifications/)
216-
* [PWA Wrapper](/refguide/mobile/pwa-wrapper/)
217-
* [PWA Wrapper Capabilities](/refguide/mobile/pwa-wrapper/pwa-wrapper-capabilities/)
218-
* [PWA Wrapper Limitations](/refguide/mobile/pwa-wrapper/pwa-wrapper-limitations/)
216+
* [PWA Wrapper](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/)
217+
* [PWA Wrapper Capabilities](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-capabilities/)
218+
* [PWA Wrapper Limitations](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-limitations/)
219219
* [PWA Wrapper Deep Linking](/refguide/mobile/pwa-wrapper/pwa-wrapper-deep-linking/)

0 commit comments

Comments
 (0)