Skip to content

Commit 64d5268

Browse files
Merge pull request SharePoint#8312 from TimShererWithAquent/tim-val-42
[BULK] validation: docs-link-absolute, hard-coded-locale
2 parents 8752c73 + cfaeabc commit 64d5268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/javascript-patterns-and-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: JavaScript Patterns and Performance
33
description: Years ago, ASP.NET gave us server-side UI control rendering, and it was good. That server-side rendering, however, requires full trust code. Now that we have transitioned to SharePoint and Office 365, full trust code is no longer an option. That means server-side UI control rendering won't work for us any more.
4-
ms.date: 06/27/2022
4+
ms.date: 07/15/2022
55
ms.localizationpriority: medium
66
---
77
# JavaScript Patterns and Performance
@@ -437,7 +437,7 @@ For a more complex usage of asynchronous and Deferred, you can refer to the deve
437437
## <a name="Resources"></a> Resources
438438

439439
### See Also
440-
- [Performance considerations in the SharePoint Add-in model](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/performance-considerations-sharepoint-add-in)
440+
- [Performance considerations in the SharePoint Add-in model](/sharepoint/dev/solution-guidance/performance-considerations-sharepoint-add-in)
441441
- [Complete basic operations using JavaScript library code in SharePoint 2013](https://msdn.microsoft.com/library/office/jj163201.aspx)
442442
- [Client-side rendering (JS Link) code samples](https://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a)
443443
- [JavaScript Embedding (Customize your SharePoint site UI by using JavaScript)](https://msdn.microsoft.com/library/dn913116.aspx)

0 commit comments

Comments
 (0)