Skip to content

Commit 706e71a

Browse files
committed
Fixing broken links
1 parent bf104e2 commit 706e71a

35 files changed

+38
-35
lines changed

windows.graphics.printing.printsupport/printsupportprinterselectedeventargs_allowedadditionalfeaturesandparameterscount.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ The number of features and parameters that can be displayed in the print dialog.
2020

2121
## -remarks
2222

23-
Specify additional features and parameters for the print dialog by calling [SetAdditionalFeatures](xref:Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalFeatures(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})) and [SetAdditionalParameters](Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalParameters(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})).
23+
Specify additional features and parameters for the print dialog by calling [SetAdditionalFeatures](xref:Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalFeatures(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})) and [SetAdditionalParameters](xref:Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalParameters(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})).
24+
25+
26+
27+
2428

2529
## -see-also
2630

windows.graphics.printing.printsupport/printsupportprintticketelement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Represents an element of a PrintTicket, which is a collection of various print r
1616

1717
## -remarks
1818

19-
This class is used to supply additional features and parameters for a PrintTicket through calls to [SetAdditionalFeatures](xref:Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalFeatures(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})) and [SetAdditionalParameters](Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalParameters(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})).
19+
This class is used to supply additional features and parameters for a PrintTicket through calls to [SetAdditionalFeatures](xref:Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalFeatures(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})) and [SetAdditionalParameters](xref:Windows.Graphics.Printing.PrintSupport.PrintSupportPrinterSelectedEventArgs.SetAdditionalParameters(Windows.Foundation.Collections.IIterable{Windows.Graphics.Printing.PrintSupport.PrintSupportPrintTicketElement})).
2020

2121
## -see-also
2222

windows.graphics.printing3d/print3dmanager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates the 3D printing experience.
1616

1717
## -remarks
1818

19-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
19+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
2020

2121
## -examples
2222

windows.graphics.printing3d/print3dtask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Print3DTask : Windows.Graphics.Printing3D.IPrint3DTask
1414
Represents a 3D print job.
1515

1616
## -remarks
17-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
17+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
1818

1919
## -examples
2020

windows.graphics.printing3d/print3dtaskcompletedeventargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Print3DTaskCompletedEventArgs : Windows.Graphics.Printing3D.IPrint3
1414
Provides data for the [Completed](print3dtask_completed.md) event of the 3D print request.
1515

1616
## -remarks
17-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
17+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
1818

1919
## -examples
2020

windows.graphics.printing3d/print3dtaskcompletion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The request has been submitted successfully.
3131

3232

3333
## -remarks
34-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
34+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
3535

3636
## -examples
3737

windows.graphics.printing3d/print3dtaskdetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The print ticket is not valid.
3737

3838

3939
## -remarks
40-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
40+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
4141

4242
## -examples
4343

windows.graphics.printing3d/print3dtaskrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Print3DTaskRequest : Windows.Graphics.Printing3D.IPrint3DTaskReques
1414
Represents a 3D print job request.
1515

1616
## -remarks
17-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
17+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
1818

1919
## -examples
2020

windows.graphics.printing3d/print3dtaskrequestedeventargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Print3DTaskRequestedEventArgs : Windows.Graphics.Printing3D.IPrint3
1414
Provides data for the [TaskRequested](print3dmanager_taskrequested.md) event.
1515

1616
## -remarks
17-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
17+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
1818

1919
## -examples
2020

windows.graphics.printing3d/print3dtasksourcechangedeventargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Print3DTaskSourceChangedEventArgs : Windows.Graphics.Printing3D.IPr
1414
Provides data for the [SourceChanged](print3dtask_sourcechanged.md) event.
1515

1616
## -remarks
17-
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/specification/).
17+
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the [3MF Specification](https://3mf.io/3mf-specification/).
1818

1919
## -examples
2020

0 commit comments

Comments
 (0)