From 0bae5676a781d6d4fa9cadb4859ae790395671a5 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:53:46 -0700 Subject: [PATCH] Change links --- docs/build/basics/flow-token.md | 2 +- docs/build/explore-more.md | 4 ++-- docs/build/flow.md | 2 +- docs/build/getting-started/fcl-quickstart.md | 1 - docs/tools/clients/fcl-js/api.md | 2 +- docs/tools/clients/fcl-js/authentication.md | 2 +- docs/tools/clients/fcl-js/index.md | 2 +- docs/tools/clients/fcl-js/index.mdx.txt | 4 ++-- vercel.json | 5 +++++ 9 files changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/build/basics/flow-token.md b/docs/build/basics/flow-token.md index 38eb4755c5..efabb75de9 100644 --- a/docs/build/basics/flow-token.md +++ b/docs/build/basics/flow-token.md @@ -107,4 +107,4 @@ The Flow SDKs also allow polling for events using the Flow Access API, ## How to Build with FLOW -To get started building on Flow, please see the [Flow App Quickstart](../guides/flow-app-quickstart.md) +To get started building on Flow, please see the [Flow App Quickstart](../getting-started/fcl-quickstart.md) diff --git a/docs/build/explore-more.md b/docs/build/explore-more.md index 2b2a959d81..2beafbda87 100644 --- a/docs/build/explore-more.md +++ b/docs/build/explore-more.md @@ -16,7 +16,7 @@ Below are some additional tutorials to help you get started with Flow: { type: 'link', label: 'Flow App Quickstart', - href: '/build/guides/flow-app-quickstart', + href: '/build/getting-started/fcl-quickstart', description: 'Simple walkthrough building a web3 app using the Flow Client Library (FCL)', customProps: { icon: , @@ -58,7 +58,7 @@ Below are some additional tutorials to help you get started with Flow: { type: 'link', label: 'Walkthrough Guides', - href: '/build/guides/flow-app-quickstart', + href: '/build/getting-started/fcl-quickstart', description: 'Longer form guides to help you get started with Flow', customProps: { icon: , diff --git a/docs/build/flow.md b/docs/build/flow.md index f8a5c12b8e..ea35f585cb 100644 --- a/docs/build/flow.md +++ b/docs/build/flow.md @@ -19,7 +19,7 @@ The following chapters summarize the content in this section. Read on more for d ## App Development -The [Flow App Quickstart](./guides/flow-app-quickstart.md) covers the Flow core concepts, including: +The [Flow App Quickstart](./getting-started/fcl-quickstart.md) covers the Flow core concepts, including: - **App Client:** The app client is the interface through which users interact with your app. Web and mobile applications are typical examples of app clients. - **Smart Contract:** A smart contract is a collection of code deployed to a permanent location on the blockchain that defines the core logic for a dApp. diff --git a/docs/build/getting-started/fcl-quickstart.md b/docs/build/getting-started/fcl-quickstart.md index 1a1457d5e9..47bf7024fa 100644 --- a/docs/build/getting-started/fcl-quickstart.md +++ b/docs/build/getting-started/fcl-quickstart.md @@ -509,5 +509,4 @@ Now, run your app with `npm start` and open it in your browser. [React]: https://react.dev/learn [Create React App]: https://create-react-app.dev [view the contract here]: https://f.dnz.dev/0xa1296b1e2e90ca5b/HelloWorld -[the app quickstart guide]: ../guides/flow-app-quickstart.md [FCL documentation]: ../../tools/clients/fcl-js/index.md \ No newline at end of file diff --git a/docs/tools/clients/fcl-js/api.md b/docs/tools/clients/fcl-js/api.md index f59ce9ae3f..c747df6885 100644 --- a/docs/tools/clients/fcl-js/api.md +++ b/docs/tools/clients/fcl-js/api.md @@ -434,7 +434,7 @@ export const signMessage = async () => { Discovery abstracts away code so that developers don't have to deal with the discovery of Flow compatible wallets, integration, or authentication. Using `discovery` from FCL allows dapps to list and authenticate with wallets while having full control over the UI. Common use cases for this are login or registration pages. -(Alternatively, if you don't need control over your UI you can continue to use the `discovery.wallet` config value documented in the [Quickstart](../../../build/guides/flow-app-quickstart.md) for the simplest configuration.) +(Alternatively, if you don't need control over your UI you can continue to use the `discovery.wallet` config value documented in the [Quickstart](../../../build/getting-started/fcl-quickstart.md) for the simplest configuration.) > ⚠️**The following methods can only be used in web browsers.** diff --git a/docs/tools/clients/fcl-js/authentication.md b/docs/tools/clients/fcl-js/authentication.md index 28cb268974..a1f029aa65 100644 --- a/docs/tools/clients/fcl-js/authentication.md +++ b/docs/tools/clients/fcl-js/authentication.md @@ -42,6 +42,6 @@ The TL;DR is to call `fcl.authenticate()` and `fcl.unauthenticate()` respectivel On Flow mainnet, you wont even need to configure anything for this to work, the users of your dapp will go through the authentication process and be able to use any FCL compatible wallet providers. During development you will probably want to configure your dapp to use [`@onflow/dev-wallet`](https://github.com/onflow/fcl-dev-wallet). -The [Quick Start](../../../build/guides/flow-app-quickstart.md) guide will walk you through using it. +The [Quick Start](../../../build/getting-started/fcl-quickstart.md) guide will walk you through using it. We know this can all be fairly overwhelming, we are committed to help though. If you run into any problems, reach out to us on [Discord](https://discord.gg/flow), we are more than happy to help out. diff --git a/docs/tools/clients/fcl-js/index.md b/docs/tools/clients/fcl-js/index.md index 2864b53af2..8cad59b29b 100644 --- a/docs/tools/clients/fcl-js/index.md +++ b/docs/tools/clients/fcl-js/index.md @@ -114,7 +114,7 @@ const txId = await fcl.mutate({ ## Next Steps -See the [Flow App Quick Start](../../../build/guides/flow-app-quickstart.md). +See the [Flow App Quick Start](../../../build/getting-started/fcl-quickstart.md). See the full [API Reference](./api.md) for all FCL functionality. diff --git a/docs/tools/clients/fcl-js/index.mdx.txt b/docs/tools/clients/fcl-js/index.mdx.txt index eb37d216f0..2786f23daf 100644 --- a/docs/tools/clients/fcl-js/index.mdx.txt +++ b/docs/tools/clients/fcl-js/index.mdx.txt @@ -7,7 +7,7 @@ View on Github»

- Quickstart + Quickstart · Report Bug · @@ -128,7 +128,7 @@ const txId = await fcl.mutate({ ## Next Steps -See the [Flow App Quick Start](../../guides/flow-app-quickstart.mdx). +See the [Flow App Quick Start](../../getting-started/fcl-quickstart.mdx). See the full [API Reference](./api.md) for all FCL functionality. diff --git a/vercel.json b/vercel.json index 71067480bc..4807c07f0c 100644 --- a/vercel.json +++ b/vercel.json @@ -1252,6 +1252,11 @@ "source": "build/smart-contracts/cadence", "destination": "https://cadence-lang.org/docs/", "permanent": true + }, + { + "source": "/build/guides/flow-app-quickstart", + "destination": "/build/getting-started/fcl-quickstart", + "permanent": true } ] } \ No newline at end of file