diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index b75cb5649ce..4b2be5d6ae3 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -139,7 +139,7 @@ Welcome back to ProjectPRO. Simply head over to our Features section to gain ins
- Simply go to your terminal and type `java -version`. ![here](images/UG/QuickStart1.png)
2. Download the latest ProjectPRO.jar from [here](https://github.com/AY2324S1-CS2103T-T10-3/tp/releases).
- - ![here](images/UG/QUICKSTART2.png)
+ - ![here](images/UG/QUICKSTART_2.1.png)
3. Move the JAR file to a folder where you want to store your project details. For example, create a folder named ProjectPRO and place it on your desktop.
- For Mac Users:
@@ -914,7 +914,7 @@ You can view the link to our User Guide.
![](images/features/Generalcommand_help.png)
-
You are now able to click on the User Guide link for further guidance.
+
You are now able to copy the URL of the User Guide.
diff --git a/docs/_markbind/layouts/default.md b/docs/_markbind/layouts/default.md
index 1aee04b1bcb..06931d442ef 100644
--- a/docs/_markbind/layouts/default.md
+++ b/docs/_markbind/layouts/default.md
@@ -29,20 +29,14 @@
* [User Guide]({{ baseUrl }}/UserGuide.html) :expanded:
* [Quick Start]({{ baseUrl }}/UserGuide.html#quick-start)
* [Features]({{ baseUrl }}/UserGuide.html#features)
- * [FAQ]({{ baseUrl }}/UserGuide.html#faq)
- * [Command Summary]({{ baseUrl }}/UserGuide.html#faq)
* [Developer Guide]({{ baseUrl }}/DeveloperGuide.html) :expanded:
- * [Acknowledgements]({{ baseUrl }}/DeveloperGuide.html#acknowledgements)
- * [Setting Up]({{ baseUrl }}/DeveloperGuide.html#setting-up-getting-started)
- * [Design]({{ baseUrl }}/DeveloperGuide.html#design)
- * [Implementation]({{ baseUrl }}/DeveloperGuide.html#implementation)
- * [Documentation, logging, testing, configuration, dev-ops]({{ baseUrl }}/DeveloperGuide.html#documentation-logging-testing-configuration-dev-ops)
- * [Appendix: Requirements]({{ baseUrl }}/DeveloperGuide.html#appendix-requirements)
- * [Appendix: Instructions for manual testing]({{ baseUrl }}/DeveloperGuide.html#appendix-instructions-for-manual-testing)
-* Tutorials
- * [Tracing code]({{ baseUrl }}/tutorials/TracingCode.html)
- * [Adding a command]({{ baseUrl }}/tutorials/AddRemark.html)
- * [Removing Fields]({{ baseUrl }}/tutorials/RemovingFields.html)
+ * [Acknowledgements]({{ baseUrl }}/DeveloperGuide.html#1.3.-Acknowledgement)
+ * [Setting Up]({{ baseUrl }}/DeveloperGuide.html#1.2.-Setting up, getting started)
+ * [Design]({{ baseUrl }}/DeveloperGuide.html#2.-Design)
+ * [Implementation]({{ baseUrl }}/DeveloperGuide.html#Implementation)
+ * [Documentation, logging, testing, configuration, dev-ops]({{ baseUrl }}/DeveloperGuide.html#5.-Documentation, logging, testing, configuration, dev-ops)
+ * [Appendix: Requirements]({{ baseUrl }}/DeveloperGuide.html#6.-Appendix: Requirements)
+ * [Appendix: Instructions for manual testing]({{ baseUrl }}/DeveloperGuide.html#7.-Appendix: Instructions for manual testing)
* [About Us]({{ baseUrl }}/AboutUs.html)
diff --git a/docs/images/UG/QUICKSTART_2.1.png b/docs/images/UG/QUICKSTART_2.1.png
new file mode 100644
index 00000000000..41aae5bcbcf
Binary files /dev/null and b/docs/images/UG/QUICKSTART_2.1.png differ