fixed link in documentation

This commit is contained in:
Erwin Dondorp 2018-09-22 17:00:17 +01:00
parent 5ef2def2bd
commit baee678ba5
2 changed files with 2 additions and 2 deletions

View file

@ -921,7 +921,7 @@ def owner(*paths):
.. versionadded:: 2014.7.0
Return the name of the package that owns the file. Multiple file paths can
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version`, if a
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version>`, if a
single path is passed, a string will be returned, and if multiple paths are
passed, a dictionary of file/package name pairs will be returned.

View file

@ -2774,7 +2774,7 @@ def owner(*paths):
.. versionadded:: 2014.7.0
Return the name of the package that owns the file. Multiple file paths can
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version`, if a
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version>`, if a
single path is passed, a string will be returned, and if multiple paths are
passed, a dictionary of file/package name pairs will be returned.