From a437153abc38f89769bfb48d9ceb27723e5d6417 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Tue, 30 Nov 2021 22:04:22 +0200 Subject: [PATCH] doc/faq: change the slug for the table collation/charset example --- doc/md/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/faq.md b/doc/md/faq.md index 3e02b4fbb..1545ff706 100644 --- a/doc/md/faq.md +++ b/doc/md/faq.md @@ -22,7 +22,7 @@ sidebar_label: FAQ [How to add `CHECK` constraints to table?](#how-to-add-check-constraints-to-table) [How to define a custom precision numeric field?](#how-to-define-a-custom-precision-numeric-field) [How to configure two or more `DB` to separate read and write?](#how-to-configure-two-or-more-db-to-separate-read-and-write) -[How to change the character set and/or collation of a MySQL table?](#how-to-change-the-character-set-and-or-collation-of-a-mysql-table) +[How to change the character set and/or collation of a MySQL table?](#how-to-change-the-character-set-andor-collation-of-a-mysql-table) ## Answers