Skip to content

Commit fe90086

Browse files
committed
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute
1 parent deafb6d commit fe90086

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The SharePoint Framework (SPFx) is a page and part model that enables client-sid
44

55
* [Official SharePoint Framework Documentation](https://aka.ms/spfx)
66

7-
This repository contains the raw documents published to docs.microsoft.com site.
7+
This repository contains the raw documents published to Microsoft Docs.
88

99
## Questions & Help
1010

@@ -14,7 +14,7 @@ You can also tweet / follow [@Microsoft365Dev](https://twitter.com/Microsoft365D
1414

1515
## SharePoint Framework Releases
1616

17-
Review all the SPFx releases here from the initial GA release in February 2017 in the docs: https://docs.microsoft.com/sharepoint/dev/spfx/roadmap
17+
Review all the SPFx releases here from the [initial GA release in February 2017](https://docs.microsoft.com/sharepoint/dev/spfx/roadmap)
1818

1919
## Get Started
2020

@@ -27,7 +27,7 @@ Review all the SPFx releases here from the initial GA release in February 2017 i
2727

2828
* [Background and Philosophy](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
2929
* [Design Great Web Parts](https://docs.microsoft.com/sharepoint/dev/design/design-guidance-overview)
30-
* [API Docs](/javascript/api/sp-application-base)
30+
* [API Docs](https://docs.microsoft.com/javascript/api/sp-application-base)
3131

3232
## Updates & Feedback
3333

@@ -49,7 +49,7 @@ Please see following guidance if you are planning to submit changes on the Share
4949

5050
* [Contribution guidance](https://github.com/SharePoint/sp-dev-docs/blob/master/.github/CONTRIBUTING.md)
5151
* [How to Create Good Pull Requests](https://github.com/SharePoint/sp-dev-docs/wiki/How-to-Create-Good-Pull-Requests)
52-
* If you are a Microsoft contributor, please review official guidance from our [internal documentation](https://review.docs.microsoft.com/help/contribute/?branch=master) for docs.microsoft.com contributors
52+
* If you are a Microsoft contributor, please review official guidance from our [internal documentation](https://review.docs.microsoft.com/help/contribute/?branch=master) for Microsoft Docs contributors
5353

5454
## Have Fun
5555

docs/apis/migration-api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ SPMigrationJobState is an enumeration that tracks possible major states in the i
286286

287287
## Import Package Structure
288288

289-
Package structure is based on a constrained version of the Content Deployment package schema. Documentation for the original full schema can be found at [docs.microsoft.com](../schema/content-migration-schemas.md). Until published on docs.microsoft.com, the constrained structure can be found in this document in the appendix.
289+
Package structure is based on a constrained version of the Content Deployment package schema. Documentation for the original full schema can be found in [Content migration schemas](../schema/content-migration-schemas.md). Until published on Microsoft Docs, the constrained structure can be found in this document in the appendix.
290290

291291
| XML file | Schema File | Description |
292292
| ------------------ | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

docs/general-development/sorting-search-results-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ Table 2 explains the parameters to the random sort specification.
463463
|**Parameter**|**Description**|**Required**|
464464
|:-----|:-----|:-----|
465465
| _Seed_ <br/> |The seed for the random value generation. <br/> The seed value is input to a function that generates a random number. This random number is used in the final sorting.Using only the _seed_ option will give you a randomly sorted query result set. The sorting order for the same query (when using the same seed) may change after an index update. <br/> |Yes <br/> |
466-
| _Hashfield_ <br/> |A managed property that is used as the hash value for the random generation. You can use this parameter to ensure that the sorting order for the same query (when using the same seed) does not change after an index update. <br/> The managed property must be of type [Integer]https://docs.microsoft.com/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)) and must be [Sortable()](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo.Sortable.aspx). You may fill this managed property with random or unique values (for example a sequence number populated by an item processing stage). <br/> |No <br/> |
467-
466+
| _Hashfield_ <br/> |A managed property that is used as the hash value for the random generation. You can use this parameter to ensure that the sorting order for the same query (when using the same seed) does not change after an index update. <br/> The managed property must be of type [Integer](/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)) and must be [Sortable()](/previous-versions/office/sharepoint-server/jj263514(v=office.15)). You may fill this managed property with random or unique values (for example a sequence number populated by an item processing stage). <br/> |No <br/> |
467+
468468
By providing the same seed for equal queries, items will be presented in the same order. This enables you to preserve the same random order when paging through search results. Use the _hashfield_ parameter if you want to preserve the same random order when an index update accidentally occurs between the queries.
469469

470470

docs/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ landingContent:
132132
- linkListType: concept
133133
links:
134134
- text: SharePoint sites and content API overview
135-
url: https://docs.microsoft.com/graph/sharepoint-concept-overview
135+
url: /graph/sharepoint-concept-overview
136136

137137
# Card (optional)
138138
- title: SharePoint REST service
139139
linkLists:
140140
- linkListType: concept
141141
links:
142142
- text: Get to know the SharePoint REST service
143-
url: https://docs.microsoft.com/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
143+
url: /sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
144144
- linkListType: reference
145145
links:
146146
- text: Complete basic operations

docs/spfx/publish-to-marketplace-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sections:
3636
- question: |
3737
Can I use a custom Microsoft Teams manifest
3838
answer: |
39-
When building SharePoint Framework web parts, you can choose to [expose them in SharePoint and Microsoft Teams as personal apps or tabs](https://docs.microsoft.com/sharepoint/dev/spfx/integrate-with-teams-introduction). To use your web parts in Teams, you can either generate the manifest and the Teams solution package yourself or have the SharePoint Framework generate it for you. Creating the manifest manually gives you more flexibility and allows you to create multi-tab personal apps.
39+
When building SharePoint Framework web parts, you can choose to [expose them in SharePoint and Microsoft Teams as personal apps or tabs](/sharepoint/dev/spfx/integrate-with-teams-introduction). To use your web parts in Teams, you can either generate the manifest and the Teams solution package yourself or have the SharePoint Framework generate it for you. Creating the manifest manually gives you more flexibility and allows you to create multi-tab personal apps.
4040
4141
At this moment, the Marketplace does not support embedding custom Teams manifests in SharePoint Framework packages. You can expose your web parts in Teams using the manifest autogenerated by SharePoint Framework.
4242

docs/transform/modernize-scanner-reports-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Column | Description
2626
**Blocked at site level** | TRUE if the list is blocked because the **site** scoped feature (E3540C7D-6BEA-403C-A224-1A12EAFEE4C4) was enabled.
2727
**Blocked at web level** | TRUE if the list is blocked because the **web** scoped feature (52E14B6F-B1BB-4969-B89B-C4FAA56745EF) was enabled.
2828
**Blocked at list level** | TRUE if the user changed the list experience setting to "classic experience".
29-
**List page render type** | The value of the PageRenderType property as explained in [docs.microsoft.com](/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-lists-and-libraries#programmatically-detect-if-your-librarylist-will-be-shown-using-modern-or-classic).
29+
**List page render type** | The value of the PageRenderType property as explained in [When does the built-in auto-detect automatically switch rendering back to "classic"?](/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-lists-and-libraries#programmatically-detect-if-your-librarylist-will-be-shown-using-modern-or-classic).
3030
**List experience** | The set list experience setting: auto (default), modern or classic.
3131
**Blocked by not being able to load page** | TRUE if the page associated with the list default view could not be loaded.
3232
**Blocked by not being able to load page exception** | The error that was triggered when the page could not be loaded.

0 commit comments

Comments
 (0)