-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacements for access.redhat.com/* links. #912
Comments
@MariaAga what is our policy about links embedded into the UI, like this one: Lines 44 to 50 in e2ea864
I suppose we need to make sure this link goes through our links controller. What would be the best way to do it? |
@Thorben-D Some of those links, like foreman_rh_cloud/webpack/InsightsCloudSync/Components/InsightsTable/__tests__/fixtures.js Line 23 in e2ea864
come from fixtures. There is no point in changing those. We can remove them from the list right away. |
We dont have a links controller in JS, I suppose we could make some tests that check that links are not dead in this repo.
|
I found quite a few links that refer the user to access.redhat.com/*. Some of these are already dead, so I think it would be wise for us to find replacements or verify that the links will continue to be available in the future:
[] https://access.redhat.com/documentation/en-us/red_hat_insights/2023/html/red_hat_insights_remediations_guide/host-communication-with-insights_red-hat-insights-remediation-guide#uploading-satellite-host-inventory-to-insights_configuring-satellite-cloud-connector
[] https://access.redhat.com/documentation/en-us/subscription_central/2020-04/html/getting_started_with_subscription_watch/assembly-about-subscriptionwatch
[] https://access.redhat.com/node/54483
[] https://access.redhat.com/node/3359651
[] https://access.redhat.com/node/4134081
[] https://access.redhat.com/node/3560291
[] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/installing-and-configuring-kdump_managing-monitoring-and-updating-the-kernel#memory-requirements-for-kdump_supported-kdump-configurations-and-targets
[] https://access.redhat.com/solutions/916043
[] https://access.redhat.com/security/vulnerabilities/smbloris
[] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/kernel_administration_guide/kernel_crash_dump_guide#sect-kdump-memory-requirements
[] https://access.redhat.com/solutions/916043
[] https://cert-api.access.redhat.com/
[] https://access.redhat.com/node/3359651
[] https://access.redhat.com/documentation/en-us/subscription_central/2020-04/html/getting_started_with_subscription_watch/assembly-about-subscriptionwatch
I'll create a PR once we checked off every link.
The text was updated successfully, but these errors were encountered: