diff options
author | Chris Feyerchak <anonymous.contributor@example.org> | 2017-07-05 14:28:11 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:34 -0400 |
commit | a0cb46fabc6460c74446d03112b704f5c427a979 (patch) | |
tree | 2312a8f55cb085ab0324e662cc13a6c40253f371 | |
parent | 4607c88ac149f9a53a4221f9df1891191467c10d (diff) | |
download | backports-a0cb46fabc6460c74446d03112b704f5c427a979.tar.gz |
/* Workflows */ Separate documentation link from workflow name
-rw-r--r-- | wiki/Documentation.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ Linux kernel releases can become deprecated. You are encouraged to use supported 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 |