From 5de35614fa22010f7e66455fe3935197857d9b19 Mon Sep 17 00:00:00 2001 From: Ding Date: Wed, 29 Nov 2023 12:17:12 -0800 Subject: [PATCH] Update the link to initialize a library in emitters-basics.md --- docs/extending-typespec/emitters-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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