Skip to content

Commit 2b8272d

Browse files
committed
Changing absolute links to site-relative to fix build warnings
1 parent d54d0bb commit 2b8272d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/develop/settings/settings-common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The value of the *compatFlags* field of the backup JSON file is a combination of
119119
### Type: Windows.Data.Apps.AppMetaData structure
120120

121121
#### AppMetaData values
122-
Unless otherwise specified, the Values are found in the [AppXManifest](https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/appx-package-manifest) for MSIX packages, and [Uninstall registries](https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key) for other formats.
122+
Unless otherwise specified, the Values are found in the [AppXManifest](/uwp/schemas/appxpackage/appx-package-manifest) for MSIX packages, and [Uninstall registries](/windows/win32/msi/uninstall-registry-key) for other formats.
123123

124124
| Name | Type | Description |
125125
|------|-------|---------|
@@ -164,7 +164,7 @@ Supported values for the *wingetSource* field.
164164
### Type: Windows.Data.Apps.IconInfo structure
165165

166166
#### IconInfo values
167-
The paths to the icons used to generate the IconInfo, can be found in the [AppXManifest](https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/appx-package-manifest) for MSIX packages, and [Uninstall registries](https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key) for other formats.
167+
The paths to the icons used to generate the IconInfo, can be found in the [AppXManifest](/uwp/schemas/appxpackage/appx-package-manifest) for MSIX packages, and [Uninstall registries](/windows/win32/msi/uninstall-registry-key) for other formats.
168168

169169
| Name | Type | Description |
170170
|------|-------|---------|

0 commit comments

Comments
 (0)