diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 | ||||
-rw-r--r-- | templates/note/index.html | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 2 | ||||
-rw-r--r-- | templates/popup/index.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index 04584c48cb3..492ec259285 100644 --- a/templates/index.html +++ b/templates/index.html @@ -43,7 +43,7 @@ <li><span class="divider">|</span> <a href="../documentacao">Documentação</a></li> <li><span class="divider">|</span> <a href="../tarefas">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=arquivo.git;a=history;f=templates.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=arquivo.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/arquivo/atom/?h=master">Feed</a></li> </ul> </div> </div> diff --git a/templates/note/index.html b/templates/note/index.html index 4a7ce9b7ea4..2dc175c5220 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -45,7 +45,7 @@ <li><span class="divider">|</span> <a href="../../documentacao">Documentação</a></li> <li><span class="divider">|</span> <a href="../../tarefas">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=arquivo.git;a=history;f=templates/note.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=arquivo.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/arquivo/atom/?h=master">Feed</a></li> </ul> </div> </div> diff --git a/templates/page.tmpl b/templates/page.tmpl index 34cf368f449..9358957d443 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -55,7 +55,7 @@ <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>documentacao">Documentação</a></li> <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>tarefas">Tarefas</a></li> <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=arquivo.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/arquivo/atom/?h=master">Feed</a></li> </ul> <TMPL_IF HTML5></header><TMPL_ELSE></div></TMPL_IF> </div> diff --git a/templates/popup/index.html b/templates/popup/index.html index 580deb3f80d..2526f40be48 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -45,7 +45,7 @@ <li><span class="divider">|</span> <a href="../../documentacao">Documentação</a></li> <li><span class="divider">|</span> <a href="../../tarefas">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=arquivo.git;a=history;f=templates/popup.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=arquivo.git;a=atom">Feed</a></li> + <li><span class="divider">|</span> <a href="https://git.fluxo.info/arquivo/atom/?h=master">Feed</a></li> </ul> </div> </div> |