Browse Source

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>
Jayanth Parthsarathy 1 year ago
parent
commit
907da30320
1 changed files with 6 additions and 1 deletions
  1. 6 1
      CONTRIBUTING.md

+ 6 - 1
CONTRIBUTING.md

@@ -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.