From cd175a7972a8be3769dafab2e64b36ad92ddd70b Mon Sep 17 00:00:00 2001 From: J Logan Date: Mon, 9 Jun 2025 17:35:36 -0700 Subject: [PATCH] Adds API link to README. (#61) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd565437..8fd70bf5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Containerization provides APIs to: - Spawn and interact with containerized processes. - Use Rosetta 2 for executing x86_64 processes on Apple silicon. -Please view the [API documentation]() for information on the Swift packages that Containerization provides. +Please view the [API documentation](https://apple.github.io/containerization/documentation/) for information on the Swift packages that Containerization provides. ## Design