UI Libraries: Fix wrong URL for characters project.

This commit is contained in:
2019-04-03 15:47:59 +02:00
parent cbbaf90002
commit 4b7cc3f58e

View File

@@ -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 %}