From da8e90a4c7e856164b52d1f6764711c7196c8da2 Mon Sep 17 00:00:00 2001
From: Alex Ni <12097569+nialexsan@users.noreply.github.com>
Date: Fri, 8 Nov 2024 10:50:51 -0500
Subject: [PATCH] fixed doc links
---
.github/release-drafter.yml | 2 +-
README.md | 4 ++--
SECURITY.md | 2 +-
internal/command/command.go | 2 +-
internal/super/generator/fixtures/README_no_deps.md | 2 +-
internal/super/generator/fixtures/README_with_deps.md | 2 +-
internal/super/generator/templates/README.md.tmpl | 2 +-
testing/better/README.md | 4 ++--
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index b35c57333..c5c0eba8d 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -3,7 +3,7 @@ tag-template: 'v$NEXT_PATCH_VERSION'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
template: |
## ⬆️ Install or Upgrade
- Follow the [Flow CLI installation guide](https://docs.onflow.org/flow-cli/install/) for instructions on how to install or upgrade the CLI.
+ Follow the [Flow CLI installation guide](https://developers.flow.com/tools/flow-cli/install) for instructions on how to install or upgrade the CLI.
$CHANGES
categories:
diff --git a/README.md b/README.md
index 7ad666453..54e471f12 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
- +
Flow CLI brings Flow to your terminal. Easily interact with the network and build your dapps.
- Read the docs»
+ Read the docs»
Report Bug
diff --git a/SECURITY.md b/SECURITY.md
index fb39955f7..d23b1d8ea 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -9,4 +9,4 @@ If you care about making a difference, please follow the guidelines below.
# **Guidelines For Responsible Disclosure**
-We ask that all researchers adhere to these guidelines [here](https://docs.onflow.org/bounties/responsible-disclosure/)
+We ask that all researchers adhere to these guidelines [here](https://flow.com/flow-responsible-disclosure)
diff --git a/internal/command/command.go b/internal/command/command.go
index 64b1d9212..38cc16a38 100644
--- a/internal/command/command.go
+++ b/internal/command/command.go
@@ -317,7 +317,7 @@ func checkVersion(logger output.Logger) {
if currentSemver.LessThan(*latestSemver) {
logger.Info(fmt.Sprintf(
"\n%s Version warning: a new version of Flow CLI is available (%s).\n"+
- " Read the installation guide for upgrade instructions: https://docs.onflow.org/flow-cli/install\n",
+ " Read the installation guide for upgrade instructions: https://developers.flow.com/tools/flow-cli/install \n",
output.WarningEmoji(),
strings.ReplaceAll(latestVersion, "\n", ""),
))
diff --git a/internal/super/generator/fixtures/README_no_deps.md b/internal/super/generator/fixtures/README_no_deps.md
index cfd07146a..549d0fa79 100644
--- a/internal/super/generator/fixtures/README_no_deps.md
+++ b/internal/super/generator/fixtures/README_no_deps.md
@@ -178,6 +178,6 @@ This command will deploy your project to Flow Mainnet. You can now interact with
- [Flow Core Contracts](https://developers.flow.com/build/core-contracts)
## 🤝 Community
-- [Flow Community Forum](https://forum.onflow.org/)
+- [Flow Community Forum](https://forum.flow.com/)
- [Flow Discord](https://discord.gg/flow)
- [Flow Twitter](https://x.com/flow_blockchain)
diff --git a/internal/super/generator/fixtures/README_with_deps.md b/internal/super/generator/fixtures/README_with_deps.md
index a9cc405e7..672420dd7 100644
--- a/internal/super/generator/fixtures/README_with_deps.md
+++ b/internal/super/generator/fixtures/README_with_deps.md
@@ -183,6 +183,6 @@ This command will deploy your project to Flow Mainnet. You can now interact with
- [Flow Core Contracts](https://developers.flow.com/build/core-contracts)
## 🤝 Community
-- [Flow Community Forum](https://forum.onflow.org/)
+- [Flow Community Forum](https://forum.flow.com/)
- [Flow Discord](https://discord.gg/flow)
- [Flow Twitter](https://x.com/flow_blockchain)
diff --git a/internal/super/generator/templates/README.md.tmpl b/internal/super/generator/templates/README.md.tmpl
index 139f47b78..68a1838ba 100644
--- a/internal/super/generator/templates/README.md.tmpl
+++ b/internal/super/generator/templates/README.md.tmpl
@@ -182,6 +182,6 @@ This command will deploy your project to Flow Mainnet. You can now interact with
- [Flow Core Contracts](https://developers.flow.com/build/core-contracts)
## 🤝 Community
-- [Flow Community Forum](https://forum.onflow.org/)
+- [Flow Community Forum](https://forum.flow.com/)
- [Flow Discord](https://discord.gg/flow)
- [Flow Twitter](https://x.com/flow_blockchain)
diff --git a/testing/better/README.md b/testing/better/README.md
index 834a0eeff..9ff68850f 100644
--- a/testing/better/README.md
+++ b/testing/better/README.md
@@ -6,7 +6,7 @@ This project is a starting point for you to develop smart contracts on the Flow
Here are some essential resources to help you hit the ground running:
-- **[Flow Documentation](https://docs.onflow.org/)** - The official Flow Documentation is a great starting point to begin learn about [building](https://developers.flow.com/build/flow) on Flow.
+- **[Flow Documentation](https://developers.flow.com/)** - The official Flow Documentation is a great starting point to begin learn about [building](https://developers.flow.com/build/flow) on Flow.
- **[Cadence Documentation](https://cadence-lang.org/docs/language)** - Cadence is the native language for the Flow Blockchain, it is a resource-oriented programming language that is designed for developing smart contracts. The documentation is a great place to start learning about the language.
- **[Visual Studio Code](https://code.visualstudio.com/)** and the **[Cadence Extension](https://marketplace.visualstudio.com/items?itemName=onflow.cadence)** - It is recommended to use the Visual Studio Code IDE with the Cadence extension installed. This will include syntax highlighting, code completion, and other features to support Cadence development.
- **[Flow Clients](https://developers.flow.com/tools/clients)** - There are clients available in multiple languages to interact with the Flow Blockchain. You can use these clients to interact with your smart contracts, run transactions, and query data from the network.
@@ -187,6 +187,6 @@ This command will deploy your project to Flow Mainnet. You now then interact wit
- [Flow Core Contracts](https://developers.flow.com/build/core-contracts)
## 🤝 Community
-- [Flow Community Forum](https://forum.onflow.org/)
+- [Flow Community Forum](https://forum.flow.com/)
- [Flow Discord](https://discord.gg/flow)
- [Flow Twitter](https://x.com/flow_blockchain)