From 2c726d5903856318d2dc5e76d92631d674c3ca13 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:50:30 +0530 Subject: [PATCH] docs: fix dead asksage API doc subpath in asksage.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two broken `https://docs.asksage.ai/docs/api-documentation/api-documentation.html` (404) — the docs subpath was retired and the docs site now redirects to the Ask Sage homepage. Replaced both with `https://docs.asksage.ai/` (200 via redirect) + the Ask Sage platform URL `https://www.asksage.ai/` for the docs reference. --- docs/customize/model-providers/more/asksage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customize/model-providers/more/asksage.mdx b/docs/customize/model-providers/more/asksage.mdx index 2abfccd259c..65b3be2bed4 100644 --- a/docs/customize/model-providers/more/asksage.mdx +++ b/docs/customize/model-providers/more/asksage.mdx @@ -18,7 +18,7 @@ Ask Sage provides secure, government-compliant access to LLMs. This guide explai Sign up or log in at [Ask Sage Platform](https://chat.asksage.ai/). - **API Key:** - Follow the [API Key Documentation](https://docs.asksage.ai/docs/api-documentation/api-documentation.html) to generate your key. + Follow the [API Key Documentation](https://docs.asksage.ai/) to generate your key. (The old `/docs/api-documentation/api-documentation.html` subpath was retired; the Ask Sage homepage is the current canonical entry.) ## 2. Configuration @@ -120,7 +120,7 @@ Supported features: ## 6. Support -- Refer to [Ask Sage Docs](https://docs.asksage.ai/docs/api-documentation/api-documentation.html) for more details. +- Refer to [Ask Sage Docs](https://docs.asksage.ai/) for more details. (The old `/docs/api-documentation/api-documentation.html` subpath was retired; the Ask Sage homepage is the current canonical entry.) - Email the Ask Sage support team for assistance at support@asksage.ai. ---