Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update UI shell to use ecosystem URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jun 8, 2023
1 parent aa9ac5a commit ca8529a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/ecosystem-urls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qiskit/web-components': patch
---

Update URLs for ecosystem projects in ui-shell dropdown to use https://qiskit.org/ecosystem URLs rather than deprecated https://qiskit.org/documentation URLs.
14 changes: 7 additions & 7 deletions components/ui-shell/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,19 @@ export const NAV_ITEMS: TopLevelNavItem[] = [
children: [
{
label: 'Qiskit Nature',
url: 'https://qiskit.org/documentation/nature/',
url: 'https://qiskit.org/ecosystem/nature/',
},
{
label: 'Qiskit Finance',
url: 'https://qiskit.org/documentation/finance/',
url: 'https://qiskit.org/ecosystem/finance/',
},
{
label: 'Qiskit Optimization',
url: 'https://qiskit.org/documentation/optimization/',
url: 'https://qiskit.org/ecosystem/optimization/',
},
{
label: 'Qiskit Machine learning',
url: 'https://qiskit.org/documentation/machine-learning/',
url: 'https://qiskit.org/ecosystem/machine-learning/',
},
],
},
Expand All @@ -128,15 +128,15 @@ export const NAV_ITEMS: TopLevelNavItem[] = [
children: [
{
label: 'Qiskit Experiments',
url: 'https://qiskit.org/documentation/experiments/',
url: 'https://qiskit.org/ecosystem/experiments/',
},
{
label: 'Qiskit Dynamics',
url: 'https://qiskit.org/documentation/dynamics/',
url: 'https://qiskit.org/ecosystem/dynamics/',
},
{
label: 'Qiskit Metal',
url: 'https://qiskit.org/documentation/metal/',
url: 'https://qiskit.org/ecosystem/metal/',
},
],
},
Expand Down

0 comments on commit ca8529a

Please sign in to comment.