Skip to content

Commit

Permalink
Change documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Nov 9, 2023
1 parent 411291e commit 22634a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 22634a0

Please sign in to comment.