Commit 1fd3fdf94a25f020d802dfab11fd5ac55d521492
1 parent
ed5f7172
Exists in
master
and in
79 other branches
Added prefix to old SPB links
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/colab_spb_theme/templates/footer.html
... | ... | @@ -17,10 +17,10 @@ |
17 | 17 | <a href="/social/spb/publique-seu-software" class="external-link">Publique seu software</a> |
18 | 18 | </dd> |
19 | 19 | <dd class="doormatSectionBody"> |
20 | - <a href="http://www.softwarepublico.gov.br/mpv/" class="external-link">Prestadores de serviço</a> | |
20 | + <a href="http://antigo.softwarepublico.gov.br/mpv/" class="external-link">Prestadores de serviço</a> | |
21 | 21 | </dd> |
22 | 22 | <dd class="doormatSectionBody"> |
23 | - <a href="http://www.softwarepublico.gov.br/4cmbr/xowiki/Principal" class="external-link">Espaços dos municípios</a> | |
23 | + <a href="http://antigo.softwarepublico.gov.br/4cmbr/xowiki/Principal" class="external-link">Espaços dos municípios</a> | |
24 | 24 | </dd> |
25 | 25 | </dl> |
26 | 26 | </div> | ... | ... |