Skip to content

Commit

Permalink
fix: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyejin Yoon committed Mar 17, 2023
1 parent 0002a32 commit ea3aaba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ module.exports = {
"docs/api/tutorials/creating-datasets",
"docs/api/tutorials/creating-tags",
"docs/api/tutorials/creating-terms",
"docs/api/tutorials/creating-users-and-groups",
],
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/api/tutorials/creating-users-and-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This helps to avoid confusion or conflicts over who is responsible for specific

## Pre-requisites
For this tutorial, you need to deploy DataHub Quickstart and ingest sample data.
For detailed information, please refer to [Preparing Your Local DataHub Environment](/docs/tools/tutorials/references/prepare-datahub.md).
For detailed information, please refer to [Preparing Your Local DataHub Environment](/docs/api/tutorials/references/prepare-datahub.md).

:::note
In this guide, ingesting sample data is optional.
Expand Down Expand Up @@ -138,8 +138,8 @@ For more information about the `MetadataChangeProposal`, please refer to [Metada

### User
You can see user `Jane Doe` has beend created under `Settings > Access > Users & Groups`
![user-added](../../imgs/tutorials/user-added.png)
![user-added](../../imgs/apis/tutorials/user-added.png)

### Group
You can see group `Engineering` has beend created under `Settings > Access > Users & Groups`
![group-added](../../imgs/tutorials/group-added.png)
![group-added](../../imgs/apis/tutorials/group-added.png)

0 comments on commit ea3aaba

Please sign in to comment.