You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/settings/settings-common.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ FileInfo values are populated from the *App Compatibility* JSON above. All FileI
206
206
| path | wstring | File path. Optional. |
207
207
| osComponent | wstring | Boolean stating if the file is an OS file. |
208
208
| size | wstring | The file size as a 32-bit value. |
209
-
| magic | wstring | The PE header's magic number. Optional. For information on the PE header, see https://learn.microsoft.com/en-us/windows/win32/debug/pe-format.|
209
+
| magic | wstring | The PE header's magic number. Optional. For information on the PE header, see [PE Format](/windows/win32/debug/pe-format). |
210
210
| peHeaderHash | wstring | Hash of the file's PE header. Optional. |
0 commit comments