diff --git a/src/components/carousel/carousel.jsx b/src/components/carousel/carousel.jsx index e7dc7c382..1a0bd6711 100644 --- a/src/components/carousel/carousel.jsx +++ b/src/components/carousel/carousel.jsx @@ -38,7 +38,7 @@ var Carousel = React.createClass({ var href = ''; switch (item.type) { case 'gallery': - href = '/studio/' + item.id + '/'; + href = '/studios/' + item.id + '/'; break; case 'project': href = '/projects/' + item.id + '/';