From 7db4ac8ff6425485a1a652f7ad8380bbc614d65d Mon Sep 17 00:00:00 2001 From: Shefali Joshi Date: Wed, 8 Jan 2020 12:38:13 -0800 Subject: [PATCH] Fixes API link. (#2618) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index a76fc53c5d..587b82f754 100644 --- a/API.md +++ b/API.md @@ -231,7 +231,7 @@ attributes of this object. This is used for specifying an icon to appear next to each object of this type. -The [Open MCT Tutorials](https://github.com/openmct/openmct-tutorial) provide a +The [Open MCT Tutorials](https://github.com/nasa/openmct-tutorial) provide a step-by-step examples of writing code for Open MCT that includes a [section on defining a new object type](https://github.com/nasa/openmct-tutorial#step-3---providing-objects).