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. diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 7949ad9ae8d..b851f97716f 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -365,7 +365,7 @@ Format: `import \f FILEPATH` Example: -* `import \f ~/data/new_persons.csv` imports a list of people in new_persons.csv located in ~/data/ into VolunTier. +* `import \f ./data/new_persons.csv` imports a list of people in new_persons.csv located in ./data/ into VolunTier. * Output: `5 persons added. Rows with duplicates: [2, 4]. The following rows had data which failed some constraints: Row 3: Invalid email format. Row 5: Missing phone number.`