From 5b841caf5be520ccce20a84f89a7dc676f853830 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 14 Nov 2024 12:37:47 -0800 Subject: [PATCH] Update link to Azure API guidelines within Operation.md (#6221) --- doc/Operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Operation.md b/doc/Operation.md index b4d41eee7..e850ee0b3 100644 --- a/doc/Operation.md +++ b/doc/Operation.md @@ -1,6 +1,6 @@ # Operation\ -The Azure SDK for C++ defines an Operation as an abstract class to support a long running operation ([LRO](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#13-long-running-operations)). +The Azure SDK for C++ defines an Operation as an abstract class to support a long running operation ([LRO](https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#long-running-operations--jobs)). The SDK clients would define a concrete class from the `Operation` which an end users can consume for getting the status of the running operation.