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

Commit

Permalink
Update top menu links (#201)
Browse files Browse the repository at this point in the history
* update qiskit ibm provider link

* update slack link

* remove unintended spaces in front of slack links

* add changeset
  • Loading branch information
HuangJunye authored Feb 7, 2023
1 parent fea30e5 commit ebf1742
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/update_top_menu_links_201.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qiskit/web-components': patch
---

Update ui-shell Documentation dropdown menu "Qiskit IBM Provider" link and "Slack" invite link.
2 changes: 1 addition & 1 deletion components/footer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class QiskitFooter extends LitElement {
${twitterIcon}
</a>
<a
href="https://ibm.co/joinqiskitslack"
href="https://qisk.it/join-slack"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
6 changes: 3 additions & 3 deletions components/ui-shell/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit ebf1742

Please sign in to comment.