Skip to content

Commit

Permalink
move scaffold link
Browse files Browse the repository at this point in the history
  • Loading branch information
vid authored Nov 5, 2023
1 parent b4601fd commit e4b86cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/new_modules.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
in its src directory.

0 comments on commit e4b86cd

Please sign in to comment.