Skip to content

Commit 4f00c49

Browse files
committed
Fix docs-link-absolute error
1 parent b9d411b commit 4f00c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Create an `imageUrl` string to hold the publicly accessible URL of the image you
4040

4141
### Image buffer
4242

43-
Alternatively, you can pass in the image as memory buffer using a [BinaryData](https://learn.microsoft.com/java/api/com.azure.core.util.binarydata) object. For example, read from a local image file you want to analyze.
43+
Alternatively, you can pass in the image as memory buffer using a [BinaryData](/java/api/com.azure.core.util.binarydata) object. For example, read from a local image file you want to analyze.
4444

4545
[!code-java[](~/cognitive-services-quickstart-code/java/ComputerVision/4-0/ImageAnalysisHowTo.java?name=snippet_file)]
4646

0 commit comments

Comments
 (0)