Skip to content

Commit

Permalink
took out last instances of grizzwolf github URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzwolf committed Jul 9, 2019
1 parent 0c9c339 commit 5ee1ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Footer extends React.Component {
</section>
<section className="finos finosBanner">
<a href="https://www.finos.org">
<img id="finosicon" src={`https://grizzwolf.github.io/FDC3/img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<img id="finosicon" src={`https://fdc3.finos.org/img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<h2 id="proud">Proud member of the Fintech Open Source Foundation</h2>
</a>

Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const siteConfig = {

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
repoUrl: 'https://grizzwolf.github.io/FDC3/'
repoUrl: 'https://fdc3.finos.org/'
};

module.exports = siteConfig;

0 comments on commit 5ee1ccd

Please sign in to comment.