Skip to content

Commit

Permalink
fix(home-spa): update One Platform FAQs link (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
riginoommen committed Apr 30, 2024
2 parents 578998b + e0cf3ce commit 97b9af4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions e2e/integration/homepagetests.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ context("Home Page Tests", () => {
footerPage
.footerLinks()
.shadow()
.find(
'a[href="https://source.redhat.com/groups/public/pnt-devops/oneportal/one_portal_wiki/faqs_one_platform"]'
)
.find('a[href="https://one.redhat.com/get-started/docs/faqs"]')
.should("be.visible");
footerPage
.footerLinks()
Expand Down
2 changes: 1 addition & 1 deletion packages/component-catalog-spa/src/Configs/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const footer = [
},
{
"text": "One Platform FAQs",
"href": "https://source.redhat.com/groups/public/pnt-devops/oneportal/one_portal_wiki/faqs_one_platform"
"href": "https://one.redhat.com/get-started/docs/faqs"
},
{
"text": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/home-spa/src/_data/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"links": [
{
"text": "One Platform FAQs",
"href": "https://source.redhat.com/groups/public/pnt-devops/oneportal/one_portal_wiki/faqs_one_platform"
"href": "https://one.redhat.com/get-started/docs/faqs"
},
{
"text": "[email protected]",
Expand Down

0 comments on commit 97b9af4

Please sign in to comment.