Commit ade0959d authored by Matthew Taylor's avatar Matthew Taylor

Merge pull request #165 from rschamp/bugfix/GH-124

Fix GH-124: Fix studio thumbnail URLs
parents 21b73862 99d7055a
......@@ -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 + '/';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment