netstorage: fix unescaped HTML in documentation

This commit is contained in:
Nick Craig-Wood
2022-03-18 14:40:12 +00:00
parent 388e74af52
commit 750fffdf71
6 changed files with 12 additions and 12 deletions

View File

@@ -179,7 +179,7 @@ Here are the standard options specific to netstorage (Akamai NetStorage).
Domain+path of NetStorage host to connect to.
Format should be <domain>/<internal folders>
Format should be `<domain>/<internal folders>`
Properties:
@@ -271,6 +271,6 @@ You can create a symbolic link in ObjectStore with the symlink action.
The desired path location (including applicable sub-directories) ending in
the object that will be the target of the symlink (for example, /links/mylink).
Include the file extension for the object, if applicable.
rclone backend symlink <src> <path>
`rclone backend symlink <src> <path>`
{{< rem autogenerated options stop >}}