From aae5c3b631faf756f8d07c83bc49beb4f7395525 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Thu, 3 Nov 2022 10:35:34 +0100 Subject: [PATCH] fix: link in readme (#120) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be9d4a03..c61c56b3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.