From 8206b5043a77dff1454d6b0e06cd6eb6140aba62 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Fri, 9 Feb 2018 15:49:16 +0800 Subject: [PATCH 1/2] site.json: remove invalid entry (#56) --- site.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site.json b/site.json index 8a344a0e64..63cabe40d1 100644 --- a/site.json +++ b/site.json @@ -532,10 +532,6 @@ "src": "book/principles/openClosedPrinciple/index.md", "title": "CS2103/T Textbook - Software Design Principles: Open-Closed Principle" }, - { - "src": "book/principles/openClosedPrinciple/index.md", - "title": "CS2103/T Textbook - Software Design Principles: Open-Closed Principle: What" - }, { "src": "book/principles/solidPrinciples/index.md", "title": "CS2103/T Textbook - Principles: SOLID Principles" From d7c063aa555b3f1c660e76ff24bd7f543f08daa3 Mon Sep 17 00:00:00 2001 From: eugenepeh Date: Mon, 19 Mar 2018 22:57:43 +0800 Subject: [PATCH 2/2] Admin#project-v12: fix broken hyperlink sub-address The hyperlink sub-address that directs to undo/redo feature implementation, in the AddressBook-Level4 developer guide, is broken. Let's fix it by replacing the sub-address, #undo-redo-mechanism, with #undo-redo-feature. --- admin/project-v12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/project-v12.md b/admin/project-v12.md index c58d673ea8..fb8a23da46 100644 --- a/admin/project-v12.md +++ b/admin/project-v12.md @@ -64,7 +64,7 @@ Also note our expec * Why it is implemented that way. * Alternatives considered. * The stated objective is to explain the implementation to a future developer, but a hidden objective is to show evidence that you can document deeply-technical content using prose, examples, diagrams, code snippets, etc. appropriately. To that end, you may also describe features that you plan to implement in the future, even beyond v1.5 (hypothetically). - * For an example, see [the description of the undo/redo feature implementation in the AddressBook-Level4 developer guide](https://nus-cs2103-ay1718s2.github.io/addressbook-level4/DeveloperGuide.html#undo-redo-mechanism). + * For an example, see [the description of the undo/redo feature implementation in the AddressBook-Level4 developer guide](https://nus-cs2103-ay1718s2.github.io/addressbook-level4/DeveloperGuide.html#undo-redo-feature). ### v1.2 Demo