Skip to content

Commit

Permalink
Update the link to initialize a library in emitters-basics.md (#2709)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dinwa-ms authored Nov 29, 2023
1 parent da38580 commit 555eadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending-typespec/emitters-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 555eadd

Please sign in to comment.