-
Notifications
You must be signed in to change notification settings - Fork 50
docs: changed broken logo #1866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
caa7a7c
to
31215fa
Compare
@@ -35,12 +35,12 @@ | |||
"\n", | |||
" <td>\n", | |||
" <a href=\"https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/ai_operators.ipynb\">\n", | |||
" <img src=\"https://cloud.google.com/ml-engine/images/colab-logo-32px.png\" alt=\"Colab logo\"> Run in Colab\n", | |||
" <img src=\"../../third_party/logo/colab-logo.png\" alt=\"Colab logo\"> Run in Colab\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will only render well on GitHub, not other places the notebook might be included. Please update this to
@@ -35,12 +35,12 @@ | |||
"\n", | |||
" <td>\n", | |||
" <a href=\"https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/ai_operators.ipynb\">\n", | |||
" <img src=\"https://cloud.google.com/ml-engine/images/colab-logo-32px.png\" alt=\"Colab logo\"> Run in Colab\n", | |||
" <img src=\"../../third_party/logo/colab-logo.png\" alt=\"Colab logo\"> Run in Colab\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can upload the png files in another PR first, then use absolute paths instead?
31215fa
to
a12d42c
Compare
docs: changed broken logo
b/427981044