diff --git a/cirq-ionq/cirq_ionq/ionq_native_gates.py b/cirq-ionq/cirq_ionq/ionq_native_gates.py index 8b8340a8d77..e29a00337cc 100644 --- a/cirq-ionq/cirq_ionq/ionq_native_gates.py +++ b/cirq-ionq/cirq_ionq/ionq_native_gates.py @@ -39,7 +39,7 @@ class GPIGate(cirq.Gate): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """ def __init__(self, *, phi): @@ -97,7 +97,7 @@ def __pow__(self, power): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """, ) @@ -115,7 +115,7 @@ class GPI2Gate(cirq.Gate): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """ def __init__(self, *, phi): @@ -174,7 +174,7 @@ def __pow__(self, power): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """, ) @@ -194,7 +194,7 @@ class MSGate(cirq.Gate): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """ def __init__(self, *, phi0, phi1, theta=0.25): @@ -271,7 +271,7 @@ def __pow__(self, power): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """, ) @@ -292,7 +292,7 @@ class ZZGate(cirq.Gate): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """ def __init__(self, *, theta): @@ -360,6 +360,6 @@ def __pow__(self, power): \end{bmatrix} $$ - See [IonQ best practices](https://ionq.com/docs/getting-started-with-native-gates){:external}. + See [IonQ best practices](https://docs.ionq.com/guides/getting-started-with-native-gates){:external}. """, )