From 9f1498ed248ba2ad3abf3c93304c263f297e71a7 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 29 Dec 2025 23:06:50 -0500 Subject: [PATCH] refactor(docs): Update links in setup guides for consistency and clarity --- docs/public/cursor/gemini-setup.mdx | 4 ++-- docs/public/cursor/index.mdx | 8 ++++---- docs/public/cursor/openrouter-setup.mdx | 4 ++-- docs/public/usage/gemini-provider.mdx | 6 +++--- docs/public/usage/openrouter-provider.mdx | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/public/cursor/gemini-setup.mdx b/docs/public/cursor/gemini-setup.mdx index 695ef781..a66458fc 100644 --- a/docs/public/cursor/gemini-setup.mdx +++ b/docs/public/cursor/gemini-setup.mdx @@ -186,6 +186,6 @@ You can switch between Gemini, OpenRouter, and Claude SDK at any time by updatin ## Next Steps -- [Cursor Integration Overview](index) - All Cursor features -- [OpenRouter Setup](openrouter-setup) - Alternative provider with 100+ models +- [Cursor Integration Overview](/cursor/index) - All Cursor features +- [OpenRouter Setup](/cursor/openrouter-setup) - Alternative provider with 100+ models - [Configuration Reference](../configuration) - All settings options diff --git a/docs/public/cursor/index.mdx b/docs/public/cursor/index.mdx index 2970a97c..66d97d3e 100644 --- a/docs/public/cursor/index.mdx +++ b/docs/public/cursor/index.mdx @@ -61,8 +61,8 @@ The setup wizard will: - Start the worker service **Detailed guides:** -- [Gemini Setup](gemini-setup) - Recommended free option (1500 req/day) -- [OpenRouter Setup](openrouter-setup) - 100+ models including free options +- [Gemini Setup](/cursor/gemini-setup) - Recommended free option (1500 req/day) +- [OpenRouter Setup](/cursor/openrouter-setup) - 100+ models including free options ### Path B: Claude Code Users @@ -174,7 +174,7 @@ bun run worker:logs ## Next Steps -- [Gemini Setup Guide](gemini-setup) - Detailed free tier setup -- [OpenRouter Setup Guide](openrouter-setup) - Configure OpenRouter +- [Gemini Setup Guide](/cursor/gemini-setup) - Detailed free tier setup +- [OpenRouter Setup Guide](/cursor/openrouter-setup) - Configure OpenRouter - [Configuration Reference](../configuration) - All settings options - [Troubleshooting](../troubleshooting) - Common issues and solutions diff --git a/docs/public/cursor/openrouter-setup.mdx b/docs/public/cursor/openrouter-setup.mdx index a90d0a4d..eb07c5ed 100644 --- a/docs/public/cursor/openrouter-setup.mdx +++ b/docs/public/cursor/openrouter-setup.mdx @@ -186,6 +186,6 @@ You can switch between OpenRouter, Gemini, and Claude SDK at any time by updatin ## Next Steps -- [Cursor Integration Overview](index) - All Cursor features -- [Gemini Setup](gemini-setup) - Alternative free provider +- [Cursor Integration Overview](/cursor/index) - All Cursor features +- [Gemini Setup](/cursor/gemini-setup) - Alternative free provider - [Configuration Reference](../configuration) - All settings options diff --git a/docs/public/usage/gemini-provider.mdx b/docs/public/usage/gemini-provider.mdx index 40dd29c2..4ca36b13 100644 --- a/docs/public/usage/gemini-provider.mdx +++ b/docs/public/usage/gemini-provider.mdx @@ -167,6 +167,6 @@ If observations seem lower quality with Gemini: ## Next Steps -- [Configuration](../configuration) - Full settings reference -- [Getting Started](getting-started) - Basic usage guide -- [Troubleshooting](../troubleshooting) - Common issues +- [Configuration](/configuration) - Full settings reference +- [Getting Started](/usage/getting-started) - Basic usage guide +- [Troubleshooting](/troubleshooting) - Common issues diff --git a/docs/public/usage/openrouter-provider.mdx b/docs/public/usage/openrouter-provider.mdx index d14f46c4..c420556a 100644 --- a/docs/public/usage/openrouter-provider.mdx +++ b/docs/public/usage/openrouter-provider.mdx @@ -314,7 +314,7 @@ Content-Type: application/json ## Next Steps -- [Configuration](../configuration) - Full settings reference -- [Gemini Provider](gemini-provider) - Alternative free provider -- [Getting Started](getting-started) - Basic usage guide -- [Troubleshooting](../troubleshooting) - Common issues +- [Configuration](/configuration) - Full settings reference +- [Gemini Provider](/usage/gemini-provider) - Alternative free provider +- [Getting Started](/usage/getting-started) - Basic usage guide +- [Troubleshooting](/troubleshooting) - Common issues