Commit 9aaf7c40 authored by Andrew Sliwinski's avatar Andrew Sliwinski

Merge pull request #281 from thisandagain/bugfix/280

Change 'View All' link in news component to direct towards forums
parents 40b41a02 66d9c390
......@@ -35,7 +35,7 @@ var News = React.createClass({
className="news"
title={formatMessage(defaultMessages.scratchNews)}
moreTitle={formatMessage(defaultMessages.viewAll)}
moreHref="/news">
moreHref="/discuss/5/">
<ul>
{this.props.items.map(function (item) {
......
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