Repository: tinkerpop
Updated Branches:
refs/heads/master 6f8a2a9e8 -> d083c942b
Fixed broken link in dev docs CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e96ed0c2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e96ed0c2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e96ed0c2
Branch: refs/heads/master
Commit: e96ed0c2d9ccd935c0cf8173b5f78dd45379d453
Parents: df7b0f1
Author: Stephen Mallette <spmva@genoprime.com>
Authored: Fri Aug 11 08:00:34 2017 -0400
Committer: Stephen Mallette <spmva@genoprime.com>
Committed: Fri Aug 11 08:00:34 2017 -0400
----------------------------------------------------------------------
docs/src/dev/developer/contributing.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e96ed0c2/docs/src/dev/developer/contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/contributing.asciidoc b/docs/src/dev/developer/contributing.asciidoc
index b233dbd..c82651e 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -85,7 +85,7 @@ of the version it is tied to. To view generated documentation locally, read
more
the <<documentation-environment,Documentation Environment>> section.
For web site changes, the process is largely the same except that the documentation system
is HTML based instead of
-Asciidoc. The content can be found in the source control tree at link:[https://github.com/apache/tinkerpop/tree/master/docs/site[docs/site].
+Asciidoc. The content can be found in the source control tree at link:https://github.com/apache/tinkerpop/tree/master/docs/site[docs/site].
The web site is always published from the `master` branch as it is not bound to a version,
so there is no need to
submit a pull request to any other branches besides that one. If the change to this documentation
involves changing
provider listings in some way, first propose the those changes on the dev@tinkerpop.apache.org
mailing list and achieve
|