From 99f6ebb8b918874194132e12e53088481e597c63 Mon Sep 17 00:00:00 2001 From: DesSnowy <156517235+DesSnowy@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:15:10 +0800 Subject: [PATCH 1/2] Add acknowledgements for source code --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 7601dbaad0d..75ef2a568fc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,4 +16,6 @@ title: AddressBook Level-3 **Acknowledgements** +This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). + * Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5) From 0f5a2b42b8df86ea6b93d812b939c71b4efe7161 Mon Sep 17 00:00:00 2001 From: DesSnowy <156517235+DesSnowy@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:40:29 +0800 Subject: [PATCH 2/2] Change title name --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 75ef2a568fc..100208f5954 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- layout: page -title: AddressBook Level-3 +title: KonTActs --- [![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)