Skip to content

Commit b289081

Browse files
Yogesh RatnaparkhiYogesh Ratnaparkhi
authored andcommitted
Fix PR feedback: rename file and use relative links
- Rename file from spe-knowledge-retrieval.md to sharepoint-embedded-knowledge-source.md to avoid abbreviation issues - Replace absolute Microsoft Learn links with relative links - Remove view parameters from Graph API documentation links
1 parent 5c5f27b commit b289081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embedded/development/declarative-agent/spe-knowledge-retrieval.md renamed to docs/embedded/development/declarative-agent/sharepoint-embedded-knowledge-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run the following Microsoft Graph API to register application permission grants:
2424

2525
Replace `{fileStorageContainerTypeId}` with your container type ID. The container type's owning application must call this API on a consuming tenant
2626

27-
[Learn more about Container Type Registration API](https://learn.microsoft.com/graph/api/filestoragecontainertyperegistration-post-applicationpermissiongrants?view=graph-rest-beta&tabs=http)
27+
[Learn more about Container Type Registration API](/graph/api/filestoragecontainertyperegistration-post-applicationpermissiongrants)
2828

2929
### API call
3030

@@ -40,4 +40,4 @@ Content-Type: application/json
4040

4141

4242
> [!TIP]
43-
> This may also be done during initial container type registration using the [filestorage-post-containertyperegistrations API](https://learn.microsoft.com/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-beta&tabs=http).
43+
> This may also be done during initial container type registration using the [filestorage-post-containertyperegistrations API](/graph/api/filestorage-post-containertyperegistrations).

0 commit comments

Comments
 (0)