doc: fix wrong link to server in contributing.md (#427)

* doc: fix wrong link to server in contributing.md

---------

Co-authored-by: jimsu <jimsu@protonmail.com>
This commit is contained in:
Jayanth Parthsarathy 2024-03-31 11:02:27 +05:30 committed by GitHub
parent 7af57b3e1d
commit 907da30320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,12 @@ As described in [here](https://github.com/OpenDevin/OpenDevin/labels), we create
## How to begin
Please check the details in each parts: [frontend](./frontend/README.md), [agenthub](./agenthub/README.md), [evaluation](./evaluation/README.md), [server](./server/README.md).
Please refer to the README in each module:
- [frontend](./frontend/README.md)
- [agenthub](./agenthub/README.md)
- [evaluation](./evaluation/README.md)
- [opendevin](./opendevin/README.md)
- [server](./opendevin/server/README.md)
## Tests
TODO: make sure code pass the test before submit.