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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

articles/en/SharePointOnline/ctPnP.md

+12
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+
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

+1-1
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

+1-1
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

+1-1
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

+1
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"

articles/en/Viva/removeleader.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Remove the leader role from the user by clicking the trash bin icon:
4545

4646
# See Also
4747

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

5050

5151
<!-- Default Statcounter code for Viva Remove leader

articles/en/spo/addusersnoemail.md

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ https://powershellscripts.github.io/articles/en/spo/addusersnoemail
9090
var sc_project=13093074;
9191
var sc_invisible=0;
9292
var sc_security="75971e4b";
93+
var sc_client_storage="disabled";
9394
var scJsHost = "https://";
9495
document.write("<sc"+"ript type='text/javascript' src='" +
9596
scJsHost+

articles/en/spo/enablect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Set-SPOListsContentTypesEnabled -Username $Username -AdminPassword $AdminPasswor
184184
## Other Languages
185185
This article is available in other languages:
186186

187-
[Ajoutez Viva Engage à vos pages SharePoint](https://powershellscripts.github.io/articles/fr/enablect.md)
187+
[Activer la gestion des types de contenu](https://powershellscripts.github.io/articles/fr/enablect)
188188

189189

190190

articles/en/spo/listfilesunique.md

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ https://powershellscripts.github.io/articles/en/spo/listfilesunique
139139
var sc_project=13093075;
140140
var sc_invisible=1;
141141
var sc_security="6f567729";
142+
var sc_client_storage="disabled";
142143
</script>
143144
<script type="text/javascript"
144145
src="https://www.statcounter.com/counter/counter.js"

index.md

+6
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,12 @@ Welcome to Tips and Tricks on SharePoint, Power Platform and other Microsoft 365
381381
<p>The leadership feature in Viva allows you to identify the leaders in your organization and the leaders to reach their targeted audiences.</p>
382382
</a></li>
383383

384+
<li style="--i: 20"><a href="https://powershellscripts.github.io/articles/en/SharePointOnline/ctfieldlinks/">
385+
<span style="display: block; text-align: right;">2023-12-30
386+
<h3>SharePoint content types - fieldlinks and fields</h3></span>
387+
<p>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 article lists in details the differences, usage and comparisons.</p>
388+
</a></li>
389+
384390
<li style="--i: 20"><a href="https://powershellscripts.github.io/articles/en/Viva/Add%20Viva%20Engage%20to%20your%20SharePoint%20pages/">
385391
<span style="display: block; text-align: right;">2023-11-04
386392
<h3>Add Viva Engage to your SharePoint pages</h3></span>

sitemap.xml

+3-13
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<priority>0.2</priority>
5858
</url>
5959
<url>
60-
<loc>https://powershellscripts.github.io/articles/en/Viva/Post%20as%20a%20leader%20to%20specific%20groups/</loc>
60+
<loc>https://powershellscripts.github.io/articles/en/Viva/leaderpost/</loc>
6161
<lastmod>2025-02-02T23:40:54+01:00</lastmod>
6262
<priority>0.2</priority>
6363
</url>
@@ -297,13 +297,8 @@
297297
<priority>0.4</priority>
298298
</url>
299299
<url>
300-
<loc>https://powershellscripts.github.io/articles/en/SharePointOnline/SharePoint%20content%20types%20-%20fieldlinks%20and%20fields/</loc>
301-
<lastmod>2024-11-02T23:41:03+01:00</lastmod>
302-
<priority>0.2</priority>
303-
</url>
304-
<url>
305-
<loc>https://powershellscripts.github.io/articles/en/SharePointOnline/SharePoint%20content%20types%20-%20fieldlinks%20and%20fields/</loc>
306-
<lastmod>2023-02-02T23:41:03+01:00</lastmod>
300+
<loc>https://powershellscripts.github.io/articles/en/SharePointOnline/ctfieldlinks/</loc>
301+
<lastmod>2025-03-02T23:41:03+01:00</lastmod>
307302
<priority>0.2</priority>
308303
</url>
309304
<url>
@@ -326,9 +321,4 @@
326321
<lastmod>2025-02-02T23:41:03+01:00</lastmod>
327322
<priority>0.2</priority>
328323
</url>
329-
<url>
330-
<loc>https://powershellscripts.github.io/articles/en/SharePointOnline/SharePoint%20content%20types%20in%20Powershell%20-%20known%20errors/</loc>
331-
<lastmod>2023-02-02T23:41:04+01:00</lastmod>
332-
<priority>0.2</priority>
333-
</url>
334324
</urlset>

0 commit comments

Comments
 (0)