diff --git a/docs/index.md b/docs/index.md index 7601dbaad0d..28164535e95 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,17 +1,19 @@ --- layout: page -title: AddressBook Level-3 +title: Housekeeping Hub --- -[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) -[![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3) +[![Java CI](https://github.com/AY2324S2-CS2103T-W09-1/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2324S2-CS2103T-W09-1/tp/actions/workflows/gradle.yml) +[![codecov](https://codecov.io/gh/AY2324S2-CS2103T-W09-1/tp/graph/badge.svg?token=VTN6SDBFUZ)](https://codecov.io/gh/AY2324S2-CS2103T-W09-1/tp) ![Ui](images/Ui.png) -**AddressBook is a desktop application for managing your contact details.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). +**Housekeeping Hub is a desktop application for managing your contact (clients or housekeepers) details.** +It is an address book which tailored for housekeeping services. +While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). -* If you are interested in using AddressBook, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). -* If you are interested about developing AddressBook, the [**Developer Guide**](DeveloperGuide.html) is a good place to start. +* If you are interested in using Housekeeping Hub, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). +* If you are interested about developing Housekeeping Hub, the [**Developer Guide**](DeveloperGuide.html) is a good place to start. **Acknowledgements**