Skip to content

Commit a1d674c

Browse files
committed
chore: fix link
1 parent 602259f commit a1d674c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/docs/how-to/integrations/slack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Slack Integration
33
---
44

5-
## Builtin webhook
5+
## Built-in webhook
66

77
- [IM Integration](/docs/change-database/webhook/#slack)
88

content/docs/sql-review/review-rules.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Different sets of rules can form different [SQL Review Policies](/docs/sql-revie
7575
- [Charset allow list](/docs/sql-review/review-rules#system.charset.allowlist)
7676
- [Collation allow list](/docs/sql-review/review-rules#system.collation.allowlist)
7777
- [Comment length limit](/docs/sql-review/review-rules#system.comment.length)
78-
- Builtin Rules
78+
- Built-in Rules
7979
- [Prior backup feasibility check](/docs/sql-review/review-rules#builtin.prior-backup-check)
8080

8181
## Engine
@@ -114,11 +114,11 @@ Bytebase checks whether the object name appearing in the SQL statement is fully
114114

115115
##### Some typical format
116116

117-
| Object Name | Fully qualified |
118-
| --------------------------------------------| ------------------------ |
119-
| table_name | no |
120-
| schema_name.table_name | yes |
121-
| database_name.schema_name.table_name | yes |
117+
| Object Name | Fully qualified |
118+
| ------------------------------------ | --------------- |
119+
| table_name | no |
120+
| schema_name.table_name | yes |
121+
| database_name.schema_name.table_name | yes |
122122

123123
#### Support database engine
124124

@@ -734,7 +734,7 @@ DDL operations on large tables can cause long locks because they need exclusive
734734

735735
#### How the rule works
736736

737-
Bytebase considers this rule to be violated if the SQL tries to apply DDL operations on a table with sizes exceeding the set value.
737+
Bytebase considers this rule to be violated if the SQL tries to apply DDL operations on a table with sizes exceeding the set value.
738738

739739
#### Support database engine
740740

@@ -1519,9 +1519,9 @@ Bytebase checks all `COMMENT ON` statements.
15191519

15201520
- PostgreSQL
15211521

1522-
## Builtin rules
1522+
## Built-in rules
15231523

15241524
<div id="builtin.prior-backup-check"></div>
15251525
### Prior backup feasibility check
15261526

1527-
Check [Data Rollback](/content/docs/change-database/rollback-data-changes.md) for details.
1527+
Check [Data Rollback](/docs/change-database/rollback-data-changes) for details.

0 commit comments

Comments
 (0)