diff --git a/doc/source/overview_policies.rst b/doc/source/overview_policies.rst index 11d509e16b..c66e3acbbf 100644 --- a/doc/source/overview_policies.rst +++ b/doc/source/overview_policies.rst @@ -561,9 +561,9 @@ included implementation of :class:`.Diskfile` lays out the directory structure described earlier but that's owned within :class:`.Diskfile`; external modules have no visibility into that detail. A common function is provided to map various directory names and/or strings based on their policy index. For example -:class:`.Diskfile` defines :func:`.get_data_dir` which builds off of a generic -:func:`.get_policy_string` to consistently build policy aware strings for -various usage. +:class:`.Diskfile` defines :func:`~swift.obj.diskfile.get_data_dir` which builds +off of a generic :func:`.get_policy_string` to consistently build policy aware +strings for various usage. Container Server ----------------