Skip to content

Commit 1be0ed1

Browse files
committed
[forward port] #1151
#1151
1 parent 8472724 commit 1be0ed1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Usage
22

3-
See https://www.launchableinc.com/docs/resources/cli-reference/ and
4-
https://www.launchableinc.com/docs/getting-started/.
3+
See https://help.launchableinc.com/resources/cli-reference/ and
4+
https://help.launchableinc.com/sending-data-to-launchable/using-the-launchable-cli/getting-started/.
55

66
# Development
77

@@ -82,7 +82,7 @@ uv run poe install
8282
# Add runtime dependency
8383
uv add some-package
8484

85-
# Add development dependency
85+
# Add development dependency
8686
uv add --dev some-dev-package
8787
```
8888

smart_tests/commands/subset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def run(self):
438438
print_error_and_die("ERROR: Given arguments did not match any tests. They appear to be incorrect/non-existent.", tracking_client, Tracking.ErrorEvent.USER_ERROR) # noqa E501
439439
else:
440440
print_error_and_die(
441-
"ERROR: Expecting tests to be given, but none provided. See https://www.launchableinc.com/docs/features/predictive-test-selection/requesting-and-running-a-subset-of-tests/subsetting-with-the-launchable-cli/ and provide ones, or use the `--get-tests-from-previous-sessions` option", # noqa E501
441+
"ERROR: Expecting tests to be given, but none provided. See https://help.launchableinc.com/features/predictive-test-selection/requesting-and-running-a-subset-of-tests/ and provide ones, or use the `--get-tests-from-previous-sessions` option", # noqa E501
442442
tracking_client,
443443
Tracking.ErrorEvent.USER_ERROR)
444444

smart_tests/utils/smart_tests_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, tracking_client: TrackingClient | None = None, base_url: str
2929
"Could not identify a Smart Tests organization/workspace. "
3030
"Confirm that you set SMART_TESTS_TOKEN "
3131
"(or SMART_TESTS_ORGANIZATION and SMART_TESTS_WORKSPACE) environment variable(s)\n"
32-
"See https://docs.launchableinc.com/getting-started#setting-your-api-key")
32+
"See https://help.launchableinc.com/sending-data-to-launchable/using-the-launchable-cli/getting-started/")
3333
self._workspace_state_cache: Dict[str, str | bool] | None = None
3434

3535
def request(

0 commit comments

Comments
 (0)