From 01e5ef9ed7c115f5d8112c42c8b6c1e55880371e Mon Sep 17 00:00:00 2001 From: Brad Micklea <7644938+bmicklea@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:29:04 -0500 Subject: [PATCH] tweaks --- docs/src/docs/get-started.md | 27 ++++++++++++--------------- docs/src/docs/next-steps.md | 5 +++++ 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/src/docs/get-started.md b/docs/src/docs/get-started.md index c4c054bc..6e85a61f 100644 --- a/docs/src/docs/get-started.md +++ b/docs/src/docs/get-started.md @@ -39,7 +39,7 @@ After entering your username and password, you'll see `Log in successful`. If yo ### 3/ Get a Sample ModelKit -Let's use the [unpack command](./cli/cli-reference.md#kit-unpack) to pull a [sample ModelKit from Jozu Hub](https://jozu.ml/discover) to our machine that we can play with. In this case, we'll unpack the whole thing, but one of the great things about Kit is that you can also selectively unpack only the artifacts you need: just the model, the model and dataset, the code, the configuration...whatever you want. Check out the `unpack` [command reference](./cli/cli-reference.md#kit-unpack) for details. +Let's use the [unpack command](./cli/cli-reference.md#kit-unpack) to pull a [sample ModelKit from Jozu Hub](https://jozu.ml/organization/jozu-quickstarts) to our machine that we can play with. In this case, we'll unpack the whole thing, but one of the great things about Kit is that you can also selectively unpack only the artifacts you need: just the model, the model and dataset, the code, the configuration...whatever you want. Check out the `unpack` [command reference](./cli/cli-reference.md#kit-unpack) for details. If you have a model already on your machine you can use that instead. @@ -53,22 +53,22 @@ You can grab