From aed0a638f33f4732ebe0adc6837b82d68a274afd Mon Sep 17 00:00:00 2001 From: Dan Delany Date: Wed, 20 Dec 2023 16:26:23 -0800 Subject: [PATCH] Added link to API docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ddbbb86e..e71e8e5568 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Aerie is a software framework for modeling spacecraft. Its main features include - An embedded TypeScript DSL for defining and executing constraints - An embedded TypeScript DSL for defining and executing activity command expansions - An embedded TypeScript DSL for defining sequences -- A GraphQL API +- A [GraphQL API](https://nasa-ammos.github.io/aerie-docs/api/introduction) - A web-based [client application][ui-repo] ## Getting Started