Skip to content

Commit 908f2e8

Browse files
committed
docs: adds more specific link to configuration guide.
1 parent 5ffdff4 commit 908f2e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
config-dir: './mocks'
7878
engine-type: 'docker'
7979
version: '1.2.3' # Optional: specify engine version
80-
max-attempts: '30' # Optional: configure startup retry behaviour
81-
retry-interval: '1' # Optional: configure startup retry behaviour
8280
8381
# Your test steps here
8482
- name: Run Tests
@@ -95,7 +93,7 @@ jobs:
9593

9694
## Configuration
9795

98-
The mock server configuration should be placed in your repository according to the `config-dir` parameter (defaults to `./mocks`). For detailed information about configuring Imposter mocks, please visit the [official documentation](https://www.imposter.sh).
96+
The mock server configuration should be placed in your repository according to the `config-dir` parameter (defaults to `./mocks`). For detailed information about configuring Imposter mocks, please visit the [official documentation](https://docs.imposter.sh/configuration/).
9997

10098
## Contributing
10199

0 commit comments

Comments
 (0)