diff --git a/LOCALIZATION_CONTRIBUTORS b/LOCALIZATION_CONTRIBUTORS index e1d6b85cf..0c998f1b1 100644 --- a/LOCALIZATION_CONTRIBUTORS +++ b/LOCALIZATION_CONTRIBUTORS @@ -43,16 +43,20 @@ Sungjoo Hwang | Denny-Hwang Dayeong Kang | tula3and Mingi Ryu | mingiryu Young Ju Tak | glucktak +Sumin Jin | nineil91 Indonesian (ID) Hanifan Rizki Nurahman | Hanifanrn Natasha Valentina | natashaval -Portuguese (PT) +Portuguese (PT_UN) Gustavo Mirapalheta | gustavomirapalheta Marco Antonio Barroca | MarcoBarroca +André Galdino dos Santos | andregs2709 +Natália Capra Ferrazzo | nataliaferrazzo +Omar Costa Hamido | omarcostahamido Simplified Chinese (ZH-CHS) @@ -60,7 +64,7 @@ Yunzhe Zheng | Dran-Z Weixiao Sun | sunwx17 Bin Liu | fjirsmliu Gang Ning | NG-Glen - +Mengyin Tan | Linxi Hindi (HI) diff --git a/README.md b/README.md index b995ebc59..454d3bf3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # platypus -This repository is home of the new [Qiskit Textbook (beta)](https://qiskit.org/textbook-beta/). +This repository is home of the new [Qiskit Textbook (beta)](https://qiskit.org/learn/). The previous version of the Qiskit Textbook textbook can be found [here](https://github.com/qiskit-community/qiskit-textbook). diff --git a/cypress/integration/sidebar.spec.js b/cypress/integration/sidebar.spec.js index 59d4da8e0..022f4aee1 100644 --- a/cypress/integration/sidebar.spec.js +++ b/cypress/integration/sidebar.spec.js @@ -39,7 +39,7 @@ describe('Sidebar', () => { it('back to home link links to textbook home', () => { const viewports = ['ipad-2', 'macbook-15'] const linkSelector = '[data-test=back-to-home-link]' - const textbookHomeUrl = 'https://qiskit.org/textbook-beta' + const textbookHomeUrl = 'https://qiskit.org/learn' viewports.forEach((viewport) => { cy.viewport(viewport) diff --git a/frontend/vue/components/MiniComposer/Circuit.vue b/frontend/vue/components/MiniComposer/Circuit.vue index fdd73df6a..a2023c188 100644 --- a/frontend/vue/components/MiniComposer/Circuit.vue +++ b/frontend/vue/components/MiniComposer/Circuit.vue @@ -5,6 +5,7 @@ :key="index" :circuit-state="qubitLine" :auto-measure-gate="autoMeasureGate" + :max-gates="maxGates" @onGatesChanged="OnGatesChanged" />