Added links to the IO documentation from the reference docs CTR

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1e46fc4a
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1e46fc4a
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1e46fc4a

Branch: refs/heads/TINKERPOP-1742
Commit: 1e46fc4a1189e71e40439c868ab8d508939dc496
Parents: 51caf77
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Aug 9 07:08:26 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Aug 9 07:08:26 2017 -0400

----------------------------------------------------------------------
 docs/src/reference/the-graph.asciidoc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1e46fc4a/docs/src/reference/the-graph.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-graph.asciidoc 
b/docs/src/reference/the-graph.asciidoc
index 381d2a5..78856f2 100644
--- a/docs/src/reference/the-graph.asciidoc
+++ b/docs/src/reference/the-graph.asciidoc
@@ -378,6 +378,8 @@ methods should produce output that is compatible with the 
corresponding read met
 `writeVertices` should be readable as input to `readVertices` and the output 
of `writeProperty` should be readable as
 input to `readProperty`.
 
+NOTE: Additional documentation for TinkerPop IO formats can be found in the 
link:http://tinkerpop.apache.org/docs/x.y.z/dev/io/[IO Reference].
+
 GraphML Reader/Writer
 ~~~~~~~~~~~~~~~~~~~~~
 
@@ -564,6 +566,8 @@ The following GraphSON example shows the output of 
`GraphSONWriter.writeVertex()
 The vertex properly serializes to valid JSON but note that a consuming 
application will not automatically know how to
 interpret the numeric values.  In coercing those Java values to JSON, such 
information is lost.
 
+NOTE: Additional documentation for GraphSON can be found in the 
link:http://tinkerpop.apache.org/docs/x.y.z/dev/io/#graphson[IO Reference].
+
 [[graphson-types-embedding]]
 Types embedding
 ^^^^^^^^^^^^^^^

Reply via email to