Skip to content

Commit

Permalink
Merge pull request #119 from NEARBuilders/fix-docs-link
Browse files Browse the repository at this point in the history
Change docs link to overview
  • Loading branch information
elliotBraem authored Feb 1, 2024
2 parents a2518bf + bd3b808 commit 3985577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import ResourcesPage from "./pages/ResourcesPage";
import LibraryPage from "./pages/LibraryPage";

export const refreshAllowanceObj = {};
const documentationHref = "https://docs.near.org/bos";
const documentationHref = "https://docs.near.org/bos/overview";

function App() {
const [connected, setConnected] = useState(false);
Expand Down Expand Up @@ -80,7 +80,7 @@ function App() {
bundle: false,
}),
setupNightly(),
setupKeypom({
setupKeypom({
networkId: NetworkId,
signInContractId: NetworkId == "testnet" ? "v1.social08.testnet" : "social.near",
trialAccountSpecs: {
Expand All @@ -90,7 +90,7 @@ function App() {
instantSignInSpecs: {
url: NetworkId == 'testnet' ? 'https://test.nearbuilders.org/#instant-url/ACCOUNT_ID/SECRET_KEY/MODULE_ID' : 'https://nearbuilders.org/#instant-url/ACCOUNT_ID/SECRET_KEY/MODULE_ID',
},
}),
}),
],
}),
customElements: {
Expand Down

0 comments on commit 3985577

Please sign in to comment.