Skip to content

Commit 582c9cc

Browse files
committed
Fix links
1 parent 9ec5c07 commit 582c9cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/data-ai/ai/run-inference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,21 @@ To use a vision service:
103103
{{% /tab %}}
104104
{{% tab name="Python" %}}
105105

106-
The following code passes an image from a camera to a vision service and uses the [`GetClassifications`](/dev/reference/apis/services/vision/#GetClassifications) method:
106+
The following code passes an image from a camera to a vision service and uses the [`GetClassifications`](/dev/reference/apis/services/vision/#getclassifications) method:
107107

108108
{{< read-code-snippet file="/static/include/examples-generated/run-vision-service.snippet.run-vision-service.py" lang="py" class="line-numbers linkable-line-numbers" data-line="36-37" >}}
109109

110110
{{% /tab %}}
111111
{{% tab name="Go" %}}
112112

113-
The following code passes an image from a camera to a vision service and uses the [`GetClassifications`](/dev/reference/apis/services/vision/#GetClassifications) method:
113+
The following code passes an image from a camera to a vision service and uses the [`GetClassifications`](/dev/reference/apis/services/vision/#getclassifications) method:
114114

115115
{{< read-code-snippet file="/static/include/examples-generated/run-vision-service.snippet.run-vision-service.go" lang="go" class="line-numbers linkable-line-numbers" data-line="66-69" >}}
116116

117117
{{% /tab %}}
118118
{{% tab name="TypeScript" %}}
119119

120-
The following code passes an image from a camera to a vision service and uses the [`GetClassifications`](/dev/reference/apis/services/vision/#GetClassifications) method:
120+
The following code passes an image from a camera to a vision service and uses the [`GetClassifications`](/dev/reference/apis/services/vision/#getclassifications) method:
121121

122122
{{< read-code-snippet file="/static/include/examples-generated/run-vision-service.snippet.run-vision-service.ts" lang="ts" class="line-numbers linkable-line-numbers" data-line="32-38" >}}
123123

0 commit comments

Comments
 (0)