Fokko commented on code in PR #3052:
URL: https://github.com/apache/avro/pull/3052#discussion_r1699659006


##########
lang/rust/avro/src/schema.rs:
##########
@@ -1022,7 +1022,7 @@ impl Schema {
     /// Converts `self` into its [Parsing Canonical Form].
     ///
     /// [Parsing Canonical Form]:
-    /// 
https://avro.apache.org/docs/1.8.2/spec.html#Parsing+Canonical+Form+for+Schemas
+    /// 
https://avro.apache.org/docs/1.8.2/specification/#parsing-canonical-form-for-schemas

Review Comment:
   ```suggestion
       /// 
https://avro.apache.org/docs/current/specification/#parsing-canonical-form-for-schemas
   ```



##########
lang/rust/avro/src/schema.rs:
##########
@@ -1032,9 +1032,9 @@ impl Schema {
     /// Generate [fingerprint] of Schema's [Parsing Canonical Form].
     ///
     /// [Parsing Canonical Form]:
-    /// 
https://avro.apache.org/docs/1.8.2/spec.html#Parsing+Canonical+Form+for+Schemas
+    /// 
https://avro.apache.org/docs/1.8.2/specification/#parsing-canonical-form-for-schemas

Review Comment:
   ```suggestion
       /// 
https://avro.apache.org/docs/current/specification/#parsing-canonical-form-for-schemas
   ```



##########
lang/rust/avro/src/schema.rs:
##########
@@ -2143,7 +2143,7 @@ impl Serialize for RecordField {
 }
 
 /// Parses a **valid** avro schema into the Parsing Canonical Form.
-/// 
https://avro.apache.org/docs/1.8.2/spec.html#Parsing+Canonical+Form+for+Schemas
+/// 
https://avro.apache.org/docs/1.8.2/specification/#parsing-canonical-form-for-schemas

Review Comment:
   ```suggestion
   /// 
https://avro.apache.org/docs/current/specification/#parsing-canonical-form-for-schemas
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to