Skip to content

Commit a865809

Browse files
[DOCS-147] chore(docs): update legacy docs site links with new one (#8)
* chore(docs): update legacy docs site links with new one Co-authored-by: Ralph McTeggart <rmcteggart@cloudsmith.io>
1 parent 62c8b14 commit a865809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This GitHub Action installs the Cloudsmith CLI and pre-authenticates it using OI
2424

2525
## Example Usage with OIDC
2626

27-
Cloudsmith OIDC [documentation](https://help.cloudsmith.io/docs/openid-connect) 📚
27+
Cloudsmith OIDC [documentation](https://docs.cloudsmith.com/authentication/openid-connect) 📚
2828

2929
```yaml
3030
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
@@ -35,7 +35,7 @@ with:
3535
3636
## Example Usage with API Key
3737
38-
Personal API Key can be found [here](https://cloudsmith.io/user/settings/api/), for CI-CD deployments we recommend using [Service Accounts](https://help.cloudsmith.io/docs/service-accounts). 🔒
38+
Personal API Key can be found [here](https://cloudsmith.io/user/settings/api/). For CI-CD deployments we recommend using [Service Accounts](https://docs.cloudsmith.com/accounts-and-teams/service-accounts). 🔒
3939
4040
```yaml
4141
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
@@ -67,7 +67,7 @@ Full CLI feature list can be found [here](https://github.com/cloudsmith-io/cloud
6767

6868
### Publish a package
6969

70-
For all supported package formats and upload commands please visit our [Supported Formats](https://help.cloudsmith.io/docs/supported-formats) page. 📦
70+
For all supported package formats and upload commands please visit our [Supported Formats](https://docs.cloudsmith.com/formats) page. 📦
7171

7272
```yaml
7373
name: Publish Python Package

0 commit comments

Comments
 (0)