Skip to content

Commit c5d8f65

Browse files
authored
Update url in doc comment (#5894)
1 parent 4dd6aba commit c5d8f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/storage/src/public-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@ export interface FullMetadata extends UploadMetadata {
195195

196196
/**
197197
* The object's generation.
198-
* {@link https://cloud.google.com/storage/docs/generations-preconditions}
198+
* {@link https://cloud.google.com/storage/docs/metadata#generation-number}
199199
*/
200200
generation: string;
201201

202202
/**
203203
* The object's metageneration.
204-
* {@link https://cloud.google.com/storage/docs/generations-preconditions}
204+
* {@link https://cloud.google.com/storage/docs/metadata#generation-number}
205205
*/
206206
metageneration: string;
207207

0 commit comments

Comments
 (0)