From c89f2720cf3c32300cef57b3062582a338d6e471 Mon Sep 17 00:00:00 2001 From: Sher Yew Date: Tue, 14 Nov 2023 01:17:51 +0800 Subject: [PATCH] fIX THE PPP --- docs/team/sheryew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/team/sheryew.md b/docs/team/sheryew.md index 4016111ed92..d93757045b2 100644 --- a/docs/team/sheryew.md +++ b/docs/team/sheryew.md @@ -47,7 +47,7 @@ Given below are my contributions to the project. - User Guide: - Added documentation for the features `claim`, `view_attribute`, `export` and `reset_leaves`. - - Added UI images (Before & After) for each feature. (PR ([#119]https://github.com/AY2324S1-CS2103-F13-2/tp/pull/119)) + - Added UI images (Before & After) for each feature. (PR [#119](https://github.com/AY2324S1-CS2103-F13-2/tp/pull/119)) - Developer Guide: - Added implementation details for `claim`, `view_attribute`, `export` and `reset_leaves`. - Added UML diagrams for `export`.