Skip to content

Commit

Permalink
fix doc links: rename forge->backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf committed Jun 4, 2024
1 parent 1c9427d commit d44f9ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You may install packages directly from [Cargo Crates](https://crates.io/) even if there
isn't an asdf plugin for it.

The code for this is inside of the mise repository at [`./src/forge/cargo.rs`](https://github.com/jdx/mise/blob/main/src/forge/cargo.rs).
The code for this is inside of the mise repository at [`./src/backend/cargo.rs`](https://github.com/jdx/mise/blob/main/src/backend/cargo.rs).

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You may install packages directly via [go install](https://go.dev/doc/install) even if there
isn't an asdf plugin for it.

The code for this is inside of the mise repository at [`./src/forge/go.rs`](https://github.com/jdx/mise/blob/main/src/forge/go.rs).
The code for this is inside of the mise repository at [`./src/backend/go.rs`](https://github.com/jdx/mise/blob/main/src/backend/go.rs).

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ In addition to asdf plugins, you can also directly install CLIs with some packag

::: tip
If you'd like to contribute a new backend to mise, they're not difficult to write.
See [`./src/forge/`](https://github.com/jdx/mise/tree/main/src/forge) for examples.
See [`./src/backend/`](https://github.com/jdx/mise/tree/main/src/backend) for examples.
:::
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You may install packages directly from [npmjs.org](https://npmjs.org/) even if there
isn't an asdf plugin for it.

The code for this is inside of the mise repository at [`./src/forge/npm.rs`](https://github.com/jdx/mise/blob/main/src/forge/npm.rs).
The code for this is inside of the mise repository at [`./src/backend/npm.rs`](https://github.com/jdx/mise/blob/main/src/backend/npm.rs).

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/pipx.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You may install python packages directly from:
- Github
- Http

The code for this is inside of the mise repository at [`./src/forge/pipx.rs`](https://github.com/jdx/mise/blob/main/src/forge/pipx.rs).
The code for this is inside of the mise repository at [`./src/backend/pipx.rs`](https://github.com/jdx/mise/blob/main/src/backend/pipx.rs).

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/ubi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You may install Github Releases and URL packages directly using [ubi](https://github.com/houseabsolute/ubi) backend.

The code for this is inside of the mise repository at [`./src/forge/ubi.rs`](https://github.com/jdx/mise/blob/main/src/forge/ubi.rs).
The code for this is inside of the mise repository at [`./src/backend/ubi.rs`](https://github.com/jdx/mise/blob/main/src/backend/ubi.rs).

## Dependencies

Expand Down

0 comments on commit d44f9ea

Please sign in to comment.