diff --git a/src/data/nav/aitransport.ts b/src/data/nav/aitransport.ts index 28dc6b6fe0..c28cc823ab 100644 --- a/src/data/nav/aitransport.ts +++ b/src/data/nav/aitransport.ts @@ -34,7 +34,7 @@ export default { link: '/docs/ai-transport/getting-started/authentication', }, { - name: 'Enable channel rules', + name: 'Configure the channel rule', link: '/docs/ai-transport/getting-started/channel-rules', }, ], diff --git a/src/pages/docs/ai-transport/concepts/authentication.mdx b/src/pages/docs/ai-transport/concepts/authentication.mdx index f636df4848..73c043c688 100644 --- a/src/pages/docs/ai-transport/concepts/authentication.mdx +++ b/src/pages/docs/ai-transport/concepts/authentication.mdx @@ -101,7 +101,7 @@ The Ably token's `clientId` is verified by the Ably service before the cancel re ## Read next diff --git a/src/pages/docs/ai-transport/troubleshooting.mdx b/src/pages/docs/ai-transport/troubleshooting.mdx index afb861f796..520891431f 100644 --- a/src/pages/docs/ai-transport/troubleshooting.mdx +++ b/src/pages/docs/ai-transport/troubleshooting.mdx @@ -20,7 +20,7 @@ Entries are ordered roughly by how often they cause support tickets, with the mo **Fix:** -- Enable the *Message annotations, updates, deletes, and appends* rule on the namespace. See [Enable channel rules](/docs/ai-transport/getting-started/channel-rules) for the dashboard, Control API, and CLI steps. +- Enable the *Message annotations, updates, deletes, and appends* rule on the namespace. See [Configure the channel rule](/docs/ai-transport/getting-started/channel-rules) for the dashboard, Control API, and CLI steps. - Note that enabling this rule causes messages to be [persisted](/docs/storage-history/storage#all-message-persistence) regardless of whether persistence is enabled on the namespace. ## Capability or token scope mismatch