Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/customization/prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ description: "These are the specialized instructions that shape how models respo

## Learn More

- [Explore prompts](https://hub.continue.dev/explore?type=prompts) on the Hub
- [Explore prompts](https://hub.continue.dev/hub?type=prompts) on the Hub
- Learn more in the [prompts deep dive](/customize/deep-dives/prompts)
- View [`prompts`](/reference#prompts) in the YAML Reference for more details
2 changes: 1 addition & 1 deletion docs/customize/deep-dives/rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ For example, you can say "Create a rule for this", and a rule will be created fo

Rules can also be created and managed on the Continue Mission Control:

1. **Browse existing rules**: [Explore available rules](https://hub.continue.dev/explore?type=rules)
1. **Browse existing rules**: [Explore available rules](https://hub.continue.dev/hub?type=rules)
2. **Create new rules**: [Create your own](https://hub.continue.dev/new?type=block&blockType=rules) in the Hub
3. **Copy from local rules**: Copy/paste content from your `.continue/rules` files to create Hub rules

Expand Down
2 changes: 1 addition & 1 deletion docs/customize/model-providers/more/asksage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: ../asksage
---

<Tip>
**Discover Ask Sage models [here](https://hub.continue.dev/explore?q=Ask%20Sage)**
**Discover Ask Sage models [here](https://hub.continue.dev/hub?q=Ask%20Sage)**
</Tip>

<Info>
Expand Down
2 changes: 1 addition & 1 deletion docs/customize/model-providers/more/deepseek.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: ../deepseek
---

<Tip>
**Discover DeepSeek models [here](https://hub.continue.dev/explore?q=DeepSeek)**
**Discover DeepSeek models [here](https://hub.continue.dev/hub?q=DeepSeek)**
</Tip>

<Info>
Expand Down
2 changes: 1 addition & 1 deletion docs/customize/model-providers/top-level/gemini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebarTitle: "Gemini"
---

<Tip>
**Discover Google models [here](https://hub.continue.dev/explore?q=Gemini)**
**Discover Google models [here](https://hub.continue.dev/hub?q=Gemini)**
</Tip>

<Info>
Expand Down
2 changes: 1 addition & 1 deletion docs/ide-extensions/agent/how-to-customize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ models:
## How to Add MCP Tools
You can add MCP servers to your configuration to give Agent mode access to more tools. Explore [MCP Servers on Mission Control](https://hub.continue.dev/explore?type=mcpServers) and consult the [MCP guide](/customize/deep-dives/mcp) for more details.
You can add MCP servers to your configuration to give Agent mode access to more tools. Explore [MCP Servers on Mission Control](https://hub.continue.dev/hub?type=mcpServers) and consult the [MCP guide](/customize/deep-dives/mcp) for more details.
## How to Configure Tool Policies
Expand Down
2 changes: 1 addition & 1 deletion docs/mission-control/configs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can interact with configs in three main ways:

<Step title="Explore existing configs">

Browse the [Continue Mission Control](https://hub.continue.dev/explore?type=configs) to see what configs others have built
Browse the [Continue Mission Control](https://hub.continue.dev/hub?type=configs) to see what configs others have built

</Step>

Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/src/ui/MCPSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const MCPSelector: React.FC<MCPSelectorProps> = ({ onCancel }) => {
case "explore-mcp-servers":
// Open the MCP servers hub in the default browser
const open = (await import("open")).default;
await open("https://hub.continue.dev/explore?type=mcpServers");
await open("https://hub.continue.dev/hub?type=mcpServers");
setMessage("Opened MCP servers hub in browser");
break;
case "back":
Expand Down
Loading