Skip to content

Commit

Permalink
Merge pull request #1822 from onflow/nialexsan/fixed-links
Browse files Browse the repository at this point in the history
fixed doc links
  • Loading branch information
nialexsan authored Nov 12, 2024
2 parents 3e0a1f6 + da8e90a commit b5b8a47
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<br />
<p align="center">
<a href="https://docs.onflow.org/flow-cli/install/">
<a href="https://developers.flow.com/tools/flow-cli/install">
<img src="./cli-banner.svg" alt="Logo" width="270" height="auto">
</a>

<p align="center">
<i>Flow CLI brings Flow to your terminal. Easily interact with the network and build your dapps.</i>
<br />
<a href="https://developers.flow.com/tooling/flow-cli/install"><strong>Read the docs»</strong></a>
<a href="https://developers.flow.com/tools/flow-cli/install"><strong>Read the docs»</strong></a>
<br />
<br />
<a href="https://github.com/onflow/flow-cli/issues">Report Bug</a>
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion internal/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""),
))
Expand Down
2 changes: 1 addition & 1 deletion internal/super/generator/fixtures/README_no_deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion internal/super/generator/fixtures/README_with_deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion internal/super/generator/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions testing/better/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)

0 comments on commit b5b8a47

Please sign in to comment.