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: uwp/devices-sensors/3d-print-from-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The following code shows how to load a single file into app memory using the [**
61
61
See the [3MF Specification](https://3mf.io/spec/) to learn more about 3MF and the supported features for producers and consumers of 3D product. To learn how to utilize these features with Windows APIs, see the [Generate a 3MF package](./3d-generate-3mf.md) tutorial.
62
62
63
63
> [!NOTE]
64
-
> The [3D Builder](https://www.microsoft.com/store/apps/3d-builder/9wzdncrfj3t6) app can open files of most popular 3D formats and save them as .3mf files. It also provides tools to edit your models, add color data, and perform other print-specific operations.
64
+
> The [3D Builder](https://apps.microsoft.com/detail/9wzdncrfj3t6) app can open files of most popular 3D formats and save them as .3mf files. It also provides tools to edit your models, add color data, and perform other print-specific operations.
65
65
>
66
66
> In this example, where the file type could vary, you could open the 3D Builder app and prompt the user to save the imported data as a .3mf file and then reload it.
67
67
@@ -123,6 +123,6 @@ It is also good practice to de-register your event handlers once your app resume
123
123
124
124
## Related topics
125
125
126
-
[3D printing with Windows 10](https://www.microsoft.com/3d-print/windows-3d-printing)
126
+
[3D printing with Windows](/windows-hardware/drivers/3dprint/)
Copy file name to clipboardExpand all lines: uwp/devices-sensors/3d-printing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.localizationpriority: medium
10
10
11
11
This section describes how to use the [Windows.Graphics.Printing3D namespace](/uwp/api/windows.graphics.printing3d) to add 3D printing functionality to your Universal Windows Platform (UWP) app.
12
12
13
-
For more information on 3D printing with Windows, including resources for hardware partners, community discussion forums, and general information on 3D print capabilities, see [3D printing with Windows 10](https://www.microsoft.com/3d-print/windows-3d-printing).
13
+
For more information on 3D printing with Windows, including resources for hardware partners, community discussion forums, and general information on 3D print capabilities, see [3D printing with Windows](/windows-hardware/drivers/3dprint/).
Copy file name to clipboardExpand all lines: uwp/devices-sensors/host-card-emulation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This topic describes how to use Host Card Emulation (HCE) to communicate directl
16
16
17
17
## What you need to develop an HCE app
18
18
19
-
To develop an HCE-based card emulation app, you need to install Microsoft Visual Studio 2015 (see the [Visual Studio download page](https://visualstudio.microsoft.com/vs/older-downloads/)) (includes the Windows developer tools) and the [Windows 10 Mobile emulator](https://www.microsoft.com/download/details.aspx?id=53424).
19
+
To develop an HCE-based card emulation app, you need to install Microsoft Visual Studio 2015 (see the [Visual Studio download page](https://visualstudio.microsoft.com/vs/older-downloads/)) (includes the Windows developer tools) and the Windows 10 Mobile emulator.
20
20
21
21
> For more information about getting setup, see [Test with the Microsoft Emulator for Windows 10 Mobile](../debug-test-perf/test-with-the-emulator.md).
Copy file name to clipboardExpand all lines: uwp/monetize/retail-demo-experience.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ RDX-aware apps that do not meet these high priority requirements need to be inve
57
57
58
58
***Deliver consistent experiences by using the cleanup process**. Every customer should have the same experience when they walk up to a retail demo device. Your app should use [clean up process](#cleanup-process) to return to the same default state after each use. We don't want the next customer to see what the last customer left behind. This includes scoreboards, achievements, and unlocks.
59
59
60
-
***Age appropriate content**. All app content needs to be assigned a Teen or lower rating category. To learn more, see [Getting your app rated by IARC](https://www.globalratings.com/for-developers.aspx) and [ESRB ratings](https://www.esrb.org/ratings/ratings_guide.aspx).
60
+
***Age appropriate content**. All app content needs to be assigned a Teen or lower rating category. To learn more, see [Getting your app rated by IARC](https://www.globalratings.com) and [ESRB ratings](https://www.esrb.org/ratings/ratings_guide.aspx).
0 commit comments