From a12f698a4dce405cfbc114629f8f972afe9b8539 Mon Sep 17 00:00:00 2001 From: Curtis Date: Sat, 4 Mar 2023 13:36:36 -0800 Subject: [PATCH] fix some link references --- docs/web/docs/1-getting_started/1-install_and_configure.mdx | 4 ++-- .../docs/2-how_to_guides/1-configure_iambic_with_wizard.mdx | 6 +++--- .../installation/2_install_iambic_via_the_repo.mdx | 2 +- docs/web/docs/3-technical_reference/using.mdx | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/web/docs/1-getting_started/1-install_and_configure.mdx b/docs/web/docs/1-getting_started/1-install_and_configure.mdx index 0e92e7f95..780e8bff0 100644 --- a/docs/web/docs/1-getting_started/1-install_and_configure.mdx +++ b/docs/web/docs/1-getting_started/1-install_and_configure.mdx @@ -45,9 +45,9 @@ curl https://iambic.org/scripts/install.sh | bash Note: we require sudo because we are installing the script `iambic` into `/usr/local/bin/` of your file system to ensure it is in your path. -For detailed Docker setup instructions, please visit the [Install via Docker](/technical_reference/installation/install_via_docker) guide. +For detailed Docker setup instructions, please visit the [Install via Docker](/technical_reference/installation/install_iambic_via_docker) guide. -You can also [install the wheel](/technical_reference/installation/install_via_the_wheel), or [install IAMbic locally](/technical_reference/installation/download_the_repo). +You can also [install the wheel](/technical_reference/installation/install_iambic_via_python_wheel), or [install IAMbic locally](/technical_reference/installation/install_iambic_via_the_repo). ### Configuring IAMbic diff --git a/docs/web/docs/2-how_to_guides/1-configure_iambic_with_wizard.mdx b/docs/web/docs/2-how_to_guides/1-configure_iambic_with_wizard.mdx index 424c6a861..1219c71d6 100644 --- a/docs/web/docs/2-how_to_guides/1-configure_iambic_with_wizard.mdx +++ b/docs/web/docs/2-how_to_guides/1-configure_iambic_with_wizard.mdx @@ -9,9 +9,9 @@ toc_max_heading_level: 5 The easiest way to get started with IAMbic is to run the configuration wizard. The wizard will generate a configuration file that matches your environment by asking specific questions in a Q&A style. Start the wizard by first using one of these methods -* [installing the `docker` container](/technical_reference/installation/install_via_docker) -* [installing the iambic wheel](/technical_reference/installation/install_via_the_wheel) into the virtual environment of your choice -* [installing the IAMbic project from source](/technical_reference/installation/download_the_repo). +* [installing the `docker` container](/technical_reference/installation/install_iambic_via_docker) +* [installing the iambic wheel](/technical_reference/installation/install_iambic_via_python_wheel) into the virtual environment of your choice +* [installing the IAMbic project from source](/technical_reference/installation/install_iambic_via_the_repo). ### Usage diff --git a/docs/web/docs/3-technical_reference/installation/2_install_iambic_via_the_repo.mdx b/docs/web/docs/3-technical_reference/installation/2_install_iambic_via_the_repo.mdx index c6a79ff93..d1219a57b 100644 --- a/docs/web/docs/3-technical_reference/installation/2_install_iambic_via_the_repo.mdx +++ b/docs/web/docs/3-technical_reference/installation/2_install_iambic_via_the_repo.mdx @@ -29,7 +29,7 @@ You can now make changes to the files in the repository and commit them using Gi ## Use IAMbic from the local repository -Create a [virtual environment](https://virtualenv.pypa.io/en/latest/user_guide.html) or python environment into which you'd like to install IAMbic. See [install via the wheel](/technical_reference/installation/install_via_the_wheel) methods 1, 2, and 3 for more information on setting up your environment. +Create a [virtual environment](https://virtualenv.pypa.io/en/latest/user_guide.html) or python environment into which you'd like to install IAMbic. See [install via the wheel](/technical_reference/installation/install_iambic_via_python_wheel) methods 1, 2, and 3 for more information on setting up your environment. Install poetry: `pip install poetry`. diff --git a/docs/web/docs/3-technical_reference/using.mdx b/docs/web/docs/3-technical_reference/using.mdx index 759b9b179..906eb82a1 100644 --- a/docs/web/docs/3-technical_reference/using.mdx +++ b/docs/web/docs/3-technical_reference/using.mdx @@ -8,9 +8,9 @@ toc_max_heading_level: 5 To use IAMbic, first install IAMbic by following any of these methods: -* [Install via Docker](/technical_reference/installation/install_via_docker) (preferred method) -* [Install via the Wheel](/technical_reference/installation/install_via_the_wheel) -* [Download the Repo](/technical_reference/installation/download_the_repo) +* [Install via Docker](/technical_reference/installation/install_iambic_via_docker) (preferred method) +* [Install via the Wheel](/technical_reference/installation/install_iambic_via_python_wheel) +* [Download the Repo](/technical_reference/installation/install_iambic_via_the_repo) Once IAMbic is installed on your system, you can use it. There are three core IAMbic tasks: