TheNeuralBit commented on a change in pull request #12720:
URL: https://github.com/apache/beam/pull/12720#discussion_r479487518
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/io/SchemaIO.java
##########
@@ -36,6 +36,9 @@
* <p><b>Internal only:</b> This interface is actively being worked on and it
will likely change as
* we provide implementations for more standard Beam IOs. We provide no
backwards compatibility
* guarantees and it should not be implemented outside of the Beam repository.
+ *
+ * <p>For a detailed walkthrough of implementation, see <a
+ *
href="s.apache.org/schemaio-development-guide">s.apache.org/schemaio-development-guide
</a>
Review comment:
```suggestion
*
href="https://s.apache.org/schemaio-development-guide">s.apache.org/schemaio-development-guide
</a>
```
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/io/SchemaIOProvider.java
##########
@@ -31,6 +31,9 @@
* <p><b>Internal only:</b> This interface is actively being worked on and it
will likely change as
* we provide implementations for more standard Beam IOs. We provide no
backwards compatibility
* guarantees and it should not be implemented outside of the Beam repository.
+ *
+ * <p>For a detailed walkthrough of implementation, see <a
+ *
href="s.apache.org/schemaio-development-guide">s.apache.org/schemaio-development-guide
</a>
Review comment:
```suggestion
*
href="https://s.apache.org/schemaio-development-guide">s.apache.org/schemaio-development-guide
</a>
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]