From 1e142d2cee8a21981077b4d70e22c7472b670422 Mon Sep 17 00:00:00 2001 From: BSKY Date: Thu, 5 Mar 2020 04:47:38 -0800 Subject: [PATCH] [infer][PR] [website] Update docusaurus config Summary: Pull Request resolved: https://github.com/facebook/infer/pull/1230 Differential Revision: D20281043 Pulled By: jvillard fbshipit-source-id: 508e36e45 --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] } ],