Skip to content

Commit

Permalink
Fixes typo in cloud console url.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 317351360
  • Loading branch information
alextumanov authored and nickgeorge committed Jun 22, 2020
1 parent f419768 commit e25f2ef
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<b>You can check the status of the job and other information on <a href=\"https://pantheon.corp.google.com/mlengine/jobs\">GCP CloudML page</a> </b>"
"<b>You can check the status of the job and other information on <a href=\"https://console.cloud.google.com/mlengine/jobs\">GCP CloudML page</a> </b>"
]
},
{
Expand Down Expand Up @@ -801,7 +801,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<b>You can check the status of the job and other information on <a href=\"https://pantheon.corp.google.com/mlengine/jobs\">GCP CloudML page</a> </b>"
"<b>You can check the status of the job and other information on <a href=\"https://console.cloud.google.com/mlengine/jobs\">GCP CloudML page</a> </b>"
]
},
{
Expand Down Expand Up @@ -829,8 +829,17 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.15"
},
"pycharm": {
"stem_cell": {
"cell_type": "raw",
"source": [],
"metadata": {
"collapsed": false
}
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit e25f2ef

Please sign in to comment.