From e50994c7df0724b2f4e96a5237b0c708d8d57cc7 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Tue, 19 May 2020 14:47:32 +0700 Subject: [PATCH] Update broken link to Ubuntu NFS guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e3e11..6e7bb89 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Available variables are listed below, along with default values (see `defaults/m nfs_exports: [] -A list of exports which will be placed in the `/etc/exports` file. See Ubuntu's simple [Network File System (NFS)](https://help.ubuntu.com/lts/serverguide/network-file-system.html.en) guide for more info and examples. (Simple example: `nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]`). +A list of exports which will be placed in the `/etc/exports` file. See Ubuntu's simple [Network File System (NFS)](https://ubuntu.com/server/docs/service-nfs) guide for more info and examples. (Simple example: `nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]`). nfs_rpcbind_state: started nfs_rpcbind_enabled: true