File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ start-contract-test-service-bg:
11
11
@make start-contract-test-service > $(TEMP_TEST_OUTPUT ) 2>&1 &
12
12
13
13
run-contract-tests :
14
- @curl -s https://raw.githubusercontent.com/launchdarkly/sse-contract-tests/master /downloader/run.sh \
14
+ @curl -s https://raw.githubusercontent.com/launchdarkly/sse-contract-tests/v2.0.0 /downloader/run.sh \
15
15
| VERSION=v2 PARAMS="-url http ://localhost:8080 -debug -stop-service-at-end $(SKIPFLAGS ) $(TEST_HARNESS_PARAMS ) " sh
16
16
17
17
contract-tests : build-contract-tests start-contract-test-service-bg run-contract-tests
Original file line number Diff line number Diff line change 29
29
(Some boilerplate omitted for clarity; see [ examples directory] for complete,
30
30
working code.)
31
31
32
- [ examples directory ] : https://github.com/launchdarkly/rust-eventsource-client/tree/master /eventsource-client/examples
32
+ [ examples directory ] : https://github.com/launchdarkly/rust-eventsource-client/tree/main /eventsource-client/examples
33
33
## Features
34
34
35
35
* tokio-based streaming client.
Original file line number Diff line number Diff line change 29
29
(Some boilerplate omitted for clarity; see [ examples directory] for complete,
30
30
working code.)
31
31
32
- [ examples directory ] : https://github.com/launchdarkly/rust-eventsource-client/tree/master /eventsource-client/examples
32
+ [ examples directory ] : https://github.com/launchdarkly/rust-eventsource-client/tree/main /eventsource-client/examples
33
33
## Features
34
34
35
35
* tokio-based streaming client.
You can’t perform that action at this time.
0 commit comments