diff --git a/docs/extending-typespec/emitters-basics.md b/docs/extending-typespec/emitters-basics.md index 68c629270d..38c494ed54 100644 --- a/docs/extending-typespec/emitters-basics.md +++ b/docs/extending-typespec/emitters-basics.md @@ -9,7 +9,7 @@ TypeSpec emitters are libraries that use various TypeSpec compiler APIs to refle ## Getting started -TypeSpec emitters are a special kind of TypeSpec library and so have the same getting started instructions. Follow [these steps](#todo) to initialize a typespec library. +TypeSpec emitters are a special kind of TypeSpec library and so have the same getting started instructions. Follow [these steps](./basics.md) to initialize a typespec library. ## $onEmit