From 4b7cc3f58e30e4ca203803bc068e0180394e1be7 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:47:59 +0200 Subject: [PATCH] UI Libraries: Fix wrong URL for characters project. --- src/templates/libraries.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/libraries.pug b/src/templates/libraries.pug index 4b921f0..4133308 100644 --- a/src/templates/libraries.pug +++ b/src/templates/libraries.pug @@ -54,7 +54,7 @@ include mixins/components +category_list_item( 'CHARACTERS', 'Production quality, fully rigged and shaded characters ready to animate.', - "{{ url_for('projects.view', project_url='hdri') }}", + "{{ url_for('projects.view', project_url='characters') }}", "{{ url_for('static', filename='assets/img/features/characters_01.jpg')}}") | {% endblock body %}