DOCS: remove backticks from Markdown link

Markdown does not render links within backticks.
This commit is contained in:
Fred Condo 2018-02-20 16:51:51 -08:00
parent 2074f8fc69
commit 2f2390be59

View File

@ -115,7 +115,7 @@ Links to internal `File` database records work exactly the same, but with the `[
### Images
Images inserted through the "Insert Media" form (WYSIWYG editor) need to retain a relationship with
the underlying `[Image](api:SilverStripe\Assets\Image)` database record. The `[image]` shortcode saves this database reference
the underlying [Image](api:SilverStripe\Assets\Image) database record. The `[image]` shortcode saves this database reference
instead of hard-linking to the filesystem path of a given image.
```html