Skip to content

Commit fa1a6a8

Browse files
author
grjoseph
committed
Fix broken links
1 parent e6b0b61 commit fa1a6a8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: docs/embedded/concepts/declarative-agent/spe-da.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Files in SharePoint Embedded are naturally [semantic indexed](spe-da-adv.md#sema
3939

4040
![How RAG works in SPE](../../images/speco-ragm365.png)
4141

42-
With SharPoint Embedded copilots , you can further ground the LLMs reponses on [specific files or drive items.](spe-da-adv.md#scoping-your-declarative-agent-to-specific-content).
42+
With SharPoint Embedded copilots , you can further ground the LLMs reponses on [specific files or drive items.](spe-da-adv.md#scoping-your-copilot-to-specific-content).
4343

4444
### Microsoft 365 Boundary
4545

@@ -57,7 +57,7 @@ Currently, we offer a way to incorporate this feature into your custom applicati
5757

5858
#### SPE TypeScript React Application
5959

60-
Follow the [quick start guide](/embedded/tutorials/spe-da-vscode.md) to get started with a prebuilt sample application.
60+
Follow the [quick start guide](../../tutorials/spe-da-vscode.md) to get started with a prebuilt sample application.
6161

6262
### API Documentation
6363

@@ -73,7 +73,7 @@ Currently you need a M365 Copilot license enabled for your user to use SharePoin
7373

7474
### Should I use a standard or trial container type?
7575

76-
Once consumption-based billing is enabled, we will be disabling using this feature with Trial Container types and it will only be enabled on Standard container types going forward. Please follow this [guide](../concepts/app-concepts/containertypes.md) to get started on creating your Standard Container type.
76+
Once consumption-based billing is enabled, we will be disabling using this feature with Trial Container types and it will only be enabled on Standard container types going forward. Please follow this [guide](../app-concepts/containertypes.md) to get started on creating your Standard Container type.
7777

7878
## SharePoint Embedded copilot Support
7979

@@ -93,7 +93,7 @@ When you click the thumbs down button, a feedback dialog will appear. Please inc
9393

9494
##### DiscoverabilityDisabled
9595

96-
This [flag](admin-exp/developer-admin/dev-admin.md#container-type-configuration-properties) prevents copilot from discovering [drive items](/graph/api/resources/driveitem) in the specified container type. If you have an existing container type and are setting this value to false, please wait 24 hours to ensure the container type configuration is fully propagated before creating a new container, uploading files there, and trying out copilot on folders/files of that new container.
96+
This [flag](../admin-exp/developer-admin/dev-admin.md#container-type-configuration-properties) prevents copilot from discovering [drive items](/graph/api/resources/driveitem) in the specified container type. If you have an existing container type and are setting this value to false, please wait 24 hours to ensure the container type configuration is fully propagated before creating a new container, uploading files there, and trying out copilot on folders/files of that new container.
9797

9898
Here is an example of setting the flag to false with [Set-SPOContainerTypeConfiguration](/powershell/module/SharePoint-online/set-spocontainertypeconfiguration#examples)
9999

@@ -152,4 +152,4 @@ The iFrame used by SharePoint Embedded copilots attempts to authenticate using t
152152

153153
## Advanced Topics Overview
154154

155-
The [advanced topics](/embedded/concepts/declarative-agent/spe-da-adv.md) delve into how SharePoint Embedded copilots use a semantic index to facilitate Retrieval-Augmented Generation (RAG), ensuring responses are accurately grounded in your stored content. You’ll also learn how to scope your copilot to specific data sources, set up various file formats, and configure locale options to tailor the copilot experience. By exploring concepts like grounding, semantic indexing, and RAG workflows, you can optimize your copilot’s effectiveness and maintain security within the Microsoft 365 boundary.
155+
The [advanced topics](spe-da-adv.md) delve into how SharePoint Embedded copilots use a semantic index to facilitate Retrieval-Augmented Generation (RAG), ensuring responses are accurately grounded in your stored content. You’ll also learn how to scope your copilot to specific data sources, set up various file formats, and configure locale options to tailor the copilot experience. By exploring concepts like grounding, semantic indexing, and RAG workflows, you can optimize your copilot’s effectiveness and maintain security within the Microsoft 365 boundary.

Diff for: docs/embedded/tutorials/spe-da-vscode.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.localizationpriority: high
1414
> 1. You must specify a standard container type at creation time. Depending on the purpose, you may or may not need to provide your Azure Subscription ID. A container type set for trial purposes can't be converted for production; or vice versa.
1515
> 1. You must use the latest version of SharePoint PowerShell to configure a container type. For permissions and the most current information about Windows PowerShell for SharePoint Embedded, see the documentation at [Intro to SharePoint Embedded Management Shell](/powershell/SharePoint/SharePoint-online/introduction-SharePoint-online-management-shell)
1616
>
17-
> - Set the **ChatEmbeddedHosts** property of your container type configuration to `http://localhost:8080` to be able to work through the quick start below, refer to [the CSP section above for more information](/embedded/concepts/declarative-agent/spe-da.md#csp-policies)
18-
> - Set the **DiscoverabilityDisabled** property of your container type configuration to `false` so that copilot can find the files in your created container refer to the [Discoverability Disabled section above for more information](/embedded/concepts/declarative-agent/spe-da.md#discoverabilitydisabled)
17+
> - Set the **ChatEmbeddedHosts** property of your container type configuration to `http://localhost:8080` to be able to work through the quick start below, refer to [the CSP section above for more information](../concepts/declarative-agent/spe-da.md#csp-policies)
18+
> - Set the **DiscoverabilityDisabled** property of your container type configuration to `false` so that copilot can find the files in your created container refer to the [Discoverability Disabled section above for more information](../concepts/declarative-agent/spe-da.md#discoverabilitydisabled)
1919
> - Ensure that copilot for Microsoft 365 is available for your organization. You have two ways to get a developer environment for copilot:
2020
> - A sandbox Microsoft 365 tenant with M365 Copilot (available in limited preview through [TAP membership](https://developer.microsoft.com/microsoft-365/tap)).
2121
> - An [eligible Microsoft 365 or Office 365 production environment](/microsoft-365-copilot/extensibility/prerequisites#customers-with-existing-microsoft-365-and-copilot-licenses) with a M365 Copilot license.
@@ -295,9 +295,9 @@ function App() {
295295
### Quick Start
296296

297297
> [!NOTE]
298-
> When using standard container types with the VS Code extension, [DisableDiscoverability](/embedded/concepts/declarative-agent/spe-da.md#discoverabilitydisabled) and [Grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal) features are currently not supported. This will need to be done using the [SPO Admin Powershell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
298+
> When using standard container types with the VS Code extension, [DisableDiscoverability](../concepts/declarative-agent/spe-da.md#discoverabilitydisabled) and [Grant admin consent](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal) features are currently not supported. This will need to be done using the [SPO Admin Powershell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
299299
300-
1. Follow this guide up to the [Load Sample App section](/embedded/getting-started/spembedded-for-vscode#load-sample-app) with the Visual Studio Code Extension
300+
1. Follow this guide up to the [Load Sample App section](../getting-started/spembedded-for-vscode.md#load-sample-app) with the Visual Studio Code Extension
301301

302302
2. Within the extension, right click on the owning application, and select `Run sample apps -> Typescript + React + Azure Functions`
303303

0 commit comments

Comments
 (0)