@google-cloud/pubsub 4.1.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -202,8 +202,8 @@ message CreateSchemaRequest {
202
202
  // The ID to use for the schema, which will become the final component of
203
203
  // the schema's resource name.
204
204
  //
205
- // See https://cloud.google.com/pubsub/docs/admin#resource_names for resource
206
- // name constraints.
205
+ // See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for
206
+ // resource name constraints.
207
207
  string schema_id = 3;
208
208
  }
209
209