From 22634a093dc2b0143adf3574c42b7a7dd5218ba1 Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmad Date: Thu, 9 Nov 2023 17:52:31 +0500 Subject: [PATCH] Change documentation link --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7d5baa6e..10030d0d 100644 --- a/src/App.js +++ b/src/App.js @@ -39,7 +39,7 @@ import ProposePage from "./pages/ProposePage"; import { Navbar } from "./components/navigation/Navbar"; export const refreshAllowanceObj = {}; -const documentationHref = "https://github.com/NearBuilders/docs"; +const documentationHref = "https://docs.near.org/bos"; function App() { const [connected, setConnected] = useState(false);