From 01d152fcaa3b80a54b8231330cc27d585c158cc5 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 29 Jul 2020 15:15:47 +0200 Subject: [PATCH] docs: update tracker section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eec288573..f145f5d47 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The main branches under development at the moment are: ### Tracker -All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work is in the [lotus github project board](https://github.com/orgs/filecoin-project/projects/8). +All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work towards Mainnet launch can be seen at the [lotus github project board](https://github.com/orgs/filecoin-project/projects/8). The issues labeled with `incentives` are there to identify the issues needed for Space Race launch. ### Packages @@ -35,7 +35,6 @@ The lotus Filecoin implementation unfolds into the following packages: - [lotus-docs](https://github.com/filecoin-project/lotus-docs) - [go-fil-markets](https://github.com/filecoin-project/go-fil-markets) - [go-storage-market](https://github.com/filecoin-project/go-storage-market) -- [go-storage-miner](https://github.com/filecoin-project/go-storage-miner) - [storage-fsm](https://github.com/filecoin-project/storage-fsm) - [sector-storage](https://github.com/filecoin-project/sector-storage) - [specs-storage](https://github.com/filecoin-project/specs-storage)