From 74e791e77c20ea2ffd8d018bf6dec218d4c639f0 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Tue, 13 Aug 2024 06:34:08 +0200 Subject: [PATCH] fix link syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04755d8..df99e87 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ An NFS server for JupyterHub that runs within your Kubernetes cluster to provide persistent storage for users and enforce storage quotas. ## Key Components -- [NFS Ganesha]([https://](https://github.com/nfs-ganesha/nfs-ganesha) is used as the NFS server -- [XFS]([https://](https://xfs.org/)) as the filesystem -- [xfs_quota]([\[https://\](https://linux.die.net](https://man7.org/linux/man-pages/man8/xfs_quota.8.html) through [get-quota-your-home](https://github.com/yuvipanda/get-quota-your-home) is used to manage storage quotas \ No newline at end of file +- [NFS Ganesha](https://https://github.com/nfs-ganesha/nfs-ganesha) is used as the NFS server +- [XFS](https://xfs.org/) as the filesystem +- [xfs_quota](https://man7.org/linux/man-pages/man8/xfs_quota.8.html) through [get-quota-your-home](https://github.com/yuvipanda/get-quota-your-home) is used to manage storage quotas \ No newline at end of file