From 23605d50fcfc853289faa4fd8730178428bf6fed Mon Sep 17 00:00:00 2001 From: Erikson Tung Date: Mon, 8 Feb 2021 15:59:04 -0800 Subject: [PATCH] API README: Fix broken link to top-level README --- sources/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/api/README.md b/sources/api/README.md index fe49b5f9eb1..33728c7f8eb 100644 --- a/sources/api/README.md +++ b/sources/api/README.md @@ -24,7 +24,7 @@ It's described in context in the [API server docs](apiserver/). Users can access the API through the `apiclient` binary. It's available in Bottlerocket, whether you're accessing it through a control channel like SSM or the admin container. -(See the top-level [README](../../) for information about those.) +(See the top-level [README](../../README.md#exploration) for information about those.) Rust code can use the `apiclient` library to make requests to the Unix-domain socket of the [apiserver](#apiserver).