@ -7,7 +7,7 @@ import { connect } from 'react-redux';
import PropTypes from 'prop-types' ;
import ImmutablePropTypes from 'react-immutable-proptypes' ;
import ImmutablePureComponent from 'react-immutable-pure-component' ;
import { me , invitesEnabled , version , profile _directory } from '../../initial_state' ;
import { me , invitesEnabled , version , profile _directory , repository , source _url } from '../../initial_state' ;
import { fetchFollowRequests } from '../../actions/accounts' ;
import { List as ImmutableList } from 'immutable' ;
import { Link } from 'react-router-dom' ;
@ -172,7 +172,7 @@ class GettingStarted extends ImmutablePureComponent {
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values = { { github : < span > < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > tootsuite / mastodon < / a > ( v { v e r s i o n } ) < / s p a n > } }
values = { { github : < span > < a href = { source _url } rel = 'noopener' target = '_blank' > { repository } < / a > ( v { v e r s i o n } ) < / s p a n > } }
/ >
< / p >
< / d i v >