fix links - CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a927e592 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a927e592 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a927e592 Branch: refs/heads/master Commit: a927e5923323915cbc05b991db51ed688da47e36 Parents: 7b7e4fc Author: Robert Dale <robd...@gmail.com> Authored: Mon Dec 18 13:49:53 2017 -0500 Committer: Robert Dale <robd...@gmail.com> Committed: Mon Dec 18 13:49:53 2017 -0500 ---------------------------------------------------------------------- docs/src/dev/provider/index.asciidoc | 2 +- docs/src/upgrade/release-3.3.x.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a927e592/docs/src/dev/provider/index.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/provider/index.asciidoc b/docs/src/dev/provider/index.asciidoc index 6454037..ce4e9f4 100644 --- a/docs/src/dev/provider/index.asciidoc +++ b/docs/src/dev/provider/index.asciidoc @@ -1187,7 +1187,7 @@ a final `create` method as follows: public GremlinPlugin create() ---- -Please see the link:http://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/jsr223/ImportGremlinPlugin.html +Please see the link:http://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/jsr223/ImportGremlinPlugin.html[ImportGremlinPlugin] for an example of what implementing a `Builder` might look like in this context. Note that the plugin provides a unique name for the plugin which follows a namespaced pattern as _namespace_._plugin-name_ http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a927e592/docs/src/upgrade/release-3.3.x.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc index 0848d2f..7a95d54 100644 --- a/docs/src/upgrade/release-3.3.x.asciidoc +++ b/docs/src/upgrade/release-3.3.x.asciidoc @@ -615,7 +615,7 @@ If the old `GryoSerializer` model is desired, then the properties file should si spark.serializer=org.apache.tinkerpop.gremlin.spark.structure.io.gryo.GryoSerializer ``` -See: link:https://issues.apache.org/jira/browse/TINKERPOP-1389 +See: link:https://issues.apache.org/jira/browse/TINKERPOP-1389[TINKERPOP-1389] ==== ScriptInputFormat