From c5fb3a8d491d045ec59027ebf1a8d59434204a79 Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Tue, 4 Jun 2019 15:59:18 +0200 Subject: [PATCH] Fix the link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00668de..2eb1225 100644 --- a/README.md +++ b/README.md @@ -133,4 +133,4 @@ MyModel::findByMultilingualAlias($alias); 1. Sometimes a table you want to make multilingual already contains the `language` field (e.g. `tl_user`), which may lead to unexpected results. In such cases you have to make sure that data container's property `$GLOBALS['TL_DCA']['tl_table']['config']['langColumnName']` is set to something else than `language`. -See #53 for more details. +See [#53](https://github.com/terminal42/contao-DC_Multilingual/issues/53) for more details.