fix(xo): links to /xoa/update & www-xo forum (#2571)
This commit is contained in:
parent
e817b3254e
commit
495c97b44b
@ -32,7 +32,7 @@ const Upgrade = propTypes({
|
||||
<Icon icon='plan-upgrade' /> {_('upgradeNow')}
|
||||
</a>{' '}
|
||||
{_('or')}
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user