forked from rpms/leapp-repository
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
|
From 7043c7e0c5e674f4337ea0d141e19e5cefbbe79d Mon Sep 17 00:00:00 2001
|
||
|
From: Marek Filip <wecros@gmail.com>
|
||
|
Date: Wed, 31 May 2023 13:39:39 +0200
|
||
|
Subject: [PATCH 26/30] Fix doc link in checktargetrepos.py
|
||
|
|
||
|
---
|
||
|
.../actors/checktargetrepos/libraries/checktargetrepos.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py b/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py
|
||
|
index 77d53feb..5a53bf21 100644
|
||
|
--- a/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py
|
||
|
+++ b/repos/system_upgrade/common/actors/checktargetrepos/libraries/checktargetrepos.py
|
||
|
@@ -32,7 +32,7 @@ def process():
|
||
|
if target_major_version == '8':
|
||
|
ipu_doc_url = (
|
||
|
'https://access.redhat.com/documentation/en-us/'
|
||
|
- 'red_hat_enterprise_linux/8/html-single/upgrading_to_rhel_8/index'
|
||
|
+ 'red_hat_enterprise_linux/8/html-single/upgrading_from_rhel_7_to_rhel_8/index'
|
||
|
)
|
||
|
elif target_major_version == '9':
|
||
|
ipu_doc_url = 'TBA'
|
||
|
--
|
||
|
2.40.1
|
||
|
|