diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:28:54 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:28:54 -0300 |
commit | 2774302a8ea35182366627beef8da322f9c14cbe (patch) | |
tree | 5cddae19b5d7ca7dcbf01c8c40a4a25fca27f7b1 /templates/note/index.html | |
parent | e2d57262f81486b69530915a317df463dea4838c (diff) | |
download | cache-2774302a8ea35182366627beef8da322f9c14cbe.tar.gz cache-2774302a8ea35182366627beef8da322f9c14cbe.tar.bz2 |
Fix TODO link
Diffstat (limited to 'templates/note/index.html')
-rw-r--r-- | templates/note/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/note/index.html b/templates/note/index.html index ed64645..19e2c15 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -41,7 +41,7 @@ <li><a href="../">templates</a> <span class="divider">/</span> </li> <li>note</li> - <li><span class="divider">|</span> <a href="../../tarefas">Tarefas</a></li> + <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates/note.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> </ul> |