diff options
Diffstat (limited to '_layouts/category.html')
-rw-r--r-- | _layouts/category.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/category.html b/_layouts/category.html index dd9fcb6..066b3dd 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -11,4 +11,4 @@ layout: default {% endfor %} </ul> {% endif %} -<p>For a complete list of posts grouped by category, please see <a href="{{ site.baseurl }}/categories.html">this page</a>.</p> +<p>For a complete list of posts grouped by category, please see <a href="{{ site.baseurl }}/all/">this page</a>.</p> |