Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: replaced '<URL to your PWA>' by '<Host URL of your PWA>' in andr… (
#4833) fixes #4832 <!-- Link to relevant issue (for ex: "fixes #1234") which will automatically close the issue once the PR is merged --> ## PR Type <!-- Please uncomment one ore more that apply to this PR --> <!-- - Bugfix --> <!-- - Feature --> <!-- - Code style update (formatting) --> <!-- - Refactoring (no functional changes, no api changes) --> <!-- - Build or CI related changes --> - Documentation content changes <!-- - Sample app changes --> <!-- - Other... Please describe: --> ## Describe the current behavior? <!-- Please describe the current behavior that is being modified or link to a relevant issue. --> > To properly deploy this file, upload it to your server at `https://<URL to your PWA>/.well-known/assetlinks.json`. ## Describe the new behavior? > To properly deploy this file, upload it to your server at `https://<Host URL of your PWA>/.well-known/assetlinks.json`. ## PR Checklist - [ ] Test: run `npm run test` and ensure that all tests pass - [ ] Target main branch (or an appropriate release branch if appropriate for a bug fix) - [ ] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. ## Additional Information Co-authored-by: Justin Willis <[email protected]>
- Loading branch information