Hopefully fix all links on doc site

This commit is contained in:
Bryan Ashby
2020-11-22 13:53:47 -07:00
parent 215d02b341
commit 8e8016d0fd
26 changed files with 53 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ layout: page
title: ACS
---
## File Base ACS
[ACS Codes](/docs/configuration/acs.md) may be used to control access to File Base areas by specifying an `acs` string in a file area's definition. If no `acs` is supplied in a file area definition, the following defaults apply to an area:
[ACS Codes](../configuration/acs.md) may be used to control access to File Base areas by specifying an `acs` string in a file area's definition. If no `acs` is supplied in a file area definition, the following defaults apply to an area:
* `read` : `GM[users]`: List/view the area and it's contents.
* `write` : `GM[sysops]`: Upload.
* `download` : `GM[users]`: Download.
@@ -28,4 +28,4 @@ areas: {
```
## See Also
[Access Condition System (ACS)](/docs/configuration/acs.md)
[Access Condition System (ACS)](../configuration/acs.md)