Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
10thfloor committed Feb 3, 2021
1 parent 4029a64 commit 90c42f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/content/core-contracts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Flow protocol.
These contracts control the following:

- Standard fungible token behavior
- Default token behavior ([FlowToken](./flow-token))
- Default token behavior ([FlowToken](/core-contracts/flow-token))
- Account, transaction and storage fee payments
- Staking and delegation ([FlowIDTableStaking](./staking-contract-reference)
- Token lock-ups ([LockedTokens](./locked-tokens))
- Staking and delegation ([FlowIDTableStaking](/core-contracts/staking-contract-reference))
- Token lock-ups ([LockedTokens](/core-contracts/locked-tokens))
17 changes: 9 additions & 8 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,15 @@ const sections = [
null: ["[Home](/)"],
Overview: ["[Introduction](/flow-go-sdk)"],
Examples: [
"docs/examples/generating-keys",
"docs/examples/creating-accounts",
"docs/examples/signing-transactions",
"docs/examples/sending-transactions",
"docs/examples/querying-accounts",
"docs/examples/querying-transactions",
"docs/examples/querying-events",
"docs/examples/querying-blocks",
"docs/generating-keys",
"docs/creating-accounts",
"docs/building-transactions",
"docs/signing-transactions",
"docs/sending-transactions",
"docs/querying-accounts",
"docs/querying-transactions",
"docs/querying-events",
"docs/querying-blocks",
]
},
},
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/gatsby-theme-flow/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = ({
resolve: "gatsby-source-git",
options: {
name: "flow-go-sdk-github",
branch: `master`,
branch: `mackenzie/split-up-docs-pages`,
remote: "https://github.com/onflow/flow-go-sdk.git",
patterns: ["docs/**/*", "examples/**/*"],
},
Expand Down

0 comments on commit 90c42f4

Please sign in to comment.