Skip to content

Commit

Permalink
Readd a few more .md's to links
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81 committed Oct 23, 2024
1 parent 0ea5b8b commit da37961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build/getting-started/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ After completing this guide, you'll be able to:

In later steps, you'll learn how to:

* Create a Flow project using the [Flow CLI](../../tools/flow-cli).
* Create a Flow project using the [Flow CLI](../../tools/flow-cli/index.md).
* Add an already-deployed contract to your project with the [Dependency Manager](../../tools/flow-cli/dependency-manager.md).
* Deploy a smart contract locally to the [Flow Emulator](../../tools/emulator).
* Deploy a smart contract locally to the [Flow Emulator](../../tools/emulator/index.md).
* Write and execute transactions to interact with a deployed smart contract.
* Display data from a Cadence smart contract on a React frontend using the [Flow Client Library](../../tools/clients/fcl-js).
* Display data from a Cadence smart contract on a React frontend using the [Flow Client Library](../../tools/clients/fcl-js/index.md).


## Calling a Contract With a Script
Expand Down

0 comments on commit da37961

Please sign in to comment.