From 42d1da4187d6160f1951bf4ccc6b1fd7f2815217 Mon Sep 17 00:00:00 2001 From: CahidArda Date: Thu, 16 Jul 2026 12:01:19 +0300 Subject: [PATCH 1/3] fix: add redirects for dead workflow/qstash URLs found via Ahrefs --- docs.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs.json b/docs.json index 177c5546..b4e4e087 100644 --- a/docs.json +++ b/docs.json @@ -2197,6 +2197,50 @@ { "source": "/context7", "destination": "https://context7.com/docs/overview" + }, + { + "source": "/workflow/migration", + "destination": "/workflow/howto/migrations" + }, + { + "source": "/workflow/overview", + "destination": "/workflow/getstarted" + }, + { + "source": "/workflow/overall/getstarted", + "destination": "/workflow/getstarted" + }, + { + "source": "/qstash/pricing", + "destination": "/qstash/overall/pricing" + }, + { + "source": "/qstash/overall/features", + "destination": "/qstash/overall/getstarted" + }, + { + "source": "/qstash/api/publish", + "destination": "/qstash/api-reference/messages/publish-a-message" + }, + { + "source": "/qstash/api/url-groups/list", + "destination": "/qstash/api-reference/url-groups/list-url-groups" + }, + { + "source": "/qstash/api/url-groups/get", + "destination": "/qstash/api-reference/url-groups/get-a-url-group" + }, + { + "source": "/qstash/api/url-groups/add-endpoint", + "destination": "/qstash/api-reference/url-groups/upsert-url-group-and-endpoint" + }, + { + "source": "/qstash/api/url-groups/remove-endpoint", + "destination": "/qstash/api-reference/url-groups/remove-endpoints" + }, + { + "source": "/qstash/api/url-groups/remove", + "destination": "/qstash/api-reference/url-groups/delete-a-url-group" } ] } From a9368801154b5e6c1aaf579e8040c81dfe9891f9 Mon Sep 17 00:00:00 2001 From: CahidArda Date: Thu, 16 Jul 2026 12:15:18 +0300 Subject: [PATCH 2/3] fix: replace localhost link in qstash changelog --- qstash/overall/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qstash/overall/changelog.mdx b/qstash/overall/changelog.mdx index f5691f83..37bd0b00 100644 --- a/qstash/overall/changelog.mdx +++ b/qstash/overall/changelog.mdx @@ -31,7 +31,7 @@ title: Changelog - **Console:** - Added ability to hide/show columns on the Schedules tab. - - Local mode is added to enable our users to use the console with their local development envrionment. See [docs](http://localhost:3000/qstash/howto/local-development) for details. + - Local mode is added to enable our users to use the console with their local development envrionment. See [docs](/qstash/howto/local-development) for details. From 29c7501dc65b8f5a91e6ed802cd835704337186d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:58:26 +0000 Subject: [PATCH 3/3] chore(llms): regenerate llms.txt and llms-full.txt --- llms-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index ff13de6e..bc57d9fc 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -13565,7 +13565,7 @@ Source: https://upstash.com/docs/qstash/overall/changelog * **Console:** * Added ability to hide/show columns on the Schedules tab. - * Local mode is added to enable our users to use the console with their local development envrionment. See [docs](http://localhost:3000/qstash/howto/local-development) for details. + * Local mode is added to enable our users to use the console with their local development envrionment. See [docs](/docs/qstash/howto/local-development) for details.