From 59aa85257ee612cfe3edf94fb6cb17c185572783 Mon Sep 17 00:00:00 2001 From: Michael Warres Date: Mon, 5 Aug 2024 21:40:55 +0000 Subject: [PATCH] Add missing link target in README.md for "Proxy-Wasm concepts". Signed-off-by: Michael Warres --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2eae01..3d9727a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ This repository provides the C++ SDK. ## Getting started * Read the [API overview](docs/api_overview.md) to learn about [Proxy-Wasm - concepts] and how they are represented in the C++ SDK. + concepts](docs/api_overview.md#concepts-and-terminology) and how they are + represented in the C++ SDK. * View an [example plugin](example/http_wasm_example.cc). * Refer to [API documentation](docs/api_overview.md#codemap). * [Build](docs/building.md) plugin code.