Skip to content

Commit 447bed4

Browse files
authored
docs: fix wrong file reference to forgejo backend implemenation (#9090)
1 parent 5188f41 commit 447bed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/dev-tools/backends/forgejo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You may install Codeberg and other Forgejo compatible release assets directly us
44

55
By default, the Forgejo backend uses the public Codeberg instance at [https://codeberg.org](https://codeberg.org). For other or self-hosted Forgejo instances, you can specify a custom API URL using the `api_url` tool option.
66

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

99
## Usage
1010

@@ -133,7 +133,7 @@ mise install forgejo:user/repo
133133
```
134134

135135
::: tip
136-
The autodetection logic is implemented in [`src/backend/asset_detector.rs`](https://github.com/jdx/mise/blob/main/src/backend/asset_detector.rs), which is shared by the Forgejo, GitHub and GitLab backends.
136+
The autodetection logic is implemented in [`src/backend/asset_matcher.rs`](https://github.com/jdx/mise/blob/main/src/backend/asset_matcher.rs), which is shared by the Forgejo, GitHub and GitLab backends.
137137
:::
138138

139139
### `asset_pattern`

0 commit comments

Comments
 (0)