Skip to content

Commit 1f71a9d

Browse files
authored
Updated Links
Updated Links for below: Core.ListItemChangeMonitor Office 365 Developer patterns and practices
1 parent 59e5b21 commit 1f71a9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/solution-guidance/query-sharepoint-change-log-with-changequery-and-changeToken.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Query SharePoint change log with ChangeQuery and ChangeToken
3-
ms.date: 11/03/2017
3+
ms.date: 04/20/2021
44
localization_priority: Priority
55
---
66
# Query SharePoint change log with ChangeQuery and ChangeToken
@@ -11,7 +11,7 @@ _**Applies to:** SharePoint 2013 | SharePoint Add-ins | SharePoint Online_
1111

1212
You can query the SharePoint change log by using [ChangeQuery](https://msdn.microsoft.com/library/office/microsoft.sharepoint.client.changequery.aspx) and [ChangeToken](https://msdn.microsoft.com/library/office/microsoft.sharepoint.client.changetoken.aspx) to find and process changes made on a SharePoint content database, site collection, site, or list.
1313

14-
The [Core.ListItemChangeMonitor](https://github.com/SharePoint/PnP/tree/dev/Samples/Core.ListItemChangeMonitor) code sample shows you how to use SharePoint's change log to find and process changes made on a SharePoint list. Use this code sample to:
14+
The [Core.ListItemChangeMonitor](https://github.com/pnp/PnP/tree/master/Samples/Core.ListItemChangeMonitor) code sample shows you how to use SharePoint's change log to find and process changes made on a SharePoint list. Use this code sample to:
1515

1616
- Monitor SharePoint for changes on a list, site, site collection, or content database.
1717

@@ -21,7 +21,7 @@ The [Core.ListItemChangeMonitor](https://github.com/SharePoint/PnP/tree/dev/Samp
2121

2222
## Before you begin
2323

24-
To get started, download the [Core.ListItemChangeMonitor](https://github.com/SharePoint/PnP/tree/dev/Samples/Core.ListItemChangeMonitor) sample add-in from the [Office 365 Developer patterns and practices](https://github.com/SharePoint/PnP/tree/dev) project on GitHub.
24+
To get started, download the [Core.ListItemChangeMonitor](https://github.com/pnp/PnP/tree/master/Samples/Core.ListItemChangeMonitor) sample add-in from the [Office 365 Developer patterns and practices](https://github.com/SharePoint/PnP/tree/master) project on GitHub.
2525

2626
Before you run this code sample, do the following:
2727

0 commit comments

Comments
 (0)