This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 8fbf7cfc5e9 (chores) camel-google-bigquery: fix links in readme (#10959) 8fbf7cfc5e9 is described below commit 8fbf7cfc5e9cf2b2e78f66654e127c75785c23a2 Author: Nicolas Filotto <essob...@users.noreply.github.com> AuthorDate: Wed Aug 2 14:22:16 2023 +0200 (chores) camel-google-bigquery: fix links in readme (#10959) ## Motivation The links in the readme are not in the right format consequently they are not clickable ## Modifications: * Apply the markdown format to the links which is `[Link text Here](https://link-url-here.org)` --- 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.