Skip to content

Commit aceca99

Browse files
committed
Fixed hyperlinks
1 parent f13e2f8 commit aceca99

24 files changed

Lines changed: 40 additions & 40 deletions

answers/mysql_vs_postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ This page provides a comparison between MySQL and PostgreSQL, two of the most po
5858
| **Triggers** | Basic support | Advanced support (per-row, per-statement) |
5959

6060
---
61-
*Back to [MySQL & Databases](../questions/07-mysql-databases.mdx) or [PostgreSQL](../questions/08-postgresql.mdx)*
61+
*Back to [MySQL & Databases](../questions/08-mysql-databases.mdx) or [PostgreSQL](../questions/09-postgresql.mdx)*

answers/postgresql_complex_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ ALTER TYPE mood ADD VALUE 'excited' AFTER 'happy';
4848
- `jsonb`: Stores data in a decomposed binary format. It is slightly slower to input but significantly faster to process and supports indexing.
4949

5050
---
51-
*Back to [PostgreSQL](../questions/08-postgresql.mdx)*
51+
*Back to [PostgreSQL](../questions/09-postgresql.mdx)*

answers/postgresql_constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ ALTER TABLE users ALTER COLUMN username SET NOT NULL;
5757
```
5858

5959
---
60-
*Back to [PostgreSQL](../questions/08-postgresql.mdx)*
60+
*Back to [PostgreSQL](../questions/09-postgresql.mdx)*

answers/postgresql_data_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The `boolean` type can have the state `true`, `false`, or `unknown` (represented
4949
- **XML:** `xml` for XML data.
5050

5151
---
52-
*Back to [PostgreSQL](../questions/08-postgresql.mdx)*
52+
*Back to [PostgreSQL](../questions/09-postgresql.mdx)*

answers/postgresql_relations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Returns only the rows that are present in both result sets.
3131
Returns rows from the first result set that are not present in the second.
3232

3333
---
34-
*Back to [PostgreSQL](../questions/08-postgresql.mdx)*
34+
*Back to [PostgreSQL](../questions/09-postgresql.mdx)*

docs/docs/answers/mysql_vs_postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ This page provides a comparison between MySQL and PostgreSQL, two of the most po
7171

7272
---
7373

74-
_Back to [MySQL & Databases](../questions/07-mysql-databases.mdx) or [PostgreSQL](../questions/08-postgresql.mdx)_
74+
_Back to [MySQL & Databases](../questions/08-mysql-databases.mdx) or [PostgreSQL](../questions/09-postgresql.mdx)_

docs/docs/answers/postgresql_complex_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ ALTER TYPE mood ADD VALUE 'excited' AFTER 'happy';
5656

5757
---
5858

59-
_Back to [PostgreSQL](../questions/08-postgresql.mdx)_
59+
_Back to [PostgreSQL](../questions/09-postgresql.mdx)_

docs/docs/answers/postgresql_constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ ALTER TABLE users ALTER COLUMN username SET NOT NULL;
6464

6565
---
6666

67-
_Back to [PostgreSQL](../questions/08-postgresql.mdx)_
67+
_Back to [PostgreSQL](../questions/09-postgresql.mdx)_

docs/docs/answers/postgresql_data_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ The `boolean` type can have the state `true`, `false`, or `unknown` (represented
5555

5656
---
5757

58-
_Back to [PostgreSQL](../questions/08-postgresql.mdx)_
58+
_Back to [PostgreSQL](../questions/09-postgresql.mdx)_

docs/docs/answers/postgresql_relations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Returns rows from the first result set that are not present in the second.
4545

4646
---
4747

48-
_Back to [PostgreSQL](../questions/08-postgresql.mdx)_
48+
_Back to [PostgreSQL](../questions/09-postgresql.mdx)_

0 commit comments

Comments
 (0)