Skip to content

Commit

Permalink
Fixes broken image link to cloud shell button (googleapis#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami authored and jmdobry committed Apr 18, 2018
1 parent b0b9605 commit af347e5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
google-cloud-logging-winston-*.tgz
google-cloud-logging-bunyan-*.tgz
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Ace Nassri <anassri@google.com>
Alexander Fenster <fenster@google.com>
Alexander Fenster <github@fenster.name>
Alix Hamilton <ajhamilton@google.com>
Ashley Schuett <ashleyns1992@gmail.com>
Cristian Cavalli <cristiancavall@google.com>
Dave Gramlich <callmehiphop@gmail.com>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
[//]: # "To regenerate it, use `npm run generate-scaffolding`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [Google BigQuery: Node.js Client](https://github.com/googleapis/nodejs-bigquery)
Expand Down Expand Up @@ -130,4 +132,4 @@ See [LICENSE](https://github.com/googleapis/nodejs-bigquery/blob/master/LICENSE)

[client-docs]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/bigquery/latest/bigquery
[product-docs]: https://cloud.google.com/bigquery/docs
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"Ace Nassri <anassri@google.com>",
"Alexander Fenster <fenster@google.com>",
"Alexander Fenster <github@fenster.name>",
"Alix Hamilton <ajhamilton@google.com>",
"Ashley Schuett <ashleyns1992@gmail.com>",
"Cristian Cavalli <cristiancavall@google.com>",
"Dave Gramlich <callmehiphop@gmail.com>",
Expand Down
4 changes: 3 additions & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
[//]: # "To regenerate it, use `npm run generate-scaffolding`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# Google BigQuery: Node.js Samples
Expand Down Expand Up @@ -151,5 +153,5 @@ For more information, see https://cloud.google.com/bigquery/docs
[queries_2_docs]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/bigquery/latest/bigquery
[queries_2_code]: queries.js

[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/README.md

0 comments on commit af347e5

Please sign in to comment.