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 /ikiwiki/subpage | |
parent | e2d57262f81486b69530915a317df463dea4838c (diff) | |
download | cache-2774302a8ea35182366627beef8da322f9c14cbe.tar.gz cache-2774302a8ea35182366627beef8da322f9c14cbe.tar.bz2 |
Fix TODO link
Diffstat (limited to 'ikiwiki/subpage')
-rw-r--r-- | ikiwiki/subpage/index.html | 2 | ||||
-rw-r--r-- | ikiwiki/subpage/linkingrules/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki/subpage/index.html b/ikiwiki/subpage/index.html index b40786c..b8cf366 100644 --- a/ikiwiki/subpage/index.html +++ b/ikiwiki/subpage/index.html @@ -41,7 +41,7 @@ <li><a href="../">ikiwiki</a> <span class="divider">/</span> </li> <li>subpage</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=ikiwiki/subpage.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> diff --git a/ikiwiki/subpage/linkingrules/index.html b/ikiwiki/subpage/linkingrules/index.html index 112e4f2..c65f130 100644 --- a/ikiwiki/subpage/linkingrules/index.html +++ b/ikiwiki/subpage/linkingrules/index.html @@ -43,7 +43,7 @@ <li><a href="../">subpage</a> <span class="divider">/</span> </li> <li>linkingrules</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=ikiwiki/subpage/linkingrules.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> |