Skip to content

Commit

Permalink
Merge pull request #149 from aljo242/fix/markdown-link
Browse files Browse the repository at this point in the history
fix: add proper link in markdown
  • Loading branch information
jaybxyz authored Apr 7, 2022
2 parents d65fe31 + 132772f commit 421361d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TECHNICAL-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Run `make test-all` command to run tests.

## Localnet

To start a local blockchain, you can simply run the following command. The command uses [Starport](https://starport.com/) to start a local blockchain node with automatic reloading. If you don't have Starport set up in your local machine, see this [install guide](https://docs.starport.network/) to install it.
To start a local blockchain, you can simply run the following command. The command uses [Starport](https://starport.com/) to start a local blockchain node with automatic reloading. If you don't have Starport set up in your local machine, see this [install guide](https://docs.starport.com/#install-starport) to install it.
```bash
make localnet
Expand Down
2 changes: 1 addition & 1 deletion docs/How-To/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This document provides a high-level overview of what gRPC-gateway REST routes ar

## gRPC-gateway REST Routes

To test out the following command line interface, you must set up a local network. By simply running `make localnet` under the root project directory, you can start the local network. It requires [Starport](https://starport.com/), but if you don't have Starport set up in your local machine, see this [install Starport guide](https://docs.starport.network/) to install it.
To test out the following command line interface, you must set up a local network. By simply running `make localnet` under the root project directory, you can start the local network. It requires [Starport](https://starport.com/), but if you don't have Starport set up in your local machine, see this [install Starport guide](https://docs.starport.com/#install-starport) to install it.

* [Params](#Params)
* [Auctions](#Auctions)
Expand Down
2 changes: 1 addition & 1 deletion docs/How-To/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: A high-level overview of how the command-line interface (CLI) works

## Synopsis

This document provides a high-level overview of how the command line (CLI) interface works for the `fundraising` module. To set up a local testing environment, it requires the latest [Starport](https://starport.com/). If you don't have Starport set up in your local machine, see [this Starport guide](https://docs.starport.network/) to install it. Run this command under the project root directory `$ starport chain serve -c config-test.yml` or simply `$ make localnet`.
This document provides a high-level overview of how the command line (CLI) interface works for the `fundraising` module. To set up a local testing environment, it requires the latest [Starport](https://starport.com/). If you don't have Starport set up in your local machine, see [this Starport guide](https://docs.starport.com/#install-starport) to install it. Run this command under the project root directory `$ starport chain serve -c config-test.yml` or simply `$ make localnet`.

Note that [jq](https://stedolan.github.io/jq/) is recommended to be installed as it is used to process JSON throughout the document.

Expand Down

0 comments on commit 421361d

Please sign in to comment.