@@ -744,7 +744,7 @@ File.prototype.createReadStream = function(options) {
744744 * Create a unique resumable upload session URI. This is the first step when
745745 * performing a resumable upload.
746746 *
747- * See the [Resumable upload guide](https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload# resumable)
747+ * See the [Resumable upload guide](https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload )
748748 * for more on how the entire process works.
749749 *
750750 * <h4>Note</h4>
@@ -753,7 +753,7 @@ File.prototype.createReadStream = function(options) {
753753 * any of the details, see {module:storage/createWriteStream}. Resumable uploads
754754 * are performed by default.
755755 *
756- * @resource [Resumable upload guide]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload# resumable}
756+ * @resource [Resumable upload guide]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload }
757757 *
758758 * @param {object= } options - Configuration object.
759759 * @param {object } options.metadata - Metadata to set on the file.
@@ -843,7 +843,7 @@ File.prototype.createResumableUpload = function(options, callback) {
843843 * NOTE: Writable streams will emit the `finish` event when the file is fully
844844 * uploaded.
845845 *
846- * @resource [Upload Options (Simple or Resumable)]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload#uploads }
846+ * @resource [Upload Options (Simple or Resumable)]{@link https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload}
847847 * @resource [Objects: insert API Documentation]{@link https://cloud.google.com/storage/docs/json_api/v1/objects/insert}
848848 *
849849 * @param {object= } options - Configuration object.
@@ -1183,7 +1183,7 @@ File.prototype.setEncryptionKey = function(encryptionKey) {
11831183 * Get a signed policy document to allow a user to upload data with a POST
11841184 * request.
11851185 *
1186- * @resource [Policy Document Reference]{@link https://cloud.google.com/storage/docs/reference-methods #policydocument}
1186+ * @resource [Policy Document Reference]{@link https://cloud.google.com/storage/docs/xml-api/post-object #policydocument}
11871187 *
11881188 * @throws {Error } If an expiration timestamp from the past is given.
11891189 * @throws {Error } If options.equals has an array with less or more than two
@@ -1351,7 +1351,7 @@ File.prototype.getSignedPolicy = function(options, callback) {
13511351/**
13521352 * Get a signed URL to allow limited time access to the file.
13531353 *
1354- * @resource [Signed URLs Reference]{@link https://cloud.google.com/storage/docs/access-control#Signed-URLs }
1354+ * @resource [Signed URLs Reference]{@link https://cloud.google.com/storage/docs/access-control/signed-urls }
13551355 *
13561356 * @throws {Error } if an expiration timestamp from the past is given.
13571357 *
0 commit comments