diff --git a/docs/user-guide/global-configurations/user-access.md b/docs/user-guide/global-configurations/user-access.md index 91d388dda4..da445c90cd 100644 --- a/docs/user-guide/global-configurations/user-access.md +++ b/docs/user-guide/global-configurations/user-access.md @@ -94,7 +94,7 @@ In the `Email address` box, you have to provide the mail ID of the user to whom ### Assign super admin permissions -If you check the option `Assign super admin permissions`, the user will get full access to your system and the rest of the options will disappear. Please check [above](#access-levels) to see permission levels. Only users with super admin permissions can assign super admin permissions to a user. +If you check the option `Assign super admin permissions`, the user will get full access to your system and the rest of the options will disappear. Please check [above](#role-based-access-levels) to see permission levels. Only users with super admin permissions can assign super admin permissions to a user. ![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/user-access/add-user-2.jpg) @@ -134,7 +134,7 @@ Similarly, you can select `Applications` from the drop-down corresponding to you Inside the `Role`, you actually choose which type of permissions you want to give to the users. -There are four different view access levels/Role available for both User and Group as described [above](#access-levels): +There are four different view access levels/Role available for both User and Group as described [above](#role-based-access-levels): ![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/user-access/user-access-permission_1.JPG) @@ -166,7 +166,7 @@ Similarly, you can select `Applications` from the drop-down corresponding to you Inside the `Role`, you actually choose which type of permissions you want to give to the users. -There are four different view access levels/Role available for both User and Group as described [above](#access-levels): +There are four different view access levels/Role available for both User and Group as described [above](#role-based-access-levels): ![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/user-access/user-access-permission_helm+app_2.JPG) diff --git a/docs/user-guide/jobs/workflow-editor-job.md b/docs/user-guide/jobs/workflow-editor-job.md index d73ae98df0..d8ca5298c4 100644 --- a/docs/user-guide/jobs/workflow-editor-job.md +++ b/docs/user-guide/jobs/workflow-editor-job.md @@ -43,7 +43,7 @@ For example if the user sets the Branch Regex as `feature-*`, then users can tri The **Source type** - "Pull Request" allows you to configure the CI Pipeline using the PR raised in your repository. -> Before you begin, [configure the webhook](#configuring-webhook) for either GitHub or Bitbucket. +> Before you begin, [configure the webhook](../creating-application/workflow/ci-pipeline.md#configuring-webhook) for either GitHub or Bitbucket. > The "Pull Request" source type feature only works for the host GitHub or Bitbucket cloud for now. To request support for a different Git host, please create a github issue [here](https://github.com/devtron-labs/devtron/issues). @@ -66,7 +66,7 @@ Select the appropriate filter and pass the matching condition as a regular expre The **Source type** - "Tag Creation" allows you to build the CI pipeline from a tag. -> Before you begin, [configure the webhook](#configuring-webhook) for either GitHub or Bitbucket. +> Before you begin, [configure the webhook](../creating-application/workflow/ci-pipeline.md#configuring-webhook) for either GitHub or Bitbucket. To trigger the build from specific tags, you can filter the tags based on the `author` and/or the `tag name`.