Skip to content

Commit

Permalink
fix: link in readme (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT authored Nov 3, 2022
1 parent 3be75bf commit aae5c3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can visit the documentation at [topgrade-rs.github.io](https://topgrade-rs.g
## Usage

Just run `topgrade`.
See [the wiki](https://github.com/r-darwish/topgrade/wiki/Step-list) for the list of things Topgrade supports.
See [the documentation](https://topgrade-rs.github.io/) for the list of things Topgrade supports.

## Customization

Expand Down Expand Up @@ -84,6 +84,6 @@ To limit the execution only to specific hosts use the `--remote-host-limit` para

## ToDo

- Add a proper testing framework to the code base.
- Add unit tests for package managers.
- Split up code into more maintainable parts, eg. putting every linux package manager in a own submodule of linux.rs.
- [ ] Add a proper testing framework to the code base.
- [ ] Add unit tests for package managers.
- [ ] Split up code into more maintainable parts, eg. putting every linux package manager in a own submodule of linux.rs.

0 comments on commit aae5c3b

Please sign in to comment.