mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fix invalid link in docs
the relative link to ruby i18n guides should be absolute
This commit is contained in:
parent
b63cd86b40
commit
d6ea45d4bf
@ -225,7 +225,7 @@ class MyObject extends DataObject implements i18nEntityProvider
|
|||||||
```
|
```
|
||||||
|
|
||||||
In YML format this will be expressed as the below. This follows the
|
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
|
```yaml
|
||||||
en:
|
en:
|
||||||
|
Loading…
Reference in New Issue
Block a user