Skip to content

Commit

Permalink
chore: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Feb 21, 2022
1 parent 7eee523 commit 0452c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/1_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This quick start will explore how to use Stencil command line interface and clie

## Prerequisites

- [Docker](installation#using-docker-image) or a [local installation](installation#binary-cross-platform) of the Stencil binary.
- [Docker](../installation#using-docker-image) or a [local installation](../installation#binary-cross-platform) of the Stencil binary.
- A development environment applicable to one of the languages in this quick start (currently Go, Java, and JavaScript).
- Postgres database and [protoc](https://github.com/protocolbuffers/protobuf#protocol-compiler-installation) if your schema format is protobuf.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/server/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Note: ENV vars takes more precendence over config file.

## Reference

- [API](./api.md)
- [API](../reference/api.md)
- [Rules](./rules.md)

## Quick start API usage examples
Expand Down

0 comments on commit 0452c6a

Please sign in to comment.