Skip to content

Commit

Permalink
Merge pull request #1192 from onflow/misha/readme-fix-links
Browse files Browse the repository at this point in the history
Fix Readme doc links to Flow CLI, Flow Emulator
  • Loading branch information
chasefleming authored Sep 11, 2023
2 parents eee3195 + 5cdb86b commit 8b41703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

## Installation

To install the Flow CLI, follow the [installation instructions](https://docs.onflow.org/flow-cli/install) on the Flow documentation website.
To install the Flow CLI, follow the [installation instructions](https://developers.flow.com/tools/toolchains/flow-cli/install) on the Flow documentation website.

## Documentation

You can find the CLI documentation on the [CLI documentation website](https://docs.onflow.org/flow-cli).
You can find the CLI documentation on the [CLI documentation website](https://developers.flow.com/tools/toolchains/flow-cli).

## Features
The Flow CLI is a command line tool that allows you to interact with the Flow blockchain.
Read about supported commands in the [CLI documentation website](https://docs.onflow.org/flow-cli).
Read about supported commands in the [CLI documentation website](https://developers.flow.com/tools/toolchains/flow-cli).

```
Usage:
Expand All @@ -55,7 +55,7 @@ Available Commands:
version View version and commit information
```

The Flow CLI includes several commands to interact with Flow networks, such as querying account information, or sending transactions. It also includes the [Flow Emulator](https://docs.onflow.org/emulator/).
The Flow CLI includes several commands to interact with Flow networks, such as querying account information, or sending transactions. It also includes the [Flow Emulator](https://developers.flow.com/tools/toolchains/emulator).


![Alt Text](./cli.gif)
Expand Down

0 comments on commit 8b41703

Please sign in to comment.