Skip to content

Commit 207fb2b

Browse files
committed
[BULK UPDATE] DocuTune - Rebranding links
1 parent 1714159 commit 207fb2b

File tree

90 files changed

+195
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+195
-197
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Microsoft Power Apps Documentation
22

3-
This is the GitHub repository for the technical product documentation for **Power Apps**. This documentation is published at [Microsoft Power Apps documentation](https://docs.microsoft.com/powerapps).
3+
This is the GitHub repository for the technical product documentation for **Power Apps**. This documentation is published at [Microsoft Power Apps documentation](https://learn.microsoft.com/powerapps).
44

55
## How to contribute
66

7-
Thanks for your interest in [contributing](https://docs.microsoft.com/), home of technical content for Microsoft products and services.
7+
Thanks for your interest in [contributing](https://learn.microsoft.com/), home of technical content for Microsoft products and services.
88

9-
To learn how to make contributions to the content in this repository, start with our [Docs contributor guide](https://docs.microsoft.com/contribute). If you are a Microsoft employee, please visit the [internal version](https://aka.ms/contributors-guide) of this guide (only accessible to Microsoft employees).
9+
To learn how to make contributions to the content in this repository, start with our [Docs contributor guide](https://learn.microsoft.com/contribute). If you are a Microsoft employee, please visit the [internal version](https://aka.ms/contributors-guide) of this guide (only accessible to Microsoft employees).
1010

1111
## Code of conduct
1212

powerapps-docs/developer/component-framework/code-components-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,5 @@ See the article on [Code component application lifecycle management (ALM)](code-
284284
[What are code components](custom-controls-overview.md)<br/>
285285
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
286286
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
287-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
287+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
288288
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Whenever you update the code components and want to see the changes in runtime,
4343

4444
[Power Apps component framework overview](overview.md)<br/>
4545
[Create your first code component](implementing-controls-using-typescript.md)<br/>
46-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
46+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
4747

4848

49-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
49+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Whenever you update the code components and want to see the runtime changes, you
115115

116116
[Power Apps component framework overview](overview.md)<br/>
117117
[Create your first code component](implementing-controls-using-typescript.md)<br/>
118-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
118+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
119119

120120

121121
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/customize-editable-grid-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can find an example of a customized editable grid control here: [Customized
107107

108108
[Power Apps component framework overview](overview.md)<br/>
109109
[Create your first code component](implementing-controls-using-typescript.md)<br/>
110-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
110+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
111111

112112

113113
[!INCLUDE [footer-banner](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/get-powerapps-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use **Microsoft Power Platform CLI** (command-line interface) to create, debug,
2323
## See also
2424

2525
[Create your first code component](implementing-controls-using-typescript.md)<br/>
26-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
26+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
2727

2828

29-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
29+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ To add the code component to a portal, follow the steps in the article [Use code
409409
### See also
410410

411411
[Download sample components](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework)<br/>
412-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
412+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
413413
[Update existing Power Apps component framework components](updating-existing-controls.md)<br/>
414414
[Overview of tools and apps used with ALM](/power-platform/alm/tools-apps-used-alm)<br/>
415415
[Power Apps component framework API reference](reference/index.md)<br/>

powerapps-docs/developer/component-framework/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Power Apps component framework licensing requirements are inline with existing c
6868
[What are code components?](custom-controls-overview.md)<br/>
6969
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
7070
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
71-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
71+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
7272
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
7373

7474

powerapps-docs/developer/component-framework/react-controls-platform-libraries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ A: No. You must create a new control using the new template and then update the
122122
[What are code components?](custom-controls-overview.md)<br/>
123123
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
124124
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
125-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
125+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
126126
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
127127

128128
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
129-
130-

powerapps-docs/developer/component-framework/share-your-feedback-for-pcf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Read and post in the [Power Apps component framework forum](https://powerusers.m
2020

2121
## See also
2222

23-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
23+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
2424

25-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
25+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)