diff --git a/pages/bpm.md b/pages/bpm.md
index 0997a056..e327334d 100644
--- a/pages/bpm.md
+++ b/pages/bpm.md
@@ -85,7 +85,7 @@ permalink: /bpm/
- {% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %}
+ {% assign file_url = projeto.file | slugify %}
{% assign page_url = '../projetos/' | append: file_url | append: '.html' %}