Skip to content

Commit

Permalink
fix some link references
Browse files Browse the repository at this point in the history
  • Loading branch information
castrapel committed Mar 4, 2023
1 parent ee9eb81 commit a12f698
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/web/docs/1-getting_started/1-install_and_configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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). <!-- #TODO why would I want these options? We need one liner each about what benefit they offer or about what circumstance might make me choose them. -->
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). <!-- #TODO why would I want these options? We need one liner each about what benefit they offer or about what circumstance might make me choose them. -->

### Configuring IAMbic

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
6 changes: 3 additions & 3 deletions docs/web/docs/3-technical_reference/using.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a12f698

Please sign in to comment.