Commit 84aa5cf8acbbf81c3104b185c5ed17afdc308970
1 parent
7fa1651c
Exists in
master
and in
1 other branch
Correção do link "Contato" que estava direcionando para a página errada.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/institucional/acessibilidade.jsp
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | <h2 class="outstanding-title">Dúvidas, sugestões e críticas</h2> |
86 | 86 | </div> |
87 | 87 | |
88 | - <p>No caso de problemas com a acessibilidade do portal, favor entrar em<a class="external-link" href="${pageContext.request.contextPath}/contato" > contato</a>.</p> | |
88 | + <p>No caso de problemas com a acessibilidade do portal, favor entrar em<a href="http://www.governoeletronico.gov.br/contato"> contato</a>.</p> | |
89 | 89 | |
90 | 90 | <hr class="hr_linhaDupla"> |
91 | 91 | <div class="outstanding-header"> | ... | ... |