Skip to content

Commit 28f7de6

Browse files
committed
Remove hard coded locales - MSDOCS rule hard-coded-locale
1 parent fbb3f43 commit 28f7de6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/general-development/removing-excel-interactive-view-from-a-webpage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To remove the placeholder `<a>` tags, find <a> tags that are located directly b
3232

3333
## Workarounds
3434

35-
We encourage you to [embed Excel into your webpages ](https://support.office.com/en-au/article/Share-it-Embed-an-Excel-workbook-on-your-blog-804e1845-5662-487e-9b38-f96307144081?ui=en-US&amp;rs=en-AU&amp;ad=AU) as an alternative.
35+
We encourage you to [embed Excel into your webpages ](https://support.office.com/article/Share-it-Embed-an-Excel-workbook-on-your-blog-804e1845-5662-487e-9b38-f96307144081?ui=en-US&amp;rs=en-AU&amp;ad=AU) as an alternative.
3636

3737

3838

@@ -44,7 +44,7 @@ We encourage you to [embed Excel into your webpages ](https://support.office.co
4444
- [Excel Services in SharePoint](excel-services-in-sharepoint.md)
4545

4646

47-
- [Embed an Excel workbook on your blog](https://support.office.com/en-au/article/Share-it-Embed-an-Excel-workbook-on-your-blog-804e1845-5662-487e-9b38-f96307144081?ui=en-US&amp;rs=en-AU&amp;ad=AU)
47+
- [Embed an Excel workbook on your blog](https://support.office.com/article/Share-it-Embed-an-Excel-workbook-on-your-blog-804e1845-5662-487e-9b38-f96307144081?ui=en-US&amp;rs=en-AU&amp;ad=AU)
4848

4949

5050

docs/solution-guidance/branding-sharepoint-sites-sharepoint-add-in.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ It is important to understand that Office 365 themes and SharePoint themes are d
6565
- text and icons color
6666
- app menu icon
6767

68-
See the [Customize the Office 365 theme for your organization](https://support.office.com/en-au/article/Customize-the-Office-365-theme-for-your-organization-8275da91-7a48-4591-94ab-3123a3f79530) article to learn more about Office 365 themes.
68+
See the [Customize the Office 365 theme for your organization](https://support.office.com/article/Customize-the-Office-365-theme-for-your-organization-8275da91-7a48-4591-94ab-3123a3f79530) article to learn more about Office 365 themes.
6969

7070
**SharePoint themes** include the following components.
7171

@@ -158,7 +158,7 @@ You can change the composed look for a SharePoint site via the web browser or th
158158

159159
## Use the SharePoint color palette tool to create a color palette for a SharePoint theme
160160

161-
The [SharePoint color palette tool](https://www.microsoft.com/en-gb/download/details.aspx?id=38182) (pictured below) is easy to use and allows you to create the color scheme for a SharePoint theme. This tool provides a *what you see is what you get* editing experience. When you save the color schemes this tool creates it generates a .spcolor file.
161+
The [SharePoint color palette tool](https://www.microsoft.com/download/details.aspx?id=38182) (pictured below) is easy to use and allows you to create the color scheme for a SharePoint theme. This tool provides a *what you see is what you get* editing experience. When you save the color schemes this tool creates it generates a .spcolor file.
162162

163163
![The SharePoint Color Palette Tool](media/Recipes/Themes/color-palette-tool.png)
164164

@@ -326,7 +326,7 @@ The following chart summarizes all your options to brand a SharePoint site at a
326326

327327
## Related links
328328

329-
- [SharePoint color palette tool](https://www.microsoft.com/en-gb/download/details.aspx?id=38182)
329+
- [SharePoint color palette tool](https://www.microsoft.com/download/details.aspx?id=38182)
330330
- Ignite 2015 - [Deep Dive into Safe SharePoint Branding in Office 365 Using Repeatable Patterns and Practices](https://channel9.msdn.com/Events/Ignite/2015/BRK3164)
331331
- [Customize your SharePoint site UI by using JavaScript](Customize-your-SharePoint-site-UI-by-using-JavaScript.md)
332332
- Guidance articles at [https://aka.ms/OfficeDevPnPGuidance](https://aka.ms/OfficeDevPnPGuidance "Guidance Articles")

docs/solution-guidance/portal-branding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The [PnP provisioning engine](https://developer.microsoft.com/office/blogs/intro
162162
For more information about CDNs, see:
163163

164164
- [Office 365 Public/Private CDN capability](https://developer.microsoft.com/office/blogs/general-availability-of-office-365-cdn)
165-
- [Using content delivery networks with SharePoint Online](https://support.office.com/en-gb/article/Using-content-delivery-networks-with-SharePoint-Online-9a64268c-0b74-4eaa-b971-fb6380b1b165)
165+
- [Using content delivery networks with SharePoint Online](https://support.office.com/article/Using-content-delivery-networks-with-SharePoint-Online-9a64268c-0b74-4eaa-b971-fb6380b1b165)
166166
- [CDN Manager](https://github.com/SharePoint/PnP/tree/master/Solutions/Core.CDNManager)
167167

168168
## See also

docs/solution-guidance/portal-information-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Consider these options:
180180
For information about CDNs, see:
181181

182182
- [Office 365 Public CDN Overview](https://developer.microsoft.com/office/blogs/general-availability-of-office-365-cdn)
183-
- [Using content delivery networks with SharePoint Online](https://support.office.com/en-gb/article/Using-content-delivery-networks-with-SharePoint-Online-9a64268c-0b74-4eaa-b971-fb6380b1b165)
183+
- [Using content delivery networks with SharePoint Online](https://support.office.com/article/Using-content-delivery-networks-with-SharePoint-Online-9a64268c-0b74-4eaa-b971-fb6380b1b165)
184184
- [CDN Manager GitHub repo](https://github.com/SharePoint/PnP/tree/master/Solutions/Core.CDNManager)
185185
- [Branding guidance for SharePoint Online portals](portal-branding.md)
186186
- [Performance guidance for SharePoint Online portals](portal-performance.md)

0 commit comments

Comments
 (0)