diff --git a/docs/docs/explanations/architecture.md b/docs/docs/explanations/architecture.md index 5d93d1afa2..769abd5a19 100644 --- a/docs/docs/explanations/architecture.md +++ b/docs/docs/explanations/architecture.md @@ -111,5 +111,5 @@ For day-to-day operation, we also provide [a CLI][cli-reference]. This is simply [enclave-ls-reference]: ../cli-reference/enclave-ls.md [enclave-inspect-reference]: ../cli-reference/enclave-inspect.md [enclave-rm-reference]: ../cli-reference/enclave-rm.md -[quickstart]: ../get-started/quickstart.md +[quickstart]: ../get-started/quickstart-consumer.md [sdk-reference]: ../runtime-sdk-reference.md diff --git a/docs/docs/explanations/why-kurtosis-starlark.md b/docs/docs/explanations/why-kurtosis-starlark.md index 8674e0d92f..10d36c9c2b 100644 --- a/docs/docs/explanations/why-kurtosis-starlark.md +++ b/docs/docs/explanations/why-kurtosis-starlark.md @@ -53,4 +53,4 @@ So far, both our users and our team have been very happy with our decision to go [reusable-environment-definitions]: ./reusable-environment-definitions.md [starlark-differences-with-python]: https://bazel.build/rules/language#differences_with_python -[quickstart]: ../get-started/quickstart.md +[quickstart]: ../get-started/quickstart-consumer.md diff --git a/docs/docs/explanations/why-we-built-kurtosis.md b/docs/docs/explanations/why-we-built-kurtosis.md index c88fcafb03..41bcfa4829 100644 --- a/docs/docs/explanations/why-we-built-kurtosis.md +++ b/docs/docs/explanations/why-we-built-kurtosis.md @@ -23,4 +23,4 @@ In our vision, a developer should have a single platform for prototyping, testin To read more about our beliefs on reusable environments, [go here][reusable-environment-definitions]. To get started using Kurtosis, see [the quickstart][quickstart]. [reusable-environment-definitions]: ./reusable-environment-definitions.md -[quickstart]: ../get-started/quickstart.md +[quickstart]: ../get-started/quickstart-consumer.md diff --git a/docs/docs/get-started/home.md b/docs/docs/get-started/home.md index e8376679a4..e6c1f07928 100644 --- a/docs/docs/get-started/home.md +++ b/docs/docs/get-started/home.md @@ -37,7 +37,7 @@ In Kurtosis, containerized environments have these properties: ## Try out Kurtosis now -Try Kurtosis now with our [quickstart](./quickstart.md). +Try Kurtosis now with our [quickstart](./quickstart-consumer.md). :::info If you have questions, need help, or simply want to learn more, schedule a live session with us, go [here](https://calendly.com/d/zgt-f2c-66p/kurtosis-onboarding). diff --git a/docs/docs/get-started/quickstart-author.md b/docs/docs/get-started/quickstart-author.md index 46be6fe1b5..da1543334f 100644 --- a/docs/docs/get-started/quickstart-author.md +++ b/docs/docs/get-started/quickstart-author.md @@ -966,7 +966,7 @@ Lastly, feel free to [star us on Github](https://github.com/kurtosis-tech/kurtos [cassandra-package-example]: https://github.com/kurtosis-tech/cassandra-package [go-test-example]: https://github.com/kurtosis-tech/awesome-kurtosis/tree/main/quickstart/go-test [ts-test-example]: https://github.com/kurtosis-tech/awesome-kurtosis/tree/main/quickstart/ts-test -[quickstart-consumers]: quickstart.md +[quickstart-consumers]: quickstart-consumer.md [homepage]: home.md diff --git a/docs/docs/get-started/quickstart.md b/docs/docs/get-started/quickstart-consumer.md similarity index 100% rename from docs/docs/get-started/quickstart.md rename to docs/docs/get-started/quickstart-consumer.md diff --git a/docs/docs/guides/how-to-parameterize-cassandra.md b/docs/docs/guides/how-to-parameterize-cassandra.md index 1e758f2f21..67f3551d91 100644 --- a/docs/docs/guides/how-to-parameterize-cassandra.md +++ b/docs/docs/guides/how-to-parameterize-cassandra.md @@ -379,7 +379,7 @@ With your parameterized, reusable environment definition for a multi-node Cassan We encourage you to check out our [quickstart][quickstart] (where you’ll build a postgres database and API on top) and our other examples in our [awesome-kurtosis repository][awesome-kurtosis] where you will find other Kurtosis packages for you to check out as well, including a package that spins up a local [Ethereum testnet][eth-package-example] or one that sets up a [voting app using a Redis cluster][redis-package-example]. -[quickstart]: ../get-started/quickstart.md +[quickstart]: ../get-started/quickstart-consumer.md [awesome-kurtosis]: https://github.com/kurtosis-tech/awesome-kurtosis [multi-phase-runs]: ../concepts-reference/multi-phase-runs.md [github-cass-package]: https://github.com/kurtosis-tech/cassandra-package/blob/main/main.star diff --git a/docs/docs/guides/installing-the-cli.md b/docs/docs/guides/installing-the-cli.md index 96732f1471..3ce6f10189 100644 --- a/docs/docs/guides/installing-the-cli.md +++ b/docs/docs/guides/installing-the-cli.md @@ -110,7 +110,7 @@ If you're new to Kurtosis, you might like the [quickstart][quickstart] as a good [cli-changelog]: ../changelog.md [metrics-philosophy]: ../explanations/metrics-philosophy.md [analytics-disable]: ../cli-reference/analytics-disable.md -[quickstart]: ../get-started/quickstart.md +[quickstart]: ../get-started/quickstart-consumer.md [installing-command-line-completion]: ./adding-command-line-completion.md [install-historical-guide]: ./installing-historical-versions.md [upgrade-guide]: ./upgrading-the-cli.md diff --git a/docs/docs/guides/upgrading-the-cli.md b/docs/docs/guides/upgrading-the-cli.md index fc6cc4c579..7844cefd25 100644 --- a/docs/docs/guides/upgrading-the-cli.md +++ b/docs/docs/guides/upgrading-the-cli.md @@ -86,7 +86,7 @@ In order to upgrade Kurtosis to another version *after you've performed a downgr [install-guide]: ./installing-the-cli.md [cli-changelog]: ../changelog.md [metrics-philosophy]: ../explanations/metrics-philosophy.md -[quickstart]: ../get-started/quickstart.md +[quickstart]: ../get-started/quickstart-consumer.md [installing-command-line-completion]: ./adding-command-line-completion.md [release-artifacts]: https://github.com/kurtosis-tech/kurtosis-cli-release-artifacts/releases