From 442487b8e638eae62fb91a0dfec683e21f49a8bd Mon Sep 17 00:00:00 2001 From: David Crosby Date: Fri, 20 Dec 2024 14:20:45 -0800 Subject: [PATCH] [antlir][docs] Fix GH link to antlir repo Summary: Found while reading the docs. Test Plan: dogscience Reviewed By: naveedgol Differential Revision: D67540850 fbshipit-source-id: 4f108c9390f61d8426ffc4289b1a914389d46c83 --- antlir/antlir2/docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antlir/antlir2/docs/docusaurus.config.js b/antlir/antlir2/docs/docusaurus.config.js index 816c1f10e4..20e9bbd92a 100644 --- a/antlir/antlir2/docs/docusaurus.config.js +++ b/antlir/antlir2/docs/docusaurus.config.js @@ -87,7 +87,7 @@ import {themes} from 'prism-react-renderer'; }, {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/facebookincubator/antlir/', label: 'GitHub', position: 'right', },