Skip to content

Commit 227732e

Browse files
committed
Changed to relative link address
1 parent dd4d0e8 commit 227732e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/query-throttling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ throttling that particular query which would allow all other scenarios to
3131
perform normally.
3232

3333
The primary way in which *query throttling* is different from
34-
[Service protection API limits](https://docs.microsoft.com/powerapps/developer/data-platform/api-limits) is
34+
[Service protection API limits](api-limits.md) is
3535
query throttling targets a specific query that causes a performance degradation while
3636
leaving the rest of the traffic unaffected. If the throttled query
3737
originates from a non-interactive application, throttling is likely to not be
@@ -50,7 +50,7 @@ Throttling can manifest in two ways:
5050

5151
| **Error code** | **Hex code** | **Message** |
5252
|----------------|--------------|--------------------------------------------------------------------------------------------------------------------------------|
53-
| \-2147187388 | 0x80048544 | This query cannot be executed because it conflicts with query throttling. Please refer to [Query throttling](https://docs.microsoft.com/powerapps/developer/data-platform/query-throttling) |
53+
| \-2147187388 | 0x80048544 | This query cannot be executed because it conflicts with query throttling. Please refer to [Query throttling](query-throttling.md) |
5454

5555
## Common causes
5656

0 commit comments

Comments
 (0)