faq/lbry-basics: fix the link with proper markdown syntax (#1447)

Instead of
```
(lbrynet folder)[/faq/lbry-directories]
```

It will be
```
[lbrynet folder](/faq/lbry-directories)
```

Co-authored-by: belikor <belikor@users.noreply.github.com>
This commit is contained in:
belikor 2021-08-26 10:16:13 -05:00 committed by GitHub
parent 52f477a408
commit d1f857bdb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ Please refer to our [publishing guide](/faq/how-to-publish) as a reference to as
## How can I delete my downloads?
Access your Library section as mentioned before and then select the item you want to delete. After the page of the content is opened, click on the trash can icon located under the main content published.
In the **Desktop app**, if you want to delete faster more or all the files from your download folder, open the folder with a file explorer, select the files and delete them. If you also want to delete the blob files used for hosting, these can be found from (lbrynet folder)[/faq/lbry-directories].
In the **Desktop app**, if you want to delete faster more or all the files from your download folder, open the folder with a file explorer, select the files and delete them. If you also want to delete the blob files used for hosting, these can be found from [lbrynet folder](/faq/lbry-directories).
## Where can I see my publishes?
- In the **Desktop app** or on **odysee.com** click the user icon (the icon in the top right corner) and then choose the **`Uploads`** option.