diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4a2768f3b..e13bb9354 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -60,8 +60,8 @@ module.exports = { title: "Social", items: [ { label: "Blog", to: "blog" }, - { label: "GitHub", href: "https://github.com/facebook" }, - { label: "Twitter", href: "https://twitter.com/fbOpenSource" } + { label: "GitHub", href: "https://github.com/facebook/infer" }, + { label: "Twitter", href: "https://twitter.com/fbinfer" } ] } ],