[Docs] Replace Absolute External Links (#949)

This commit is contained in:
William FH
2024-07-08 13:02:53 -07:00
committed by GitHub
parent 64a17599c1
commit 165e82eb33
12 changed files with 42 additions and 42 deletions
@@ -1,6 +1,6 @@
## Enqueue
This guide assumes knowledge of what double-texting is, which you can learn about in the [double-texting conceptual guide](https://langchain-ai.github.io/langgraph/cloud/concepts/#double-texting).
This guide assumes knowledge of what double-texting is, which you can learn about in the [double-texting conceptual guide](../concepts/index.md#double-texting).
The guide covers the `enqueue` option for double texting, which adds the interruptions to a queue and executes them in the order they are received by the client. Below is a quick example of using the `enqueue` option.