Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a `.yaml` or `.yml` extension) with names like
- `docket.awesome.*.yaml`

For more detailed examples, refer to the
[tests](internal/compose/files_test.go).
[tests](internal/compose/files_internal_test.go).

### Optional

Expand Down Expand Up @@ -106,7 +106,7 @@ directory, you can call `docket.RunPrefix()` to have docket look for YAML files
starting with your custom prefix instead of the default prefix (`"docket"`).

For more detailed examples, refer to the
[tests](internal/compose/files_test.go).
[tests](internal/compose/files_internal_test.go).

## Testing Docket

Expand Down