fix(xo): links to /xoa/update & www-xo forum (#2571)

This commit is contained in:
Pierre Donias 2018-01-16 16:53:59 +01:00 committed by Julien Fontanet
parent e817b3254e
commit 495c97b44b
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ const Upgrade = propTypes({
<Icon icon='plan-upgrade' /> {_('upgradeNow')}
</a>{' '}
{_('or')}&nbsp;
<Link className='btn btn-success btn-lg' to='/xoa-update'>
<Link className='btn btn-success btn-lg' to='/xoa/update'>
<Icon icon='plan-trial' /> {_('tryIt')}
</Link>
</p>

View File

@ -88,7 +88,7 @@ export default class About extends Component {
<p className='text-muted'>{_('bugTrackerText')}</p>
</Col>
<Col mediumSize={6}>
<a href='https://xen-orchestra.com/forum'>
<a href='https://xen-orchestra.com/forum/'>
<Icon icon='group' size={4} />
<h4>{_('community')}</h4>
</a>
@ -100,7 +100,7 @@ export default class About extends Component {
<div>
<Row>
<Col>
<Link to='/xoa-update'>
<Link to='/xoa/update'>
<h2>{_('freeTrial')}</h2>
{_('freeTrialNow')}
</Link>