diff --git a/README.md b/README.md
index 16fe2201ff1a9f96a7c5342defb5931da412c3d6..69e0b915e50c2ab50bcd9befff3b020c69ec3afc 100644
--- a/README.md
+++ b/README.md
@@ -61,15 +61,16 @@ The fact of migrating from code to [Rust] is commonly called "oxidation", so we
 
 The long-term goal is to oxidize Duniter entirely, but it is a long process that will take several years.
 
-Duniter is divided into several  git repositories:
+Duniter's code is divided into several git repositories:
 
-- [Duniter](https://git.duniter.org/nodes/typescript/duniter): this repository.
-- [Dubp-rs-libs](https://git.duniter.org/libs/dubp-rs-libs): Set of Rust libraries common to Duniter and a possible future Rust client/wallet.
-- [Web admin](https://git.duniter.org/nodes/typescript/modules/duniter-ui): web administration interface (optional).
-- [GVA](https://git.duniter.org/nodes/typescript/modules/gva-api): Future client API aimed to replace BMA. GVA stands for GraphQL Validation API.
+- **[dubp-rs-libs]** contains the logic common to Duniter and its clients.
+- **[duniter-core]** contains the core code of Duniter.
+- The gitlab subgroup **[nodes/rust/modules]** contains the main Duniter modules code (gva, admin, etc).
+- **[duniter]** repository contains the "official" implementations of the "duniter-cli" and "duniter-desktop" programs with their default modules (also contains the historical implementation being migrated).
 
-Optional repositories:
+Old optional repositories (will be archived when the migration is complete):
 
+- [**Web admin**](https://git.duniter.org/nodes/typescript/modules/duniter-ui): web administration interface (optional).
 - [Currency monit](https://git.duniter.org/nodes/typescript/modules/duniter-currency-monit): charts to monitor currency and web of trust state.
 - [Remuniter](https://github.com/duniter/remuniter): service to remunerate blocks issuers.