Qiskit / platypus

Qiskit Textbook (beta)
https://learn.qiskit.org
Apache License 2.0
140 stars 248 forks source link

Bug: Shor's algorithm tutorial appear in search results but leads to 404 #2151

Closed HuangJunye closed 1 year ago

HuangJunye commented 1 year ago

Steps to reproduce the problem

  1. Go to https://qiskit.org/learn/

  2. Search for "Shor"

    Screenshot 2023-07-07 at 11 06 24
  3. Click on Shor's algorithm tutorial (https://qiskit.org/documentation/tutorials/algorithms/08_factorizers.html)

  4. See 404 error

What is the current behavior?

404 error

What is the expected behavior?

Shor's algorithm tutorial should not appear in the search result or it should link to the stable release where shor's algorithm tutorial still exist. (The tutorial was removed in https://github.com/Qiskit/qiskit-tutorials/pull/1368)

Screenshots

No response

Device

No response

OS

No response

Browser

No response

Additional information

No response

Raghav-Bell commented 1 year ago

Can i work on this problem?

vabarbosa commented 1 year ago

@Raghav-Bell thank you! yes, you may.

chutommy commented 1 year ago

It appears that there are two identical instances of the same code in two different locations

I'm not sure whether these two codes are connected or if they are maintained independently in parallel.

Based on the migration guide: image it seems that the link under the Algorithms section should be completely removed. It refer's to the other version of Shor's algorithm that appears in the same search query under the Quantum Protocols and Quantum Algorithms section (as it is suggested in the provided image).