Skip to content

Commit 555eadd

Browse files
authored
Update the link to initialize a library in emitters-basics.md (microsoft#2709)
I am following the document to create an emitter and found this link of steps to initialize a typespec library is not working. So I create this PR to update the md to point the link to basics.md file, which is for creating a TypeSpec library.
1 parent da38580 commit 555eadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending-typespec/emitters-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TypeSpec emitters are libraries that use various TypeSpec compiler APIs to refle
99

1010
## Getting started
1111

12-
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.
12+
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.
1313

1414
## $onEmit
1515

0 commit comments

Comments
 (0)