Update photo tools url

This commit is contained in:
Sam Carlton 2020-11-10 15:25:32 -06:00
parent c091a30787
commit e8ae27e538
2 changed files with 6 additions and 1 deletions

View file

@ -145,7 +145,7 @@ export default {
}, },
{ {
label: 'Photo Tools', label: 'Photo Tools',
url: '/kind/photo-tools', url: '/kind/photo-and-graphic-tools',
}, },
{ {
label: 'Entertainment', label: 'Entertainment',

View file

@ -8,3 +8,8 @@
from = "/kind/entertainment" from = "/kind/entertainment"
to = "/kind/entertainment-and-media-apps/" to = "/kind/entertainment-and-media-apps/"
status = 301 status = 301
[[redirects]]
from = "/kind/photo-tools"
to = "/kind/photo-and-graphic-tools/"
status = 301