From d6ea45d4bf77b04cd9b3315de4790c9e434b51aa Mon Sep 17 00:00:00 2001 From: wernerkrauss Date: Mon, 20 Sep 2021 22:04:35 +0200 Subject: [PATCH] fix invalid link in docs the relative link to ruby i18n guides should be absolute --- docs/en/02_Developer_Guides/13_i18n/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/13_i18n/index.md b/docs/en/02_Developer_Guides/13_i18n/index.md index 5d91b79bf..2c92307fe 100644 --- a/docs/en/02_Developer_Guides/13_i18n/index.md +++ b/docs/en/02_Developer_Guides/13_i18n/index.md @@ -225,7 +225,7 @@ class MyObject extends DataObject implements i18nEntityProvider ``` In YML format this will be expressed as the below. This follows the -[ruby i18n convention](guides.rubyonrails.org/i18n.html#pluralization) for plural forms. +[ruby i18n convention](https://guides.rubyonrails.org/i18n.html#pluralization) for plural forms. ```yaml en: