File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
tools/templates/subsite/g3doc/tutorials Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 48
48
"source" : [
49
49
" <table class=\" tfo-notebook-buttons\" align=\" left\" >\n " ,
50
50
" <td>\n " ,
51
- " <a target=\" _blank\" href=\" https://www.tensorflow.org/{PATH}\" >\n " ,
52
- " <img src=\" https://www.tensorflow.org/images/tf_logo_32px.png\" />\n " ,
53
- " View on TensorFlow.org</a>\n " ,
51
+ " <a target=\" _blank\" href=\" https://www.tensorflow.org/{TENSORFLOW_PATH}\" ><img src=\" https://www.tensorflow.org/images/tf_logo_32px.png\" />View on TensorFlow.org</a>\n " ,
54
52
" </td>\n " ,
55
53
" <td>\n " ,
56
- " <a target=\" _blank\" href=\" https://colab.research.google.com/github/tensorflow/docs/blob/master/tools/templates/subsite/g3doc/tutorials/notebook.ipynb\" >\n " ,
57
- " <img src=\" https://www.tensorflow.org/images/colab_logo_32px.png\" />\n " ,
58
- " Run in Google Colab</a>\n " ,
54
+ " <a target=\" _blank\" href=\" https://colab.research.google.com/github/{GITHUB_PATH}\" ><img src=\" https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n " ,
59
55
" </td>\n " ,
60
56
" <td>\n " ,
61
- " <a target=\" _blank\" href=\" https://github.com/tensorflow/docs/blob/master/tools/templates/subsite/g3doc/tutorials/notebook.ipynb\" >\n " ,
62
- " <img src=\" https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />\n " ,
63
- " View source on GitHub</a>\n " ,
57
+ " <a target=\" _blank\" href=\" https://github.com/{GITHUB_PATH}\" ><img src=\" https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n " ,
58
+ " </td>\n " ,
59
+ " <td>\n " ,
60
+ " <a href=\" https://storage.googleapis.com/tensorflow_docs/docs/site/en/{TENSORFLOW_PATH}.ipynb\" ><img src=\" https://www.tensorflow.org/images/download_logo_32px.png\" />Download notebook</a>\n " ,
64
61
" </td>\n " ,
65
62
" </table>"
66
63
]
You can’t perform that action at this time.
0 commit comments