From 14cfad7bd2ffacf1bdd532869e65123e1f3d3531 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Thu, 23 Jul 2020 09:55:32 +0200 Subject: [PATCH] Use Oracle documentation link --- docs/reference/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index ffc3a5c32..d88f0e14e 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -489,7 +489,7 @@ reflink ~~~~~~~ Either ``yes``, ``no``, or ``auto``, indicating whether to use copy-on-write -file clones (a.k.a. "reflinks") instead of copying or moving files. +`file clones`_ (a.k.a. "reflinks") instead of copying or moving files. The ``auto`` option uses reflinks when possible and falls back to plain copying when necessary. Defaults to ``no``. @@ -501,7 +501,7 @@ documentation. The option is ignored if ``move`` is enabled (i.e., beets can move or copy files but it doesn't make sense to do both). -.. _reflink clone: https://blogs.oracle.com/otn/save-disk-space-on-linux-by-cloning-files-on-btrfs-and-ocfs2 +.. _file clones: https://blogs.oracle.com/otn/save-disk-space-on-linux-by-cloning-files-on-btrfs-and-ocfs2 .. _pyreflink: https://reflink.readthedocs.io/en/latest/ resume