Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken links #19

Merged
merged 1 commit into from
Feb 9, 2024
Merged
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
8 changes: 4 additions & 4 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ sidebar_position: 1
title: Quick Start Guide
---

This guide will help you quickly launch Rubra with default options. The [installation section](./category/installation) covers in greater detail how Rubra can be set up.

This guide will help you quickly launch Rubra with default options. The [installation section](./getting-started/installation) covers in greater detail how Rubra can be set up.

## Prerequisites

* M-series Mac or Linux with GPU
* 16 GB Ram
* 10 GB Disk Space
Expand All @@ -20,6 +20,6 @@ Rubra provides a 1-command installation script. Run the following:
curl -sfL https://raw.githubusercontent.com/acorn-io/rubra/main/quickstart.sh | sh -s -- start
```

Once the installation script is complete, the Rubra UI will be accessible at http://localhost:8501
Once the installation script is complete, the Rubra UI will be accessible at <a href="http://localhost:8501">http://localhost:8501</a>.

Enjoy! Start chatting with the Welcome Assistant and ask it a question that requires a web browser. Learn more about how you can [use Rubra here](/category/using-rubra).
Enjoy! Start chatting with the Welcome Assistant and ask it a question that requires a web browser. Learn more about how you can [use Rubra here] (/category/using-rubra).
Loading