diff --git a/pages/projetos.html b/pages/projetos.html
index 4f06d2ff..9b14399c 100755
--- a/pages/projetos.html
+++ b/pages/projetos.html
@@ -174,7 +174,7 @@ unique_plugins = list_plugins | split: "|||" | uniq | sort %}
// 1. Carregar Dados
fetch(
- '{{ "/mmpSearch/src_mmpSearch/saida_analises/db_final_completo.json" | relative_url }}',
+ '{{ "src_mmpSearch/saida_analises/db_final_completo.json" | relative_url }}',
)
.then((r) => r.json())
.then((data) => {