diff --git a/lib/logging/index.js b/lib/logging/index.js index 424fda75b5d..616f67f83a6 100644 --- a/lib/logging/index.js +++ b/lib/logging/index.js @@ -246,7 +246,7 @@ Logging.prototype.createSink = function(name, config, callback) { * @resource [LogEntry JSON representation]{@link https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/LogEntry} * * @param {object=|string=} resource - See a - * [Monitored Resource]{@link https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/MonitoredResource}. + * [Monitored Resource](https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/MonitoredResource). * @param {object|string} data - The data to use as the value for this log * entry. * @return {module:logging/entry} diff --git a/lib/logging/log.js b/lib/logging/log.js index e58880081d4..f7b7b3b977e 100644 --- a/lib/logging/log.js +++ b/lib/logging/log.js @@ -257,7 +257,7 @@ Log.prototype.emergency = function(entry, options, callback) { * @resource [LogEntry JSON representation]{@link https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/LogEntry} * * @param {object=|string=} resource - See a - * [Monitored Resource]{@link https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/MonitoredResource}. + * [Monitored Resource](https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/MonitoredResource). * @param {object|string} data - The data to use as the value for this log * entry. * @return {module:logging/entry} diff --git a/lib/prediction/index.js b/lib/prediction/index.js index f0666db7987..1be462a4438 100644 --- a/lib/prediction/index.js +++ b/lib/prediction/index.js @@ -121,7 +121,7 @@ nodeutil.inherits(Prediction, Service); * * @param {string} id - Unique name for the model. E.g. "my-model" * @param {object=} options - See the - * [Trainedmodels: insert API Documentation]{@link https://cloud.google.com/prediction/docs/reference/v1.6/trainedmodels/insert} + * [Trainedmodels: insert API Documentation](https://cloud.google.com/prediction/docs/reference/v1.6/trainedmodels/insert) * request body. * @param {module:storage/file} options.data - A CSV file to use as training * data.