From 33e85e3ecc1c43b634c13b1169d946ba2721f868 Mon Sep 17 00:00:00 2001 From: VINFeng <103423458+VINFeng@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:17:32 +0800 Subject: [PATCH] Update introduction.md --- docs/dev_guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev_guide/introduction.md b/docs/dev_guide/introduction.md index bcc363369..03c7a1eb5 100644 --- a/docs/dev_guide/introduction.md +++ b/docs/dev_guide/introduction.md @@ -21,4 +21,4 @@ In the *Document Writing* section, we will talk about how to write docs for your In the *Checklist before PR* section is what you should do before you submit your PR to Github. In this section, you will learn how to write unit tests, check format, and add proper commentsin your code. Finally, we will provide a case study, guiding you step-by-step on *how to write a generator*. -+ [An example for developing: how to write a generator?](docs/dev_guide/generator.ipynb) ++ [An example for developing: how to write a generator?](./generator.ipynb)