You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/04/06 11:46:03 UTC

[13/50] tinkerpop git commit: fixed broken anchor

fixed broken anchor


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

Branch: refs/heads/TINKERPOP-1577
Commit: e621f54560f882e70f30391cf05510b8a9bc135a
Parents: 7def039
Author: Robert Dale <ro...@gmail.com>
Authored: Wed Mar 29 08:12:27 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Wed Mar 29 08:12:27 2017 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/contributing.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e621f545/docs/src/dev/developer/contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/contributing.asciidoc b/docs/src/dev/developer/contributing.asciidoc
index 63c40b7..847a353 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -188,14 +188,14 @@ in doubt, please ask on dev@tinkerpop.apache.org.
 `mvn clean install -DskipIntegrationTests=false -DincludeNeo4j`. Note that Hadoop must be running for the integration
 tests to execute.
 .. Docker can help simplify building and testing: `docker/build.sh -t -i -n`
-.. Please see the <<building-test,Building and Testing>> section for more building and testing options.
+.. Please see the <<building-testing,Building and Testing>> section for more building and testing options.
 . Consider whether documentation or tests need to be added or updated as part of the change, and add them as needed.
 .. Nearly all changes should include a modification to the `CHANGELOG.asciidoc` file - one more entries to
 help summarize the change.
 .. Some changes will require updates to the "upgrade documentation" - usually reserved for major new features and
 breaking changes.
 .. Docker can help simplify documentation generation: `docker/build.sh -d`
-.. Please see the <<building-test,Building and Testing>> section for more documentation generation options.
+.. Please see the <<building-testing,Building and Testing>> section for more documentation generation options.
 . Open the link:https://help.github.com/articles/using-pull-requests/[pull request] against the appropriate branch
 on the Apache TinkerPop repository.
 .. Target the pull request at the appropriate branch in TinkerPop's repository