Skip to content

Commit

Permalink
fix: absolute links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Sep 10, 2024
1 parent 6500a41 commit 4def1e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ with any other team member.

For more information about user roles and permissions, see [User Roles](/basics/acct-team-mgmt/managing-user-info).

In order to use a tunnel that an admin or team member shares with you, you'll need to add [`tunnelOwner`](https://docs.saucelabs.com/dev/test-configuration-options#tunnelowner) to your test capabilities and specify that person's username.
In order to use a tunnel that an admin or team member shares with you, you'll

Check warning on line 44 in docs/secure-connections/sauce-connect-5/operation/overview.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/secure-connections/sauce-connect-5/operation/overview.md#L44

[sauce.WordList] Use 'to' instead of 'In order to'.
Raw output
{"message": "[sauce.WordList] Use 'to' instead of 'In order to'.", "location": {"path": "docs/secure-connections/sauce-connect-5/operation/overview.md", "range": {"start": {"line": 44, "column": 1}}}, "severity": "WARNING"}
need to add [`tunnelOwner`](/dev/test-configuration-options/#tunnelowner)
to your test capabilities and specify that person's username.

### Running Sauce Connect Proxy

Expand Down
4 changes: 3 additions & 1 deletion docs/secure-connections/sauce-connect/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ See also [Sauce Connect Proxy Setup with Additional Proxies](/secure-connections

To share a tunnel, start a tunnel with the [`--shared-tunnel`](/dev/cli/sauce-connect-proxy/#--shared-tunnel) flag. For most Sauce Labs customers, your access to shared tunnels is determined by the permissions of the user who creates them. Organization admins can create tunnels that any user on any team can use. Team admins can create tunnels that any member of their team can use. Team members cannot share tunnels they create with any other team member.

In order to use a tunnel that an admin or team member shares with you, you'll need to add [`tunnelOwner`](https://docs.saucelabs.com/dev/test-configuration-options#tunnelowner) to your test capabilities and specify that person's username.
In order to use a tunnel that an admin or team member shares with you, you'll

Check warning on line 28 in docs/secure-connections/sauce-connect/faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/secure-connections/sauce-connect/faq.md#L28

[sauce.WordList] Use 'to' instead of 'In order to'.
Raw output
{"message": "[sauce.WordList] Use 'to' instead of 'In order to'.", "location": {"path": "docs/secure-connections/sauce-connect/faq.md", "range": {"start": {"line": 28, "column": 1}}}, "severity": "WARNING"}
need to add [`tunnelOwner`](/dev/test-configuration-options/#tunnelowner)
to your test capabilities and specify that person's username.

## How can I use Sauce Connect Proxy to test graceful degradation?

Expand Down

0 comments on commit 4def1e1

Please sign in to comment.