From 0fce62f1a4c33ec3fc2d0a6091f95499d939e175 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Tue, 16 Jan 2024 13:47:36 -0500 Subject: [PATCH] fix(dotenv): sw-2095 learn more like update (#1250) --- .env | 2 +- src/common/__tests__/__snapshots__/helpers.test.js.snap | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 7f6318182..d25913948 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ PUBLIC_URL=${UI_DEPLOY_PATH_PREFIX}/apps/subscriptions/ STATIC_DIR=public REACT_APP_UI_LINK_CONTACT_US=https://access.redhat.com/account-team -REACT_APP_UI_LINK_LEARN_MORE=https://access.redhat.com/documentation/en-us/subscription_central/2023/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/ +REACT_APP_UI_LINK_LEARN_MORE=https://access.redhat.com/documentation/en-us/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/ REACT_APP_UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS=https://access.redhat.com/solutions/subscription-watch-mismatch REACT_APP_UI_DISABLED=false diff --git a/src/common/__tests__/__snapshots__/helpers.test.js.snap b/src/common/__tests__/__snapshots__/helpers.test.js.snap index 80b50ec55..f8f9787ad 100644 --- a/src/common/__tests__/__snapshots__/helpers.test.js.snap +++ b/src/common/__tests__/__snapshots__/helpers.test.js.snap @@ -26,7 +26,7 @@ exports[`Helpers should expose a window object: limited window object 1`] = ` "UI_DISPLAY_NAME": "Subscriptions", "UI_DISPLAY_START_NAME": "Subscriptions", "UI_LINK_CONTACT_US": "https://access.redhat.com/account-team", - "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2023/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/", + "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/", "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/solutions/subscription-watch-mismatch", "UI_LOCALE_DEFAULT": "en-US", "UI_LOCALE_DEFAULT_DESC": "English", @@ -72,7 +72,7 @@ exports[`Helpers should expose a window object: window object 1`] = ` "UI_DISPLAY_NAME": "Subscriptions", "UI_DISPLAY_START_NAME": "Subscriptions", "UI_LINK_CONTACT_US": "https://access.redhat.com/account-team", - "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2023/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/", + "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/", "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/solutions/subscription-watch-mismatch", "UI_LOCALE_DEFAULT": "en-US", "UI_LOCALE_DEFAULT_DESC": "English", @@ -130,7 +130,7 @@ exports[`Helpers should have specific functions: helpers 1`] = ` "UI_DISPLAY_NAME": "Subscriptions", "UI_DISPLAY_START_NAME": "Subscriptions", "UI_LINK_CONTACT_US": "https://access.redhat.com/account-team", - "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/2023/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/", + "UI_LINK_LEARN_MORE": "https://access.redhat.com/documentation/en-us/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/con-how-does-subscriptionwatch-show-data_assembly-viewing-understanding-subscriptionwatch-data-ctxt/", "UI_LINK_REPORT_ACCURACY_RECOMMENDATIONS": "https://access.redhat.com/solutions/subscription-watch-mismatch", "UI_LOCALE_DEFAULT": "en-US", "UI_LOCALE_DEFAULT_DESC": "English",