From f089fa3efd5e5a926cdc45005165b17cb9a0006e Mon Sep 17 00:00:00 2001 From: Bri <92327786+briwylde08@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:35:23 -0400 Subject: [PATCH] github link to stellar docs rather than stellar (#95) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7a0247dfc..6008ee65d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -118,7 +118,7 @@ const config = { position: "left", }, { - href: "https://github.com/stellar", + href: "https://github.com/stellar/stellar-docs", label: "GitHub", position: "right", },