From a89b6b3ec444e449df57dd30363d618cc395199c Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Fri, 19 Dec 2025 12:57:20 +0900 Subject: [PATCH] Fixed link syntax I made the path absolute (rather than relative) for portability and to be consistent with the other links on the page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ac1bf74..7c8223a5c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ integrating the C++ and Rust ecosystems. ## Status -See the [status](http:///overview/status) page for an overview of the +See the [status](https://github.com/google/crubit/blob/main/docs/overview/status.md) page for an overview of the current supported features. ## Example