diff --git a/README.md b/README.md
index 9a580e4051..14644122ad 100644
--- a/README.md
+++ b/README.md
@@ -23,12 +23,12 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[base_export_async](base_export_async/) | 14.0.1.0.1 | | Asynchronous export with job queue
[base_import_async](base_import_async/) | 14.0.1.0.2 | | Import CSV files in the background
-[export_async_schedule](export_async_schedule/) | 14.0.1.0.1 | [](https://github.com/guewen) | Generate and send exports by emails on a schedule
-[queue_job](queue_job/) | 14.0.3.11.0 | [](https://github.com/guewen) | Job Queue
+[export_async_schedule](export_async_schedule/) | 14.0.1.0.1 |
| Generate and send exports by emails on a schedule
+[queue_job](queue_job/) | 14.0.3.11.0 |
| Job Queue
[queue_job_batch](queue_job_batch/) | 14.0.1.0.2 | | Job Queue Batch
-[queue_job_context](queue_job_context/) | 14.0.1.0.1 | [](https://github.com/AshishHirapara) | Queue Job, prepare context before enqueue keys
+[queue_job_context](queue_job_context/) | 14.0.1.0.1 |
| Queue Job, prepare context before enqueue keys
[queue_job_cron](queue_job_cron/) | 14.0.2.0.0 | | Scheduled Actions as Queue Jobs
-[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 14.0.1.0.3 | [](https://github.com/ivantodorovich) | Run jobs without a dedicated JobRunner
+[queue_job_cron_jobrunner](queue_job_cron_jobrunner/) | 14.0.1.0.3 |
| Run jobs without a dedicated JobRunner
[queue_job_subscribe](queue_job_subscribe/) | 14.0.1.0.1 | | Control which users are subscribed to queue job notifications
[test_base_import_async](test_base_import_async/) | 14.0.1.0.1 | | Test suite for base_import_async. Normally you don't need to install this.
[test_queue_job](test_queue_job/) | 14.0.3.5.0 | | Queue Job Tests