Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 6a12c85

Browse files
Fix mistaken link in the maintenance documentation
1 parent 09d7b20 commit 6a12c85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ How to Add New Hooks
33

44
Dredd does support new hooks? It's time to extend the Ruby DSL!
55

6-
Most of the new hooks definition is automated, but not everything yet.
76
In order to enable your new hook:
87

98
1. Determine if the hook is specific to a transaction or applies to all of them
@@ -12,7 +11,7 @@ In order to enable your new hook:
1211
1. Add the usage example to the [**Execution order** feature][feature]
1312
1. Run the entire test suite and watch the tests fail (start worrying if they don't!)
1413
1. Add the hook name to the corresponding list in the [definitions file][def]
15-
1. Add the corresponding Dredd **event** to the [events definition][events-handler] (be careful, the hooks order does matter!)
14+
1. Add the corresponding Dredd **event** to the [events definition][def] (be careful, the hooks order does matter!)
1615
1. Run the test suite and watch it pass : )
1716

1817
Finally, bump the [_minor_][semver] version number, update the `README`, the `CHANGELOG` and do anything you need to do in order to release!

0 commit comments

Comments
 (0)