Skip to content

Commit 2d691f1

Browse files
apreimlfoxcpp
authored andcommitted
update refs and fix typo in HACKING.md
1 parent c56790d commit 2d691f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HACKING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ introduction by the new developers/contributors. It is recommended to read
3737
user documentation to understand how things work from the user perspective as
3838
well.
3939

40-
- User documentation: [maddy.conf(5)](maddy.conf.5.scd)
40+
- User documentation: [maddy.conf(5)](docs/man/maddy.5.scd)
4141
- Design rationale: [Comments on design (Wiki)][1]
4242

4343
There are components called "modules". They are represented by objects
@@ -63,7 +63,7 @@ initialization path, so they are always initialized directly.
6363

6464
## Error handling
6565

66-
Familiarize yourself with the `github.com/foxcpp/maddy/internal/exterrors`
66+
Familiarize yourself with the `github.com/foxcpp/maddy/framework/exterrors`
6767
package and make sure you have the following for returned errors:
6868
- SMTP status information (smtp\_code, smtp\_enchcode, smtp\_msg fields)
6969
- SMTP message text should contain a generic description of the error
@@ -109,7 +109,7 @@ If you don't need any per-message state, you can use `StatelessCheck` wrapper.
109109
See `check/dns` directory for a working example.
110110

111111
Here are some guidelines to make sure your check works well:
112-
- RTFM, docs well tell you about any caveats.
112+
- RTFM, docs will tell you about any caveats.
113113
- Don't share any state _between_ messages, your code will be executed in
114114
parallel.
115115
- Use `github.com/foxcpp/maddy/check.FailAction` to select behavior on check

0 commit comments

Comments
 (0)