This is an automated email from the ASF dual-hosted git repository.

rdale pushed a commit to branch tp33
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/tp33 by this push:
     new 232dc99  fixed links - CTR
232dc99 is described below

commit 232dc99a790d70f0cafd9c8e4505944d720c08ca
Author: Robert Dale <robd...@gmail.com>
AuthorDate: Tue Mar 19 06:21:04 2019 -0400

    fixed links - CTR
---
 docs/src/dev/provider/index.asciidoc             | 2 +-
 docs/src/reference/gremlin-applications.asciidoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/dev/provider/index.asciidoc 
b/docs/src/dev/provider/index.asciidoc
index fde74bc..994f120 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -1281,7 +1281,7 @@ which describes the list of classes to import when the 
plugin is activated and a
 The `ImportCustomizer` is just one of several provided `Customizer` 
implementations that can be used in conjunction
 with plugin development:
 
-* 
link:http://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/jsr223/BindingCustomizer.html[BindingCustomizer]
 - Inject a key/value pair into the global bindings of the 
`GremlinScriptEngine` instances
+* 
link:http://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/jsr223/BindingsCustomizer.html[BindingsCustomizer]
 - Inject a key/value pair into the global bindings of the 
`GremlinScriptEngine` instances
 * 
link:http://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/jsr223/ImportCustomizer.html[ImportCustomizer]
 - Add imports to a `GremlinScriptEngine`
 * 
link:http://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/jsr223/ScriptCustomizer.html[ScriptCustomizer]
 - Execute a script on a `GremlinScriptEngine` at startup
 
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 39bd408..0181efd 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1489,7 +1489,7 @@ complete. Alternatively, use a persistent graph to hold 
the credentials and conf
 
 The `Krb5Authenticator` implements the "GSSAPI" SASL mechanism (i.e. Kerberos) 
to authenticate a request from a Gremlin
 client.  It can be applied in an existing Kerberos environment and validates 
whether a
-link:https://http://www.roguelynn.com/words/explain-like-im-5-kerberos/[valid 
authentication proof and service ticket are
+link:https://www.roguelynn.com/words/explain-like-im-5-kerberos/[valid 
authentication proof and service ticket are
 offered].
 
 [source,yaml]

Reply via email to