Skip to content

Commit 178cf6d

Browse files
committed
README: Update some broken links
1 parent 0053f58 commit 178cf6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Graph Node
22

33
[![Build Status](https://github.com/graphprotocol/graph-node/actions/workflows/ci.yml/badge.svg)](https://github.com/graphprotocol/graph-node/actions/workflows/ci.yml?query=branch%3Amaster)
4-
[![Getting Started Docs](https://img.shields.io/badge/docs-getting--started-brightgreen.svg)](docs/getting-started.md)
4+
[![Docs](https://img.shields.io/badge/docs-graph--node-green.svg)](docs/)
5+
[![Subgraphs](https://img.shields.io/badge/docs-subgraphs-green.svg)](https://thegraph.com/docs/en/subgraphs/quick-start/)
56

67
## Overview
78

@@ -29,7 +30,7 @@ This is usually only needed for developers who want to contribute to `graph-node
2930
To build and run this project, you need to have the following installed on your system:
3031

3132
- Rust (latest stable): Follow [How to install
32-
Rust](https://www.rust-lang.org/en-US/install.html). Run `rustup install
33+
Rust](https://rust-lang.org/tools/install/). Run `rustup install
3334
stable` in _this directory_ to make sure all required components are
3435
installed. The `graph-node` code assumes that the latest available
3536
`stable` compiler is used.

0 commit comments

Comments
 (0)