Downcase `sourcecred` URL on homepage (#600)

Summary:
This is minor, but we might as well point to the canonical
capitalization.

Test Plan:
None.

wchargin-branch: downcase-sourcecred-url
This commit is contained in:
William Chargin 2018-08-02 20:16:15 -07:00 committed by GitHub
parent 05ef54be80
commit 20c80c3390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default class HomePage extends React.Component<{||}> {
discord: "https://discord.gg/tsBTgc9",
github: "https://github.com/sourcecred/sourcecred",
contributionsWelcome:
"https://github.com/SourceCred/SourceCred/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22",
"https://github.com/sourcecred/sourcecred/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22",
readme: "https://github.com/sourcecred/sourcecred/blob/master/README.md",
};
return (