Skip to content

Commit 0a0ef70

Browse files
committed
fix links
1 parent eac83ea commit 0a0ef70

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/embedded/administration/consuming-tenant-admin/cta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SharePoint Embedded has three billing meters as shown. Refer to the [product pag
7979
1. Select **Go to Syntex settings**.
8080
1. Select **Apps** under **Syntex services for**, select **SharePoint Embedded**
8181

82-
![Microsoft 365 admin center SharePoint Embedded Billing setting](../../../images/DTCBilling2.png)
82+
![Microsoft 365 admin center SharePoint Embedded Billing setting](../../images/DTCBilling2.png)
8383

8484
1. Follow the instructions on the **SharePoint Embedded** flyer to turn on SharePoint Embedded apps.
8585

docs/embedded/development/content-experiences/user-experiences-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ SharePoint Embedded provides a comprehensive set of user experience features lik
1313

1414
Office documents from SharePoint Embedded applications can be opened for viewing, editing, and collaborating using either the web or Office applications for a richer viewing and editing experience. Learn more about [Office experiences available on SharePoint Embedded](./office-experience.md).
1515

16-
You can set up your applications to launch Office when a user selects an Office document within your application. This includes options to directly launch an Office application or to open it in a specific mode, such as view (for read-only content) or edit (for editing mode). Learn how to [configure the right Office Experience for your Office Documents](../../tutorials/launch-experience.md)
16+
You can set up your applications to launch Office when a user selects an Office document within your application. This includes options to directly launch an Office application or to open it in a specific mode, such as view (for read-only content) or edit (for editing mode). Learn how to [configure the right Office Experience for your Office Documents](../tutorials/launch-experience.md)
1717

1818
## Preview content
1919

20-
Integrate your application with SharePoint Embedded player plugin to offer file preview experiences on a wide range of supported file types. You can embed the file preview experiences either in an iFrame or open a new page. Learn how to [offer File Preview experiences for content on your applications](../../tutorials/using-file-preview.md)
20+
Integrate your application with SharePoint Embedded player plugin to offer file preview experiences on a wide range of supported file types. You can embed the file preview experiences either in an iFrame or open a new page. Learn how to [offer File Preview experiences for content on your applications](../tutorials/using-file-preview.md)
2121

2222
## Download
2323

@@ -30,7 +30,7 @@ You can use [Microsoft Graph's Download DriveItem API](/graph/api/driveitem-get-
3030

3131
You can control how your content appears in the Microsoft 365 experience. The default behavior is SharePoint Embedded application content will be hidden in Microsoft 365 environments including office.com, oneDrive.com, or other Microsoft intelligent file discovery features. The default behavior also excludes Copilot for Microsoft 365 from grounding with your SharePoint Embedded application content.
3232

33-
If you want to opt into the Microsoft 365 experience, during container type creation, you can change the default settings using cmdlet [Set-SPOContainerTypeConfiguration](../admin-exp/developer-admin/dev-admin.md#container-type-configuration-properties) as per this example:
33+
If you want to opt into the Microsoft 365 experience, during container type creation, you can change the default settings using cmdlet [Set-SPOContainerTypeConfiguration](../../administration/developer-admin/dev-admin.md#container-type-configuration-properties) as per this example:
3434

3535
```powershell
3636
Set-SPOContainerTypeConfiguration

docs/embedded/getting-started/containertypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To create and interact with containers, you must [register](../getting-started/r
110110

111111
## Deleting Container Types
112112

113-
Developer admins can delete both trial and standard container types. To delete a container type, you must first remove all containers of that container type, including from the deleted container collection. To remove containers, refer to [Consuming Tenant Admin](../admin-exp/consuming-tenant-admin/cta.md).
113+
Developer admins can delete both trial and standard container types. To delete a container type, you must first remove all containers of that container type, including from the deleted container collection. To remove containers, refer to [Consuming Tenant Admin](../administration/consuming-tenant-admin/cta.md).
114114
Once all the containers are deleted, Developer admins can delete the container type using `Remove-SPOContainerType`.
115115

116116
```powershell

0 commit comments

Comments
 (0)