diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php
index 8936c41..9ac3455 100644
--- a/system/admin/views/edit-page.html.php
+++ b/system/admin/views/edit-page.html.php
@@ -35,7 +35,7 @@ if ($type == 'is_frontpage') {
$olddescription = $p->description;
$oldcontent = $p->body;
$oldmd = $p->md;
- $url = 'content/data/category/'. $p->md;
+ $url = 'content/data/category/'. $p->md . '.md';
} else {
if (isset($p->file)) {