You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/08/02 10:02:38 UTC

[camel] branch fix-links-camel-google-bigquery-readme created (now c869917faaa)

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch fix-links-camel-google-bigquery-readme
in repository https://gitbox.apache.org/repos/asf/camel.git


      at c869917faaa (chores) camel-google-bigquery: fix links in readme

This branch includes the following new commits:

     new c869917faaa (chores) camel-google-bigquery: fix links in readme

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: (chores) camel-google-bigquery: fix links in readme

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch fix-links-camel-google-bigquery-readme
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c869917faaab5102b27ea016266912876f05e146
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Wed Aug 2 12:02:32 2023 +0200

    (chores) camel-google-bigquery: fix links in readme
---
 components/camel-google/camel-google-bigquery/ReadMe.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-google/camel-google-bigquery/ReadMe.md b/components/camel-google/camel-google-bigquery/ReadMe.md
index aff4f015e86..18ca6e51202 100644
--- a/components/camel-google/camel-google-bigquery/ReadMe.md
+++ b/components/camel-google/camel-google-bigquery/ReadMe.md
@@ -15,7 +15,7 @@ emulator is available.
 A Google Cloud account with a configured BigQuery instance is required with a dataset created.
 
 Google BigQuery component authentication is targeted for use with the GCP Service Accounts.
-For more information please refer to https://cloud.google.com/docs/authentication[Google Cloud Platform Auth Guide]
+For more information please refer to [Google Cloud Platform Auth Guide](https://cloud.google.com/docs/authentication)
 
 Google security credentials for the tests can be set in the `src/test/resources/simple.properties` file by setting
 either one of the following in order of preference:
@@ -23,8 +23,7 @@ either one of the following in order of preference:
 * Service Account Email and Service Account Key (PEM format) (`service.account` and `service.key`)
 * GCP credentials file location (`service.credentialsFileLocation`)
 
-Or implicitly, where the connection factory falls back on
-https://developers.google.com/identity/protocols/application-default-credentials#howtheywork[Application Default Credentials].
+Or implicitly, where the connection factory falls back on [Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork).
 
 *OBS!* The location of the default credentials file is configurable - via GOOGLE_APPLICATION_CREDENTIALS environment variable.