Skip to content

Commit bb71894

Browse files
committed
fixed broken link
1 parent 9dc4155 commit bb71894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Service Bus enables clients to send and receive messages via one of three protoc
7575
2. Service Bus Messaging Protocol (SBMP)
7676
3. Hypertext Transfer Protocol (HTTP)
7777

78-
AMQP is the most efficient, because it maintains the connection to Service Bus. It also implements [batching](#batching-store-access) and [prefetching](#prefetching). Unless explicitly mentioned, all content in this article assumes the use of AMQP or SBMP.
78+
AMQP is the most efficient, because it maintains the connection to Service Bus. It also implements batching and [prefetching](#prefetching). Unless explicitly mentioned, all content in this article assumes the use of AMQP or SBMP.
7979

8080
> [!IMPORTANT]
8181
> The SBMP protocol is only available for .NET Framework. AMQP is the default for .NET Standard.

0 commit comments

Comments
 (0)