Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ orbs:
no_output_timeout:
description: Number of seconds to let job run without output before timeout
type: integer
default: 600
default: 1800
is_test_suite:
description: Should the job collect test results and coverage?
type: boolean
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing

Please refer to Cloudsmith's standard guide on [Open-Source Contributing](https://help.cloudsmith.io/docs/contributing).
Please refer to Cloudsmith's standard guide on [Open-Source Contributing](https://docs.cloudsmith.com/contributing).


## Contributor License Agreement

By making any contributions to Cloudsmith Ltd projects you agree to be bound by the terms of the Cloudsmith Ltd [Contributor License Agreement](https://help.cloudsmith.io/docs/contributor-license-agreement).
By making any contributions to Cloudsmith Ltd projects you agree to be bound by the terms of the Cloudsmith Ltd [Contributor License Agreement](https://docs.cloudsmith.com/contributor-license-agreement).


## Development Environment
Expand Down Expand Up @@ -43,4 +43,4 @@ Please ensure that [CHANGELOG.md](./CHANGELOG.md) is updated appropriately with

## Need Help?

See the section for raising a question in the [Contributing Guide](https://help.cloudsmith.io/docs/contributing).
See the section for raising a question in the [Contributing Guide](https://docs.cloudsmith.com/contributing).
4 changes: 2 additions & 2 deletions cloudsmith_cli/cli/commands/upstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def func(ctx, opts, owner_repo, upstream_config_file):

For a full list of supported config properties, please refer to the "body params" section of the api reference for the relevant endpoint at:

https://help.cloudsmith.io/reference/repos_upstream_{upstream_fmt}_create
https://docs.cloudsmith.com/api/repos/upstream/{upstream_fmt}/create

\b
Example:
Expand Down Expand Up @@ -345,7 +345,7 @@ def func(ctx, opts, owner_repo_slug_perm, upstream_config_file):

For a full list of supported config properties, please refer to the "body params" section of the api reference for the relevant endpoint at:

https://help.cloudsmith.io/reference/repos_upstream_{upstream_fmt}_partial_update
https://docs.cloudsmith.com/api/repos/upstream/{upstream_fmt}/partial-update

\b
Example:
Expand Down
2 changes: 1 addition & 1 deletion cloudsmith_cli/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def get_help_website():
"""Get the URL for the help website."""
return "https://help.cloudsmith.io/docs/cli/"
return "https://docs.cloudsmith.com/getting-started/cli"


def get_github_website():
Expand Down