Skip to content

Commit

Permalink
circleci link
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed May 21, 2024
1 parent f682777 commit 6b2c54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/website/blog/2024-05-19-atlas-v-0-23.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ atlas schema inspect --url "redshift://<username>:<password>@<host>:<port>/<data

If everything is working correctly, you should see the [Atlas DDL](/atlas-schema/hcl) representation of your Redshift schema.

To learn more about the Redshift support in Atlas, check out the [documentation](/docs/redshift).
To learn more about the Redshift support in Atlas, check out the [documentation](/guides/redshift).

### CircleCI Integration

Expand Down Expand Up @@ -102,7 +102,7 @@ Let's break down the configuration:
* The `atlas-orb/setup` step initializes the Atlas CLI with the provided `ATLAS_TOKEN` environment variable.
* The `atlas-orb/migrate_push` step pushes the migration directory `my-cool-project` to the Atlas Cloud Schema Registry.

To learn more about the CircleCI integration, check out the [documentation](/docs/circleci).
To learn more about the CircleCI integration, check out the [documentation](https://circleci.com/developer/orbs/orb/ariga/atlas-orb).

### Kubernetes Operator Down Migrations

Expand Down

0 comments on commit 6b2c54b

Please sign in to comment.