Skip to content

Commit 6a2811b

Browse files
committed
Fix another broken link
1 parent a583e43 commit 6a2811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guide/4-submitting-image-queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ image_query = gl.get_image_query(id=image_query.id)
7373
# highlight-end
7474
```
7575

76-
See this [guide](./7-async-queries.md) for more information on ImageQueries submitted asynchronously.
76+
See this [guide](./8-async-queries.md) for more information on ImageQueries submitted asynchronously.
7777

7878
### (Advanced) Get the first available answer, regardless of confidence
7979
`ask_ml` evaluates an image with Groundlight and returns the first answer Groundlight can provide, agnostic of confidence. There is no wait period when using this method. It is called `ask_ml` because our machine learning models are earliest on our escalation ladder and thus always the fastest to respond.

0 commit comments

Comments
 (0)