diff --git a/src/client/README.md b/src/client/README.md index 535e825..ce0e435 100644 --- a/src/client/README.md +++ b/src/client/README.md @@ -2,7 +2,7 @@ The client of our data centric platform for microscopy imaging. ![stability-wip](https://img.shields.io/badge/stability-work_in_progress-lightgrey.svg) -[![Documentation Status](https://data-centric-platform.readthedocs.io/en/latest/dcp_client_installation.html)](https://data-centric-platform.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/data-centric-platform/badge/?version=latest)](https://data-centric-platform.readthedocs.io/en/latest/?badge=latest) ## How to use? diff --git a/src/server/README.md b/src/server/README.md index 2574a32..4c19dad 100644 --- a/src/server/README.md +++ b/src/server/README.md @@ -3,7 +3,7 @@ The server of our data centric platform for microscopy imaging. ![stability-wip](https://img.shields.io/badge/stability-work_in_progress-lightgrey.svg) -[![Documentation Status](https://data-centric-platform.readthedocs.io/en/latest/dcp_server_installation.html)](https://data-centric-platform.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/data-centric-platform/badge/?version=latest)](https://data-centric-platform.readthedocs.io/en/latest/?badge=latest) The client and server communicate via the [bentoml](https://www.bentoml.com/?gclid=Cj0KCQiApKagBhC1ARIsAFc7Mc6iqOLi2OcLtqMbGx1KrFjtLUEZ-bhnqlT2zWREE0x7JImhtNmKlFEaAvSSEALw_wcB) library. The client interacts with the server every time we run model inference or training, so the server should be running before starting the client.