Skip to content

Commit 7df7bde

Browse files
committed
Fix broken links
1 parent 2bacf3e commit 7df7bde

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

powerapps-docs/developer/model-driven-apps/command-bar-ribbon-presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ There are three different ways that command data can be displayed.
105105
### See also
106106

107107
[Customize commands and the ribbon](customize-commands-ribbon.md)
108-
[Ribbons available](/dynamics365/customer-engagement/developer/customize-dev/ribbons-available-microsoft-dynamics-365)
108+
[Ribbons available](https://docs.microsoft.com/powerapps/developer/model-driven-apps/ribbons-available)
109109
[Export Ribbon definitions](export-ribbon-definitions.md)
110110
[Troubleshoot ribbon issues](https://support.microsoft.com/help/4552163)

powerapps-docs/developer/model-driven-apps/customization-xml-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The customizations.xml file is one of the files included in an exported unmanage
4242
[When to edit the customizations file](../common-data-service/when-edit-customization-file.md)
4343
[Edit the Customizations file with schema validation](edit-customizations-xml-file-schema-validation.md)
4444
[Customize the Ribbon for Dynamics 365](customize-commands-ribbon.md)
45-
[Change application navigation using the SiteMap](/dynamics365/customerengagement/on-premises/developer/customize-dev/change-application-navigation-using-sitemap)
45+
[Change application navigation using the SiteMap](https://docs.microsoft.com/powerapps/maker/model-driven-apps/create-site-map-app)

powerapps-docs/developer/model-driven-apps/open-forms-views-dialogs-reports-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ function getReportURL(action,fileName,id) {
223223
[Customize the Ribbon](customize-commands-ribbon.md)<br/>
224224
[Client scripting using JavaScript](client-scripting.md)<br/>
225225
[Web Resources](web-resources.md)<br/>
226-
[Change Application Navigation using the SiteMap](https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/customize-dev/change-application-navigation-using-sitemap)
226+
[Change Application Navigation using the SiteMap](https://docs.microsoft.com/powerapps/maker/model-driven-apps/create-site-map-app)
227227

powerapps-docs/developer/model-driven-apps/publish-customizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ Publishing customizations makes the Web application aware of changes to the data
7878
[Publish request schema](publish-request-schema.md)<br/>
7979
[Customize entity forms](customize-entity-forms.md)<br/>
8080
[Customize entity views](customize-entity-views.md)<br/>
81-
[Change application navigation using the SiteMap](/dynamics365/customerengagement/on-premises/developer/customize-dev/change-application-navigation-using-sitemap)
81+
[Change application navigation using the SiteMap](https://docs.microsoft.com/powerapps/maker/model-driven-apps/create-site-map-app)
8282

powerapps-docs/developer/model-driven-apps/when-edit-customization-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The customizations.xml file that is exported as part of an unmanaged solution ca
3939

4040
You can also use one of the community-developed site map editors, such as the [XrmToolBox Site Map Editor](https://www.xrmtoolbox.com/plugins/MsCrmTools.SiteMapEditor/).
4141

42-
For more information, see [Change Application Navigation using the SiteMap](/developer/customize-dev/change-application-navigation-using-sitemap.md)
42+
For more information, see [Change Application Navigation using the SiteMap](https://docs.microsoft.com/powerapps/maker/model-driven-apps/create-site-map-app)
4343

4444
**Editing FormXml**
4545
FormXml is used to define entity forms and dashboards. The form editor and dashboard designer in the application are the most commonly used tools for this purpose. Editing the customizations.xml file is an alternative method. For more information, see [Customize Entity Forms](customize-entity-forms.md) and [Create a Dashboard](create-dashboard.md).

0 commit comments

Comments
 (0)