Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 53c0077

Browse files
committed
it's doc/ not docs/
1 parent 51950dc commit 53c0077

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This is the only containerized NFS server that offers **all** of the following f
1111
- flexible construction of `/etc/exports`
1212
- extensive server configuration via environment variables
1313
- *optional* bonus features
14-
- [Kerberos security](docs/feature/kerberos.md)
15-
- [NFSv4 user ID mapping](docs/feature/nfs4-user-id-mapping.md) via [`idmapd`](http://man7.org/linux/man-pages/man8/idmapd.8.html)
16-
- [AppArmor](docs/feature/apparmor.md) compatibility
14+
- [Kerberos security](doc/feature/kerberos.md)
15+
- [NFSv4 user ID mapping](doc/feature/nfs4-user-id-mapping.md) via [`idmapd`](http://man7.org/linux/man-pages/man8/idmapd.8.html)
16+
- [AppArmor](doc/feature/apparmor.md) compatibility
1717

1818
## Table of Contents
1919

@@ -22,13 +22,13 @@ This is the only containerized NFS server that offers **all** of the following f
2222
* [Starting the server](#starting-the-server)
2323
* [Mounting filesystems from a client](#mounting-filesystems-from-a-client)
2424
* Optional features
25-
* [Kerberos security](docs/feature/kerberos.md)
26-
* [NFSv4 user ID mapping](docs/feature/nfsv4-user-id-mapping.md)
27-
* [AppArmor integration](docs/feature/apparmor.md)
25+
* [Kerberos security](doc/feature/kerberos.md)
26+
* [NFSv4 user ID mapping](doc/feature/nfsv4-user-id-mapping.md)
27+
* [AppArmor integration](doc/feature/apparmor.md)
2828
* Advanced
29-
* [custom server ports](docs/advanced/ports.md)
30-
* [custom NFS versions offered](docs/advanced/nfs-versions.md)
31-
* [performance tuning](docs/advanced/performance-tuning.md)
29+
* [custom server ports](doc/advanced/ports.md)
30+
* [custom NFS versions offered](doc/advanced/nfs-versions.md)
31+
* [performance tuning](doc/advanced/performance-tuning.md)
3232
* [Help!](#help!)
3333
* [Remaining tasks](#remaining-tasks)
3434
* [Acknowledgements](#acknowledgements)
@@ -111,7 +111,7 @@ Let's break that command down into its individual pieces to see what's required
111111

112112
1. **Expose the server ports**
113113

114-
You'll need to open up at least one server port for your client connections. The ports listed in the examples below are the defaults used by this image and most can be [customized](docs/ports.md).
114+
You'll need to open up at least one server port for your client connections. The ports listed in the examples below are the defaults used by this image and most can be [customized](doc/ports.md).
115115

116116
* If your clients connect via **NFSv4 only**, you can get by with just TCP port `2049`:
117117

@@ -135,15 +135,15 @@ If you pay close attention to each of the items in this section, the server shou
135135

136136
## Optional Features
137137

138-
* [Kerberos security](docs/feature/kerberos.md)
139-
* [NFSv4 user ID mapping](docs/feature/nfsv4-user-id-mapping.md)
140-
* [AppArmor integration](docs/feature/apparmor.md)
138+
* [Kerberos security](doc/feature/kerberos.md)
139+
* [NFSv4 user ID mapping](doc/feature/nfsv4-user-id-mapping.md)
140+
* [AppArmor integration](doc/feature/apparmor.md)
141141

142142
## Advanced
143143

144-
* [customizing which ports are used](docs/advanced/ports.md)
145-
* [customizing NFS versions offered](docs/advanced/nfs-versions.md)
146-
* [performance tuning](docs/advanced/performance-tuning.md)
144+
* [customizing which ports are used](doc/advanced/ports.md)
145+
* [customizing NFS versions offered](doc/advanced/nfs-versions.md)
146+
* [performance tuning](doc/advanced/performance-tuning.md)
147147

148148
## Help!
149149

0 commit comments

Comments
 (0)