Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin#project-v12: fix broken hyperlink subaddress #8

Merged
merged 2 commits into from
Mar 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/project-v12.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Also note <trigger trigger="click" for="modal:v12-testingExpectations">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
Expand Down
4 changes: 0 additions & 4 deletions site.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down