quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Use absolute URL for Cirq education resources #6668

Closed pavoljuhas closed 2 months ago

pavoljuhas commented 2 months ago

Problem: Documentation build converts root-anchored reference /REF in notebook markdown to https://quantumai.google/cirq/REF but education page is at https://quantumai.google/resources.

Solution: Use absolute URL to the education page.

Fixes: #6646

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.82%. Comparing base (3922a63) to head (7e4e819).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6668 +/- ## ========================================== - Coverage 97.82% 97.82% -0.01% ========================================== Files 1068 1068 Lines 91919 91919 ========================================== - Hits 89917 89916 -1 - Misses 2002 2003 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.