Skip to content

Commit

Permalink
Admin#project-v12: fix broken hyperlink sub-address
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eugenepeh committed Mar 19, 2018
1 parent 8206b50 commit d7c063a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d7c063a

Please sign in to comment.