Skip to content

Commit 601748e

Browse files
committed
fix link
1 parent 7c2ea26 commit 601748e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/use-change-tracking-synchronize-data-external-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are two ways to check whether change tracking is enabled for a table using
3939
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=SchemaName&$filter=ChangeTrackingEnabled eq true
4040
```
4141

42-
There are system tables with change tracking enabled, for example [Auditing (Audit)(reference/entities/audit.md). You can use the following query to see the full list:
42+
There are system tables with change tracking enabled, for example [Auditing (Audit)](reference/entities/audit.md). You can use the following query to see the full list:
4343

4444
```http
4545
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=SchemaName&$filter=ChangeTrackingEnabled eq true and IsCustomEntity eq false&$select=LogicalName

0 commit comments

Comments
 (0)