diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 8f375b84bce..acb96d6c7ae 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -16,7 +16,7 @@ * This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). * The feature Undo, Redo and History (including the code) was reused with minimal changes from [AddressBook-Level4](https://github.com/se-edu/addressbook-level4.git) ([UG](https://se-education.org/addressbook-level4/UserGuide.html), [DG](https://se-education.org/addressbook-level4/DeveloperGuide.html)). * The feature Import was implemented using the third-party library OpenCSV. -* GitHub CoPilot was used by Ivan Jerrick Koh to write trivial test cases in test files and JavaDocs for trivial methods. +* GitHub CoPilot was used by Ivan Jerrick Koh, Siah Wee Keat, Evan and Li Mingyang to write trivial test cases in test files and JavaDocs for trivial methods. -------------------------------------------------------------------------------------------------------------------- diff --git a/docs/SettingUp.md b/docs/SettingUp.md index 9e30139d075..95cf49abef4 100644 --- a/docs/SettingUp.md +++ b/docs/SettingUp.md @@ -52,7 +52,7 @@ If you plan to use Intellij IDEA (highly recommended): 1. **Learn the design** - When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [AddressBook’s architecture](DeveloperGuide.md#architecture). + When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [VolunTier’s architecture](DeveloperGuide.md#architecture). 1. **Do the tutorials** These tutorials will help you get acquainted with the codebase.