Skip to content

Commit a7cb1b1

Browse files
Update docs/en/01_basic_usage.md
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
1 parent 987a1aa commit a7cb1b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/01_basic_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class MyModel extends DataObject
131131
132132
## Unversioned links
133133

134-
The `Link` model has the [`Versioned`](api:SilverStripe\Versioned\Versioned) extension applied to it by default. If you wish for links to not be versioned, then remove the extension from the `Link` model via configuration `yaml` file.
134+
The `Link` model has the [`Versioned`](api:SilverStripe\Versioned\Versioned) extension applied to it by default. If you wish for links to not be versioned, then remove the extension from the `Link` model via YAML configuration.
135135

136136
```yaml
137137
---

0 commit comments

Comments
 (0)