diff --git a/.changeset/update_top_menu_links_201.md b/.changeset/update_top_menu_links_201.md new file mode 100644 index 0000000..4d4c085 --- /dev/null +++ b/.changeset/update_top_menu_links_201.md @@ -0,0 +1,5 @@ +--- +'@qiskit/web-components': patch +--- + +Update ui-shell Documentation dropdown menu "Qiskit IBM Provider" link and "Slack" invite link. \ No newline at end of file diff --git a/components/footer/index.ts b/components/footer/index.ts index 1cb13a5..30af4a5 100644 --- a/components/footer/index.ts +++ b/components/footer/index.ts @@ -125,7 +125,7 @@ export class QiskitFooter extends LitElement { ${twitterIcon} diff --git a/components/ui-shell/settings.ts b/components/ui-shell/settings.ts index 6178cc2..eef0849 100644 --- a/components/ui-shell/settings.ts +++ b/components/ui-shell/settings.ts @@ -40,7 +40,7 @@ export const SOCIAL_LINKS: SocialLinks[] = [ { icon: slackIcon, label: 'Slack', - url: 'https://ibm.co/joinqiskitslack', + url: 'https://qisk.it/join-slack', }, { icon: youtubeIcon, @@ -119,7 +119,7 @@ export const NAV_ITEMS: TopLevelNavItem[] = [ }, { label: 'Qiskit IBM Provider', - url: 'https://qiskit.org/documentation/apidoc/ibmq-provider.html', + url: 'https://qiskit.org/documentation/partners/qiskit_ibm_provider/', }, { label: 'Partners', @@ -195,7 +195,7 @@ export const NAV_ITEMS: TopLevelNavItem[] = [ }, { label: 'Slack', - url: 'https://ibm.co/joinqiskitslack', + url: 'https://qisk.it/join-slack', }, { label: 'Qiskit Textbook',