Skip to content

Commit

Permalink
fix link (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyReason authored Apr 25, 2024
1 parent 7f9acea commit c4efe14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default defineConfig({
{
label: 'Installation',
items: [
{ label: 'Installation Hub', link: '/installation/installation' },
{ label: 'Installation Hub', link: '/installation/installation-hub' },
{ label: 'VS Code', link: '/installation/vs-code' },
{ label: 'JetBrains IDEs', link: '/installation/jetbrains' },
]
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/introduction/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Learn how to get started with Refact

Refact is available in several versions designed for different needs:

- **Cloud Version**: For individual developers who prefer not to manage infrastructure. Just sign up, install, and start using. Navigate to the [Installation Hub](https://docs.refact.ai/introduction/quickstart/) to get started.
- **Cloud Version**: For individual developers who prefer not to manage infrastructure. Just sign up, install, and start using. Navigate to the [Installation Hub](https://docs.refact.ai/installation/installation-hub/) to get started.
- **Cloud for Teams**: Offers team-specific features for the **Cloud Version**:
- Stats Dashboard
- Access Control
Expand Down

0 comments on commit c4efe14

Please sign in to comment.