Skip to content

Commit 89fde4f

Browse files
authored
master -> main (#36)
1 parent 17c73ea commit 89fde4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ start-contract-test-service-bg:
1111
@make start-contract-test-service >$(TEMP_TEST_OUTPUT) 2>&1 &
1212

1313
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 \
1515
| VERSION=v2 PARAMS="-url http://localhost:8080 -debug -stop-service-at-end $(SKIPFLAGS) $(TEST_HARNESS_PARAMS)" sh
1616

1717
contract-tests: build-contract-tests start-contract-test-service-bg run-contract-tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ client
2929
(Some boilerplate omitted for clarity; see [examples directory] for complete,
3030
working code.)
3131

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
3333
## Features
3434

3535
* tokio-based streaming client.

eventsource-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ client
2929
(Some boilerplate omitted for clarity; see [examples directory] for complete,
3030
working code.)
3131

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
3333
## Features
3434

3535
* tokio-based streaming client.

0 commit comments

Comments
 (0)