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 old quick start links #537

Merged
merged 1 commit into from
Oct 16, 2024
Merged
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/.vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ const subscribeToNewsletter = async () => {
<Accordion content-class="space-y-[1em]">
<template #title>How do I get started with Kit?</template>

<p class="mt-6">The easiest way to get started is to follow our <a href="/docs/quick-start.html" class="underline">Quick Start</a>, where you’ll learn how to:</p>
<p class="mt-6">The easiest way to get started is to follow our <a href="/docs/get-started.html" class="underline">Quick Start</a>, where you’ll learn how to:</p>

<ul class="space-y-2 list-disc list-inside">
<li>Package up a model, notebook, and datasets into a single ModelKit you can use with your existing tools</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/src/docs/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This command should display the version number of the Kit CLI you have installed

### Follow the Quick Start

Now that everything is set up you can follow our [Quick Start](https://kitops.ml/docs/quick-start.html) to learn how to pack and share your first ModelKit.
Now that everything is set up you can follow our [Quick Start](../get-started.md) to learn how to pack and share your first ModelKit.

That's it!

Expand Down Expand Up @@ -92,7 +92,7 @@ This command should display the version number of the Kit CLI you have installed

### Follow the Quick Start

Now that everything is set up you can follow our [Quick Start](https://kitops.ml/docs/quick-start.html) to learn how to pack and share your first ModelKit.
Now that everything is set up you can follow our [Quick Start](../get-started.md) to learn how to pack and share your first ModelKit.

That's it!

Expand Down Expand Up @@ -151,7 +151,7 @@ This command should display the version number of the Kit CLI you have installed

### Follow the Quick Start

Now that everything is set up you can follow our [Quick Start](https://kitops.ml/docs/quick-start.html) to learn how to pack and share your first ModelKit.
Now that everything is set up you can follow our [Quick Start](../get-started.md) to learn how to pack and share your first ModelKit.

## 🛠️ Build from Source Code

Expand Down Expand Up @@ -210,4 +210,4 @@ kit version

### Follow the Quick Start

Now that everything is set up you can follow our [Quick Start](https://kitops.ml/docs/quick-start.html) to learn how to pack and share your first ModelKit.
Now that everything is set up you can follow our [Quick Start](../get-started.md) to learn how to pack and share your first ModelKit.