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 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"