Skip to content

Commit

Permalink
Merge pull request #164 from 0xPolygon/km/broken-links
Browse files Browse the repository at this point in the history
Fixing some broken links
  • Loading branch information
hsutaiyu authored Jan 19, 2024
2 parents b8141f0 + 4cf8e54 commit e895576
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 380 deletions.
2 changes: 1 addition & 1 deletion docs/tools/data/the-graph/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The Graph, a decentralized protocol for indexing and querying chain data, suppor
The <GITHUB_USER> is your github user or organization name, <SUBGRAPH_NAME> is the name for your subgraph, and <DIRECTORY> is the optional name of the directory where graph init will put the example subgraph manifest.
```

>Note: More details are here: <https://thegraph.com/docs/define-a-subgraph#create-a-subgraph-project>
>Note: More details are here: <https://thegraph.com/docs/en/developing/creating-a-subgraph/>

1. Authenticate with the hosted service.

Expand Down
7 changes: 3 additions & 4 deletions docs/tools/oracles/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Inbound oracles bring off-chain or real-world data to the blockchain, whereas th

## Resources

1. [What is the blockchain oracle problem?](https://blog.chain.link/what-is-the-blockchain-oracle-problem/).
1. [What is Blockchain Oracle](https://cryptobriefing.com/what-is-blockchain-oracle/).
2. [Types of Blockchain Oracle](http://blockchainhub.net/blockchain-oracles/).
3. [Tutorial: Getting decentralized price data](https://docs.chain.link/docs/get-the-latest-price).
1. [What is the blockchain oracle problem?](https://blog.chain.link/what-is-the-blockchain-oracle-problem/)
1. [What is a blockchain oracle](https://cryptobriefing.com/what-is-blockchain-oracle/).
1. [Tutorial: Getting decentralized price data](https://docs.chain.link/docs/get-the-latest-price).
2 changes: 1 addition & 1 deletion docs/tools/smart-contracts/replit.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You must set up all of the following prerequisites to be able to deploy your sol

Every Repl that you create is a fully functional development and production environment. Follow the steps to create a solidity starter Replit:

1. [Log in](https://replit.com/login) or [create an account](https://replit.com/signup). After creating your [Replit account](https://docs.replit.com/tutorials/01-introduction-to-the-repl-it-ide), your home screen will include a dashboard where you can view, create projects, and manage your account.
1. [Log in](https://replit.com/login) or [create an account](https://replit.com/signup). After creating your account, your home screen will include a dashboard where you can view, create projects, and manage your account.

![img](../../img/tools/replit/dashboard.png)

Expand Down
321 changes: 0 additions & 321 deletions docs/tools/storage/nftstorage.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/tools/wallets/plaid-wallet-onboard.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/tools/wallets/venly/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
!!! caution "Content disclaimer"
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

**Venly (prev. Arkane Network)** allows you to easily integrate your app to the Polygon blockchain, whether you already have an app integrated with Web3 or are building a new app from scratch. Venly provides a smooth and delightful experience for you and your users on both web & mobile.
Venly (prev. Arkane Network) allows you to easily integrate your app to the Polygon blockchain, whether you already have an app integrated with Web3 or are building a new app from scratch. Venly provides a smooth and delightful experience for you and your users on both web & mobile.

Venly will help you in interacting with the Polygon network, create blockchain wallets, create different asset types such as fungible (ERC20), and non-fungible tokens (ERC721 and ERC1155) and interact with smart contracts. Next to a superior developer experience, you can give your users a user-friendly interface.

Each application is unique and has different needs, therefore they provide different ways of interacting with Venly. Applications that have support for Web3 are recommendated to integrate the [Venly Web3 provider](https://docs.venly.io/widget/web3-provider/getting-started), others are suggested to use the [Venly Widget](https://docs.venly.io/widget/widget/introduction).
Each application is unique and has different needs, therefore they provide different ways of interacting with Venly. We recommend that web3 applications integrate the [Venly web3 provider](https://docs.venly.io/widget/web3-provider/getting-started), others may use the [Venly Widget](https://docs.venly.io/docs/widget-overview).

## Key Features

Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ nav:
- IPFS: tools/storage/ipfs.md
- Filecoin: tools/storage/filecoinhelpers.md
- Crust network: tools/storage/crusthelpers.md
- Mint NFTs: tools/storage/nftstorage.md
- Oracles:
- Getting started: tools/oracles/getting-started.md
- API3: tools/oracles/api3.md
Expand Down Expand Up @@ -552,7 +551,6 @@ nav:
- Torus: tools/wallets/torus.md
- WalletConnect: tools/wallets/walletconnect.md
- SlashAuth: tools/wallets/slashauth.md
- Plaid wallet onboard: tools/wallets/plaid-wallet-onboard.md
- Particle network: tools/wallets/particle-network.md
- Web3Modal: tools/wallets/using-web3modal.md
- Block explorers:
Expand Down

0 comments on commit e895576

Please sign in to comment.