From 087c18c7520dd742929c219d697567daefc825b3 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 11 May 2018 15:13:49 +0100 Subject: [PATCH] doc/migration_guide: Add references to confvalues --- doc/source/migration_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/migration_guide.rst b/doc/source/migration_guide.rst index fa3a573c..d8f2b744 100644 --- a/doc/source/migration_guide.rst +++ b/doc/source/migration_guide.rst @@ -73,11 +73,11 @@ Any parameter names changes listed below will also have their old names specified as aliases and should continue to work as normal, however going forward the new parameter names should be preferred: -- The workload parameter ``clean_up`` has be renamed to ``cleanup_assets`` to +- The workload parameter ``clean_up`` has be renamed to :confval:`cleanup_assets` to better reflect its purpose. - The workload parameter ``check_apk`` has been renamed to - ``prefer_host_package`` to be more explicit in it's functionality to indicated + :confval:`prefer_host_package` to be more explicit in it's functionality to indicated whether a package on the target for the host should have priority when searching for a suitable package.