Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit d020bab

Browse files
authored
Fix link to Binder to use new URL format (#816)
See https://discourse.jupyter.org/t/mybinder-org-using-jupyterlab-by-default/10715 for the announcement of the breaking change; old URL formats with filepath give 404 error.
1 parent b8159a1 commit d020bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qir/Tests/QIR-dynamic/qsharp/qir-test-assert.qs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ namespace Microsoft.Quantum.Testing.QIR {
172172
// Multiple qubits:
173173

174174
// Quantum Katas, Joint Measurement Workbook,
175-
// https://mybinder.org/v2/gh/microsoft/QuantumKatas/HEAD?filepath=JointMeasurements%2FWorkbook_JointMeasurements.ipynb
175+
// https://mybinder.org/v2/gh/microsoft/QuantumKatas/main?urlpath=/notebooks/JointMeasurements%2FWorkbook_JointMeasurements.ipynb
176176

177177
// Task 1. Single-qubit measurement
178178
// Task 2. Parity measurement

0 commit comments

Comments
 (0)