Skip to content

Commit 1b8b4c1

Browse files
000-830: dead links
1 parent fa63d87 commit 1b8b4c1

16 files changed

+35
-24
lines changed

_data/docs_menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- name: SharePoint content types in Powershell - known errors
3939
link: /articles/en/SharePointOnline/SharePoint content types in Powershell - known errors
4040
- name: SharePoint content types - fieldlinks and fields
41-
link: /articles/en/SharePointOnline/SharePoint content types - fieldlinks and fields
41+
link: /articles/en/SharePointOnline/ctfieldlinks
4242
- name: Find content type ID
4343
link: /articles/en/SharePointOnline/findctid
4444
- name: Find content type ID using Powershell

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- name: SharePoint content types in Powershell - known errors
3737
link: /articles/en/SharePointOnline/SharePoint%20content%20types%20in%20Powershell%20-%20known%20errors
3838
- name: SharePoint content types - fieldlinks and fields
39-
link: /articles/en/SharePointOnline/SharePoint%20content%20types%20-%20fieldlinks%20and%20fields
39+
link: /articles/en/SharePointOnline/ctfieldlinks
4040
- name: Find content type ID
4141
link: /articles/en/SharePointOnline/findctid
4242
- name: Find content type ID using Powershell
@@ -162,7 +162,7 @@
162162
- name: Customize Microsoft 365 login page
163163
link: /articles/en/Other/customizesignin/
164164
- name: Securing Azure Functions
165-
link: /articles/en/Azure/SecuringAzureFunctions/
165+
link: /articles/en/Other/SecuringAzureFunctions/
166166

167167
- name: About Arleta
168168
link: /about/

articles/en/SharePointOnline/Add content type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ $ContentTypeID="0x01200200C44754774BD8D4449F4B7E3FE70A7E0E"
585585
## See Also
586586

587587

588-
[Enable content type management](https://powershellscripts.github.io/articles/en/spo/enablect.md)
588+
[Enable content type management](https://powershellscripts.github.io/articles/en/spo/enablect)
589589

590590

591591

articles/en/SharePointOnline/addpermgroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-PnPRoleDefinition | select name, RoleTypeKind, description
2727

2828
# Add permissions for a SharePoint Online list
2929

30-
The following cmdlets add permissions for an existing SharePoint list. In case you would like to break the permission inheritance on a list from its parent first, you can use [Set-PnPList -BreakRoleInheritance](Set-PnPList.md#-breakroleinheritance).
30+
The following cmdlets add permissions for an existing SharePoint list. In case you would like to break the permission inheritance on a list from its parent first, you can use [Set-PnPList -BreakRoleInheritance](https://pnp.github.io/powershell/cmdlets/Set-PnPList.html#-breakroleinheritance).
3131

3232
<br/>
3333

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: 'Manage content types using PnP Powershell'
4+
hero_image: '/img/IMG_20220521_140146.jpg'
5+
show_sidebar: false
6+
hero_height: is-small
7+
date: '2025-03-01'
8+
---
9+
10+
11+
12+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero_height: is-small
77
date: '2023-12-30'
88
---
99

10-
Columns are represented as either Field or FieldRef Element (ContentType) elements in the various SharePoint schemas, such as site, list, and content type definitions. The columns are represented as Field elements in site and list definitions. However, the column references are represented as FieldRef Element (ContentType) elements in content type definitions. In simple words SPFields are fields themselves, while SPFieldLinks are references to the fields.
10+
SharePoint Online list columns are represented as either Field or FieldRef Element (ContentType) elements in the various SharePoint schemas, such as site, list, and content type definitions. The columns are represented as Field elements in site and list definitions. However, the column references are represented as FieldRef Element (ContentType) elements in content type definitions. In simple words SPFields are fields themselves, while SPFieldLinks are references to the fields.
1111

1212
It stems from the fact that Lists and Webs contain the actual fields with field data. A content type, on the other hand, only holds Field Reference, which simply points at the corresponding field in the list or web. As explained in MSDN:
1313

articles/en/SharePointOnline/setsiteheaderPnP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Accepted values: None, Neutral, Soft, Strong
5454

5555

5656

57-
The exact colors are defined in your theme palette. For more details on color schemes available in your SharePoint Online site theme, have a look at [Generate SharePoint theme using Theme Generator tool](/articles/en/SharePointOnline/Generate%20SharePoint%20theme%20using%20Theme%20Generator%20tool/) and [Available Theme Tokens and Their Occurrences](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-theme-colors-in-your-customizations#available-theme-tokens-and-their-occurrences).
57+
The exact colors are defined in your theme palette. For more details on color schemes available in your SharePoint Online site theme, have a look at [Generate SharePoint theme using Theme Generator tool](/articles/en/SharePointOnline/Create%20SharePoint%20theme%20using%20Theme%20Generator%20tool/) and [Available Theme Tokens and Their Occurrences](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-theme-colors-in-your-customizations#available-theme-tokens-and-their-occurrences).
5858

5959
<br/>
6060

articles/en/Viva/Add Viva Engage to your SharePoint pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ Feel free to post them [here](https://github.com/PowershellScripts/PowershellScr
118118
## Other Languages
119119
This article is available in other languages:
120120

121-
[Ajoutez Viva Engage à vos pages SharePoint](https://powershellscripts.github.io/articles/fr/addvivatospo.md)
121+
[Ajoutez Viva Engage à vos pages SharePoint](https://powershellscripts.github.io/articles/fr/addvivatospo)

articles/en/Viva/How to post as delegate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The delegates can also edit and delete posts. The delegates can also write comme
3838

3939
<h1>See Also</h1>
4040

41-
[Post as a leader to specific groups](https://powershellscripts.github.io/articles/en/Viva/Post%20as%20a%20leader%20to%20specific%20groups/)
41+
[Post as a leader to specific groups](https://powershellscripts.github.io/articles/en/Viva/leaderpost/)
4242

4343
[Add Viva Engage to your SharePoint pages](https://powershellscripts.github.io/articles/en/Viva/Add%20Viva%20Engage%20to%20your%20SharePoint%20pages/)
4444

articles/en/Viva/monitorconversations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ https://powershellscripts.github.io/articles/en/Viva/monitorconversations/
141141
var sc_project=13093070;
142142
var sc_invisible=1;
143143
var sc_security="cc81db00";
144+
var sc_client_storage="disabled";
144145
</script>
145146
<script type="text/javascript"
146147
src="https://www.statcounter.com/counter/counter.js"

0 commit comments

Comments
 (0)