Skip to content

Commit 76c4dfe

Browse files
authored
chore(docs): update legacy docs site links with new one (#211)
* chore(docs): update legacy docs site links
1 parent 1eeccee commit 76c4dfe

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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
@@ -270,7 +270,7 @@ def func(ctx, opts, owner_repo, upstream_config_file):
270270
271271
For a full list of supported config properties, please refer to the "body params" section of the api reference for the relevant endpoint at:
272272
273-
https://help.cloudsmith.io/reference/repos_upstream_{upstream_fmt}_create
273+
https://docs.cloudsmith.com/api/repos/upstream/{upstream_fmt}/create
274274
275275
\b
276276
Example:
@@ -349,7 +349,7 @@ def func(ctx, opts, owner_repo_slug_perm, upstream_config_file):
349349
350350
For a full list of supported config properties, please refer to the "body params" section of the api reference for the relevant endpoint at:
351351
352-
https://help.cloudsmith.io/reference/repos_upstream_{upstream_fmt}_partial_update
352+
https://docs.cloudsmith.com/api/repos/upstream/{upstream_fmt}/partial-update
353353
354354
\b
355355
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/developer-tools/cli"
1212

1313

1414
def get_github_website():

0 commit comments

Comments
 (0)