Skip to content

Commit

Permalink
Remove go/ link from colab.ipynb (#3963)
Browse files Browse the repository at this point in the history
go/ links should not be used externally.
  • Loading branch information
tanujkhattar committed Mar 24, 2021
1 parent 46efaae commit 966fc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/google/colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"source": [
"## Authenticate and install Cirq\n",
"\n",
"For details of authentication and installation, please see [go/quantum-engine-quickstart](http://go/quantum-engine-quickstart). \n",
"For details of authentication and installation, please see [Get started with Quantum Computing Service](start.ipynb).\n",
"\n",
"Note: The below code will install the latest stable release of cirq. If you need the latest and greatest features and don't mind if a few things aren't quite working correctly, you can install the pre-release version of `cirq` using `pip install --pre cirq` instead of `pip install cirq` to get the most up-to-date features of cirq.\n",
"\n",
Expand Down

0 comments on commit 966fc02

Please sign in to comment.