/* Workflows */ Separate documentation link from workflow name
diff --git a/wiki/Documentation.mediawiki b/wiki/Documentation.mediawiki
index 854fc86..aaf17d8 100644
--- a/wiki/Documentation.mediawiki
+++ b/wiki/Documentation.mediawiki
@@ -14,10 +14,10 @@
Backports provides users with a choice of two workflows:
-# '''[[Documentation/integration|kernel integration mode]]'''
+# '''kernel integration mode''' ([[Documentation/integration|documentation]])
#* future kernel source tree and older kernel source tree must be present on the same machine at the same time
#* backports suite '''integrates''' the subsystems/drivers of the future kernel directly into the older kernel
-# '''[[Documentation/packaging|package releases mode]]'''
+# '''package releases mode''' ([[Documentation/packaging|documentation]])
#* future kernel source tree and older kernel source tree do not need to be present on the same machine at the same time
#* on machine hosting future kernel source tree, backport package is generated
#* on machine hosting older kernel, backport package is applied