Update snapshots

This commit is contained in:
alxshelepenok 2018-11-11 23:43:22 +03:00
parent 5272e4052e
commit 913da4453b
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ exports[`CategoriesListTemplate renders correctly 1`] = `
<ul>
<li>
<Link
to="/categories/test-0/"
to="/category/test-0/"
>
test_0
(
@ -34,7 +34,7 @@ exports[`CategoriesListTemplate renders correctly 1`] = `
</li>
<li>
<Link
to="/categories/test-1/"
to="/category/test-1/"
>
test_1
(

View File

@ -24,7 +24,7 @@ exports[`TagsListTemplate renders correctly 1`] = `
<ul>
<li>
<Link
to="/tags/test-0/"
to="/tag/test-0/"
>
test_0
(
@ -34,7 +34,7 @@ exports[`TagsListTemplate renders correctly 1`] = `
</li>
<li>
<Link
to="/tags/test-1/"
to="/tag/test-1/"
>
test_1
(