Skip to content

Commit 03a3cee

Browse files
committed
chore(docs): update legacy docs site links with new one
1 parent b1edd94 commit 03a3cee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

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

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

55

66
## Contributor License Agreement
77

8-
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).
8+
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).
99

1010

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

4444
## Need Help?
4545

46-
See the section for raising a question in the [Contributing Guide](https://help.cloudsmith.io/docs/contributing).
46+
See the section for raising a question in the [Contributing Guide](https://docs.cloudsmith.com/contributing).

cloudsmith_cli/cli/commands/upstream.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def func(ctx, opts, owner_repo, upstream_config_file):
266266
267267
For a full list of supported config properties, please refer to the "body params" section of the api reference for the relevant endpoint at:
268268
269-
https://help.cloudsmith.io/reference/repos_upstream_{upstream_fmt}_create
269+
https://docs.cloudsmith.com/api/repos/upstream/{upstream_fmt}/update
270270
271271
\b
272272
Example:
@@ -345,7 +345,7 @@ def func(ctx, opts, owner_repo_slug_perm, upstream_config_file):
345345
346346
For a full list of supported config properties, please refer to the "body params" section of the api reference for the relevant endpoint at:
347347
348-
https://help.cloudsmith.io/reference/repos_upstream_{upstream_fmt}_partial_update
348+
https://docs.cloudsmith.com/api/repos/upstream/{upstream_fmt}/update
349349
350350
\b
351351
Example:

cloudsmith_cli/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1313

1414
def get_github_website():

0 commit comments

Comments
 (0)