Skip to content

Commit

Permalink
docs(nx-dev): add bitbucket cloud redirection (#27296)
Browse files Browse the repository at this point in the history
Link on Nx Cloud is broken. This ensures the link is fixed also for
OnPrem customers.

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
meeroslav authored Aug 5, 2024
1 parent 4bf53d0 commit a3869a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ const nxCloudUrls = {
'/ci/recipes/source-control-integration/bitbucket',
'/nx-cloud/recipes/source-control-integration/bitbucket-cloud':
'/ci/recipes/source-control-integration/bitbucket',
'/ci/recipes/source-control-integration/bitbucket-cloud':
'/ci/recipes/source-control-integration/bitbucket',
'/nx-cloud/set-up/gitlab':
'/nx-cloud/recipes/source-control-integration/gitlab',
'/core-features/remote-cache': '/ci/features/remote-cache',
Expand Down

0 comments on commit a3869a8

Please sign in to comment.