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 2022/02/14 22:24:19 UTC

[tinkerpop] 02/02: Fixing links in docs CTR

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

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

commit 686ec33d9a710ced95072837ae1414cb8e892cd8
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Feb 14 17:23:59 2022 -0500

    Fixing links in docs CTR
---
 docs/src/dev/future/index.asciidoc      | 2 +-
 docs/src/dev/provider/policies.asciidoc | 6 +++---
 docs/src/recipes/index.asciidoc         | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/src/dev/future/index.asciidoc b/docs/src/dev/future/index.asciidoc
index 7efc06b..60541fe 100644
--- a/docs/src/dev/future/index.asciidoc
+++ b/docs/src/dev/future/index.asciidoc
@@ -45,7 +45,7 @@ Development has not yet started on the 3.7.x release line with a targeted releas
 major feature improvements targeted for this release.  The scope for many of these items still needs to be defined.
 
 * Add support for traversals as parameters for `V()`, `is()`, and `has()`
-* Geospatial support for TinkerPop (link:https://lists.apache.org/list?dev@tinkerpop.apache.org:2021-7:DISCUSS%20geo-spatial[DISCUSS Thread])
+* Geospatial support for TinkerPop (link:++https://lists.apache.org/list?dev@tinkerpop.apache.org:2021-7:DISCUSS%20geo-spatial++[DISCUSS Thread])
 * Add mid-traversal `E()` support
 * Add `with()` option for traversal to not return reference vertices
 * Add subgraph/tree structure in all GLVs
diff --git a/docs/src/dev/provider/policies.asciidoc b/docs/src/dev/provider/policies.asciidoc
index f1c6f1f..52a38bb 100644
--- a/docs/src/dev/provider/policies.asciidoc
+++ b/docs/src/dev/provider/policies.asciidoc
@@ -40,7 +40,7 @@ its version compatibility requirements.
 
 Note that the Apache Software Foundation's link:https://www.apache.org/foundation/marks/linking[linking policy]
 supersede those stipulated by Apache TinkerPop. All things considered, if your project meets the requirements, please
-email Apache TinkerPop's link:+++https://lists.apache.org/list.html?dev@tinkerpop.apache.org+++[developer mailing list]
+email Apache TinkerPop's link:++https://lists.apache.org/list.html?dev@tinkerpop.apache.org++[developer mailing list]
 requesting that your project be added to a listing.
 
 [[policy-graphics]]
@@ -48,7 +48,7 @@ requesting that your project be added to a listing.
 
 Apache TinkerPop has a plethora of graphics that the community can use. There are four categories of graphics. These
 categories and their respective policies are presented below. If you are unsure of the category of a particular
-graphic, please ask on our link:+++https://lists.apache.org/list.html?dev@tinkerpop.apache.org+++[developer mailing list]
+graphic, please ask on our link:++https://lists.apache.org/list.html?dev@tinkerpop.apache.org++[developer mailing list]
 before using it. Finally, note that the Apache Software Foundation's
 link:https://www.apache.org/foundation/marks/[trademark policies] supersede those stipulated by Apache TinkerPop.
 
@@ -84,7 +84,7 @@ being used for technical explanatory purposes.
 === Character Scene Graphics
 
 Character scene graphics require permission before being used. Please ask for permission on the Apache TinkerPop
-link:+++https://lists.apache.org/list.html?dev@tinkerpop.apache.org+++[developer mailing list].
+link:++https://lists.apache.org/list.html?dev@tinkerpop.apache.org++[developer mailing list].
 
 [width="100%",cols="1,1,1",frame=none]
 |=========================================================
diff --git a/docs/src/recipes/index.asciidoc b/docs/src/recipes/index.asciidoc
index 6d913c9..5e6556a 100644
--- a/docs/src/recipes/index.asciidoc
+++ b/docs/src/recipes/index.asciidoc
@@ -92,7 +92,7 @@ link:https://tinkerpop.apache.org/docs/x.y.z/dev/developer/#docker-integration[D
 changes are complete, submit a pull request for review by TinkerPop committers.
 
 NOTE: Please review existing recipes and attempt to conform to their writing and visual style. It may also be a good
-idea to discuss ideas for a recipe on the link:+++https://lists.apache.org/list.html?dev@tinkerpop.apache.org+++[developer mailing list]
+idea to discuss ideas for a recipe on the link:++https://lists.apache.org/list.html?dev@tinkerpop.apache.org++[developer mailing list]
 prior to starting work on it, as the community might provide insight on the approach and idea that would be helpful.
 It is preferable that a link:https://issues.apache.org/jira/browse/TINKERPOP[JIRA issue] be opened that describes the nature
 of the recipe so that the eventual pull request can be bound to that issue.