From 34363c8a10e28b36f0ec1be4b9a44261b25cf646 Mon Sep 17 00:00:00 2001 From: operagxoksana Date: Sun, 25 Jan 2026 17:10:35 +0200 Subject: [PATCH] chore: fixed broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 118a7c8a846..d5b077aa73e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Graph Node [![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) -[![Getting Started Docs](https://img.shields.io/badge/docs-getting--started-brightgreen.svg)](docs/getting-started.md) +[![Docs](https://img.shields.io/badge/docs-graph--node-green)](https://github.com/graphprotocol/graph-node/tree/master/docs) ## Overview @@ -29,7 +29,7 @@ This is usually only needed for developers who want to contribute to `graph-node To build and run this project, you need to have the following installed on your system: - Rust (latest stable): Follow [How to install - Rust](https://www.rust-lang.org/en-US/install.html). Run `rustup install + Rust](https://rust-lang.org/tools/install/). Run `rustup install stable` in _this directory_ to make sure all required components are installed. The `graph-node` code assumes that the latest available `stable` compiler is used.