Skip to content

Commit

Permalink
fix links (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jul 18, 2024
1 parent 59cd6c2 commit f8a7736
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 46 deletions.
8 changes: 4 additions & 4 deletions blog/2024-05-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As an added bonus, trades are atomic across chains, settlement takes just 2 seco
:::tip Keep in mind

There are transactions happening on different blockchains.
The difference is that a [Multi-Party Computation service](../chain-signatures.md#multi-party-computation-service) (MPC) signs a transaction for you, and that transaction is then broadcast to another blockchain RPC node or API.
The difference is that a [Multi-Party Computation service](/concepts/abstraction/chain-signatures#multi-party-computation-service) (MPC) signs a transaction for you, and that transaction is then broadcast to another blockchain RPC node or API.

:::

Expand Down Expand Up @@ -77,7 +77,7 @@ JSON Web Tokens are a standard RFC 7519 method for representing claims securely

Using unique features of the NEAR account model, [Keypom](https://docs.keypom.xyz/) provides zero-friction onboarding and transactions on NEAR. They are generally used for NFT drops, FT drops, and ticketing.

A generic Keypom user-flow could be:
A generic Keypom user-flow could be:

1. The developer creates a restricted NEAR account
2. The account is funded with `NEAR`
Expand All @@ -86,10 +86,10 @@ A generic Keypom user-flow could be:
5. The user returns the remaining funds to the developer and their account is unlocked

:::tip
This allows easy on-boarding to decentralized apps. The accounts are initially restricted to prevent the user being able to simply withdraw the `NEAR` from the account.
This allows easy on-boarding to decentralized apps. The accounts are initially restricted to prevent the user being able to simply withdraw the `NEAR` from the account.
:::

## DeFi on Bitcoin (and other non-smart contract chains).
## DeFi on Bitcoin (and other non-smart contract chains).

Using chain signatures, smart contracts on NEAR can control externally-owned accounts on non-smart contract chains like Bitcoin, Dogecoin, XRP Ledger, Bittensor, Cosmos Hub, etc. This enables developers to use NEAR as a smart contract “layer” for chains that do not support this functionality natively.

Expand Down
30 changes: 0 additions & 30 deletions docs/1.concepts/welcome.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/2.build/6.data-infrastructure/big-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The tables available in the NEAR Public Lakehouse are:

:::note References

- [Protocol documentation](../../1.concepts/welcome.md)
- [Protocol documentation](../../1.concepts/basics/protocol.md)
- [Near Data flow](../../1.concepts/data-flow/near-data-flow.md)
- [Lake Data structures](./lake-data-structures/toc.mdx)
- [Protocol specification](https://nomicon.io/)
Expand Down
22 changes: 11 additions & 11 deletions website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Footer() {
<div className="row">
<div className="col sm:w-1/3 mt-50">
<h2 className="text-24 font-black text-blue-light">
<a href="/concepts/welcome">
<a href="/concepts/basics/protocol">
Concepts
</a>
</h2>
Expand Down Expand Up @@ -166,7 +166,7 @@ function Footer() {
</a>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="/concepts/storage/data-storage">
<a href="/concepts/storage/storage-staking">
Storage
</a>
</li>
Expand All @@ -176,7 +176,7 @@ function Footer() {
</a>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="/concepts/abstraction/introduction">
<a href="/build/chain-abstraction/what-is">
Chain Abstraction
</a>
</li>
Expand All @@ -199,7 +199,7 @@ function Footer() {
</div>
<div className="col sm:w-1/3 mt-50">
<h2 className="text-24 font-black text-blue-light">
<a href="/build/welcome">
<a href="/build/smart-contracts/quickstart">
Build
</a>
</h2>
Expand Down Expand Up @@ -258,7 +258,7 @@ function Footer() {
<a href="/tutorials/examples/count-near">
Smart Contract
</a>
</li>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="/tutorials/nfts/minting-nfts">
Mint NFTs
Expand All @@ -283,7 +283,7 @@ function Footer() {
<a href="https://github.com/near-examples" target="_blank" rel="noopener noreferrer">
Examples
</a>
</li>
</li>
</ul>
</div>
<div className="col sm:w-1/3 mt-50">
Expand Down Expand Up @@ -334,7 +334,7 @@ function Footer() {
</a>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="/sdk/welcome">
<a href="/tools/sdk">
SDK
</a>
</li>
Expand Down Expand Up @@ -405,14 +405,14 @@ function Footer() {
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="https://learnnear.club/" target="_blank" rel="noopener noreferrer">
Learn NEAR Club
Learn NEAR Club
</a>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="https://agorapp.dev/catalog/course?difficulty=&chains=near" target="_blank" rel="noopener noreferrer">
AgorApp
AgorApp
</a>
</li>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="/blog">
Blog
Expand Down Expand Up @@ -450,7 +450,7 @@ function Footer() {
</li>
<li className="menu-item menu-item-type-custom menu-item-object-custom menu-item-2945">
<a
target="_blank"
target="_blank"
rel="noopener noreferrer"
href="https://near.org/founders"
>
Expand Down

0 comments on commit f8a7736

Please sign in to comment.