From bf6ee32f8bde63313cbfd0083f0e9301cb4a2e1e Mon Sep 17 00:00:00 2001 From: byronantak Date: Tue, 5 Nov 2024 15:53:15 +0000 Subject: [PATCH] Docs: Update to specific pre-fork repo issue (#181) --- docs/_docs/refs/configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/refs/configurations.md b/docs/_docs/refs/configurations.md index c2d99f7bf4..3eabc5fbe1 100644 --- a/docs/_docs/refs/configurations.md +++ b/docs/_docs/refs/configurations.md @@ -98,7 +98,7 @@ Depending on the file size that will be processed, it might be required to incre max_allowed_packet = 256M -If using a older version of MySQL, there is a [known issue]({{ site.github_url }}/issues/120) when creating the schema. One workaround is to use `utf8` +If using a older version of MySQL, there is a [known issue](https://github.com/box/mojito/issues/120) when creating the schema. One workaround is to use `utf8` instead `utf8mb4` but it has its limitation in term of character support.