Skip to content

Commit

Permalink
Copy URL button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AL-ZT committed Apr 8, 2024
1 parent 81d1ba3 commit 2629160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ Furthermore, certain edits can cause the AddressBook to behave in unexpected way
Team size: 4

1. Improve readability of command history list: As of v1.3, the output of each command in the history is verbose, and introduces a lot of user-unfriendly code to the user. We plan to show only the command output that was typed by the user.
2. Help Window improvements:

--------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class HelpWindow extends UiPart<Stage> {

public static final String USERGUIDE_URL =
"https://github.com/AY2324S2-CS2103-F15-2/tp/blob/master/docs/UserGuide.md";
"https://ay2324s2-cs2103-f15-2.github.io/tp/UserGuide.html";
public static final String HELP_MESSAGE =
"Here are the list of commands that are available for use: \n"
+ " - Viewing help : 'help'\n\n"
Expand Down

0 comments on commit 2629160

Please sign in to comment.