You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardexpand all lines: docs/extending-typespec/emitters-basics.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ TypeSpec emitters are libraries that use various TypeSpec compiler APIs to refle
9
9
10
10
## Getting started
11
11
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.
0 commit comments