mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
Swapped over all urls and refs to old url scheme
This commit is contained in:
@@ -42,7 +42,7 @@ var SharePage = React.createClass({
|
||||
<Nav.section>
|
||||
<RecentlyViewed brew={this.props.brew} />
|
||||
<PrintLink shareId={this.props.brew.shareId} />
|
||||
<Nav.item href={'/homebrew/source/' + this.props.brew.shareId} color='teal' icon='fa-code'>
|
||||
<Nav.item href={'/source/' + this.props.brew.shareId} color='teal' icon='fa-code'>
|
||||
source
|
||||
</Nav.item>
|
||||
</Nav.section>
|
||||
|
||||
Reference in New Issue
Block a user