Skip to content

Commit

Permalink
Updating URL
Browse files Browse the repository at this point in the history
Pointing url for "Learn more about Resources for Researchers" to prod
  • Loading branch information
Frank Ali authored Oct 23, 2018
1 parent 4a6237a commit c6da7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class Home extends React.Component {
<Theme element="article" className="home__desc">
<p>
Resources for Researchers is a directory of NCI-supported tools and services for cancer researchers. Most resources are free of cost and available to anyone.&nbsp;
<Theme element="a" className="r4r__link--about" href="https://www-qa.cancer.gov/research/resources/about">Learn more about Resources for Researchers.</Theme>
<Theme element="a" className="r4r__link--about" href="https://www.cancer.gov/research/resources/about">Learn more about Resources for Researchers.</Theme>
</p>
</Theme>
</Theme>
Expand Down Expand Up @@ -178,4 +178,4 @@ const mapDispatchToProps = {
setFetchingStatus,
}

export default connect(mapStateToProps, mapDispatchToProps)(Home);
export default connect(mapStateToProps, mapDispatchToProps)(Home);

0 comments on commit c6da7fe

Please sign in to comment.