diff --git a/docs/new_modules.md b/docs/new_modules.md index cfda1702..ad5ce066 100644 --- a/docs/new_modules.md +++ b/docs/new_modules.md @@ -1,7 +1,7 @@ # Developing new modules -NB: Normally, you'd use the [scaffold command](../modules/utils/README#scaffolding). +NB: Normally, you'd use the [[scaffold command](../modules/utils/README#scaffolding](https://github.com/withhaibun/haibun/blob/main/modules/utils/README.md#scaffolding)). A new Haibun module is created by extending the `AStepper` abstract class from @haibun/core (see example below), and adding the module to the testing target @@ -92,4 +92,4 @@ For an example module external to the main haibun project, please refer to [haib It may be helpful to refer to the [haibun e2e-tests](https://github.com/withhaibun/haibun-e2e-tests) repository, which contains running examples of integration tests. For example, set up that repository, and run `npm run test-xss`. haibun-e2e-tests contains an example of adding a route to a runtime web server (_start test route at {loc}_) -in its src directory. \ No newline at end of file +in its src directory.