Skip to content

Commit 4b9212d

Browse files
committed
chore: fix broken links
1 parent 671b004 commit 4b9212d

File tree

16 files changed

+10
-11
lines changed

16 files changed

+10
-11
lines changed

content/blog/bytebase-vs-cloudbeaver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ On the other hand, the more common way to change the schema is to use **Schema E
120120
![bb-access-control-adv](/content/blog/bytebase-vs-cloudbeaver/bb-access-control-adv.webp)
121121

122122
Additionally, admins can set different data access controls for different projects, such as restricted access to production data and open access to development data.
123-
![bb-access-project](/content/blog/bytebase-vs-cloudbeaver/bb-access-project.webp)
123+
![bb-access-environment](/content/blog/bytebase-vs-cloudbeaver/bb-access-control-env.webp)
124124

125125
### Data Masking
126126

content/blog/bytebase-vs-dbeaver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ On the other hand, the more common way to change the schema is to use **Schema E
111111
With **Community plan**, if one's not assigned to a project, one can't see the project at all. With **Enterprise plan**, `Project Owner` can grant access to specific databases or tables instead of all project databases to a specific `SQL Editor User`. `Project Developer` can also request to query or export a database or table with a request issue.
112112
![bb-access-control-adv](/content/blog/bytebase-vs-dbeaver/bb-access-control-adv.webp)
113113

114-
Additionally, `Admin`/`DBA` can set different data access controls for various environments, such as restricted access to production data and open access to development data.
115-
![bb-access-project](/content/blog/bytebase-vs-dbeaver/bb-ac-env.webp)
114+
Additionally, admins can set different data access controls for various environments, such as restricted access to production data and open access to development data.
115+
![bb-access-environment](/content/blog/bytebase-vs-dbeaver/bb-access-control-env.webp)
116116

117117
### Data Masking
118118

content/blog/bytebase-vs-metabase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Bytebase is designed for developers, DBAs, and platform teams to manage database
116116
With **Community plan**, if one's not assigned to a project, one can't see the project at all. With **Enterprise plan**, `Project Owner` can grant access to specific databases or tables instead of all project databases to a specific `SQL Editor User`. `Project Developer` can also request to query or export a database or table with a request issue.
117117
![bb-access-control-adv](/content/blog/bytebase-vs-metabase/bb-access-control-adv.webp)
118118

119-
Additionally, `Admin`/`DBA` can set different data access controls for various environments, such as restricted access to production data and open access to development data.
120-
![bb-access-project](/content/blog/bytebase-vs-metabase/bb-access-project.webp)
119+
Additionally, admins can set different data access controls for various environments, such as restricted access to production data and open access to development data.
120+
![bb-access-environment](/content/blog/bytebase-vs-metabase/bb-access-control-env.webp)
121121

122122
### Data masking
123123

content/blog/github-vs-gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ across the following key areas.
4848
| Tech Stack | RoR + MySQL | RoR + Go + Postgres | |
4949
| Repository Management | ⭐️⭐️⭐️ | ⭐️⭐️⭐️ | |
5050
| Code Review | ⭐️⭐️ | ⭐️ | Alternatives: [Graphite](https://graphite.dev/), [Gerrit](https://www.gerritcodereview.com/) |
51-
| Code Search | ⭐️⭐️ | ⭐️ | Alternatives: [Sourcegraph](sourcegraph.com) |
51+
| Code Search | ⭐️⭐️ | ⭐️ | Alternatives: [Sourcegraph](https://sourcegraph.com/) |
5252
| Security | ⭐️⭐️ | ⭐️⭐️ ⭐️ | |
5353
| Project Management | ⭐️ | ⭐️ | Alternatives: [Linear](https://linear.app/), [Jira](https://www.atlassian.com/software/jira) |
5454
| AI | ⭐️⭐️⭐️ | ⭐️ | |

content/docs/security/data-masking/access-unmasked-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Masking Exemption
44

55
<HintBlock type="info">
66

7-
Masking precedence: [Masking Exemption](/security/data-masking/access-unmasked-data) > [Global Masking Rule](/security/data-masking/global-masking-rule) > [Column Masking](/security/data-masking/column-masking).
7+
Masking precedence: [Masking Exemption](/docs/security/data-masking/access-unmasked-data) > [Global Masking Rule](/docs/security/data-masking/global-masking-rule) > [Column Masking](/docs/security/data-masking/column-masking).
88

99
</HintBlock>
1010

content/docs/security/data-masking/column-masking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Column Masking
44

55
<HintBlock type="info">
66

7-
Masking precedence: [Masking Exemption](/security/data-masking/access-unmasked-data) > [Global Masking Rule](/security/data-masking/global-masking-rule) > [Column Masking](/security/data-masking/column-masking).
7+
Masking precedence: [Masking Exemption](/docs/security/data-masking/access-unmasked-data) > [Global Masking Rule](/docs/security/data-masking/global-masking-rule) > [Column Masking](/docs/security/data-masking/column-masking).
88

99
</HintBlock>
1010

content/docs/security/data-masking/global-masking-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Global Masking Rule
44

55
<HintBlock type="info">
66

7-
Masking precedence: [Masking Exemption](/security/data-masking/access-unmasked-data) > [Global Masking Rule](/security/data-masking/global-masking-rule) > [Column Masking](/security/data-masking/column-masking).
7+
Masking precedence: [Masking Exemption](/docs/security/data-masking/access-unmasked-data) > [Global Masking Rule](/docs/security/data-masking/global-masking-rule) > [Column Masking](/docs/security/data-masking/column-masking).
88

99
</HintBlock>
1010

content/docs/tutorials/api-sql-review.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ This tutorial will guide you through configuring SQL review rules using the Byte
3737
1. Go to [Bytebase API Example repo](https://github.com/bytebase/api-example) and clone it.
3838

3939
1. Navigate to the `sql-review` subfolder and follow the instructions in the `README.md` file of the example code repository to execute the scripts.
40-
4140
1. Replace `bytebase_url`, `bytebase_account`, and `bytebase_password` in the commands below with your own values, then run them to obtain a `bytebase_token` in your terminal.
4241

4342
```bash
@@ -98,7 +97,7 @@ We'll apply these SQL review rules to `environments` or `projects`. Project-leve
9897
![sql-review-env](/content/docs/tutorials/api-sql-review/sql-review-env.webp)
9998

10099
1. Go to `Sample Project` page, click **Setting** on the left sidebar to see the applied the SQL review rules.
101-
![bb-project-setting](/content/docs/tutorials/api-sql-review/bb-project-setting.webp)
100+
![bb-project-setting](/content/docs/tutorials/api-sql-review/sql-review-project-setting.webp)
102101

103102
1. To detach SQL review policies from environments, use the following commands:
104103

-38 KB
Binary file not shown.
14.2 KB
Loading

0 commit comments

Comments
 (0)