Skip to content

Commit

Permalink
Merge pull request #210 from ys112/update-DG
Browse files Browse the repository at this point in the history
Update developer guide with HRConnect
  • Loading branch information
lihaoquan authored Apr 14, 2024
2 parents 0580697 + 9481a57 commit 1e5f312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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/AY2324S2-CS2103-F15-3/tp/graph/badge.svg?token=NYM3SACDB7)](https://codecov.io/gh/AY2324S2-CS2103-F15-3/tp)
[![CI Status](https://github.com/AY2324S2-CS2103-F15-3/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2324S2-CS2103-F15-3/tp/actions/workflows/gradle.yml) [![codecov](https://codecov.io/gh/AY2324S2-CS2103-F15-3/tp/graph/badge.svg?token=NYM3SACDB7)](https://codecov.io/gh/AY2324S2-CS2103-F15-3/tp)

![Ui](docs/images/Ui.png)

Expand Down
9 changes: 1 addition & 8 deletions docs/SettingUp.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,4 @@ 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).

1. **Do the tutorials**
These tutorials will help you get acquainted with the codebase.

* [Tracing code](tutorials/TracingCode.md)
* [Adding a new command](tutorials/AddRemark.md)
* [Removing fields](tutorials/RemovingFields.md)
When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [HRConnect’s architecture](DeveloperGuide.md#architecture)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: HRConnect
---

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2324S2-CS2103-F15-3/tp/actions/workflows/gradle.yml/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)

![UI](images/Ui.png)
Expand Down

0 comments on commit 1e5f312

Please sign in to comment.