From 20c80c33905f83496bc610b19e6539b1316f250c Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 2 Aug 2018 20:16:15 -0700 Subject: [PATCH] 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 --- src/app/HomePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/HomePage.js b/src/app/HomePage.js index 4d0f832..f0e07b4 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -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 (