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 e0a65c729f85ea21936b7cecd6fcaf54e7e79723
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Mar 31 12:13:57 2026 -0400

    Minor fixes to README.md files CTR
---
 docs/upgrade/README.md      | 14 ++++++--------
 docs/upgrade/java/README.md | 30 ++++++++++++++++--------------
 gremlin-dotnet/README.md    |  2 +-
 3 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/docs/upgrade/README.md b/docs/upgrade/README.md
index c0e2f1ebd2..61dc925299 100644
--- a/docs/upgrade/README.md
+++ b/docs/upgrade/README.md
@@ -1,5 +1,4 @@
 <!--
-
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
@@ -8,7 +7,7 @@
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at
 
- http://www.apache.org/licenses/LICENSE-2.0
+   http://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
@@ -16,7 +15,6 @@
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
  under the License.
-
 -->
 # TinkerPop Upgrade Risk Assessment Guide
 
@@ -24,11 +22,11 @@ Upgrading to TinkerPop versions can sometimes be a 
challenging process depending
 particular version and the size and complexity of a particular codebase being 
upgraded. While TinkerPop provides Upgrade
 Documentation which outlines all the changes introduced, that still leaves the 
reader with the heavy job of determining
 where in their codebase the changes will need to be applied. TinkerPop 
provides a purpose-built prompt designed for use
-with advanced coding agents, such as Claude, GitHub Copilot, or Amazon Q 
Developer, which can intelligently analyze your
-project for areas that may break or behave unexpectedly after the upgrade. 
Leveraging AI, minimizes time spent on manual
-review, reduces the likelihood of missing subtle incompatibilities, and 
provides actionable advice for adapting existing
-code to the new version. This approach enables upgrades with greater 
confidence, efficiency, and accuracy, ensuring that
-all significant compatibility issues are surfaced and addressed early in the 
migration process.
+with advanced coding agents, such as Claude, GitHub Copilot, or Kiro, which 
can intelligently analyze your project for
+areas that may break or behave unexpectedly after the upgrade. Leveraging AI 
minimizes time spent on manual review, 
+reduces the likelihood of missing subtle incompatibilities, and provides 
actionable advice for adapting existing code to
+the new version. This approach enables upgrades with greater confidence, 
efficiency, and accuracy, ensuring that all
+significant compatibility issues are surfaced and addressed early in the 
migration process.
 
 This directory contains tools and testing to help build this release 
version-specific prompt and has the following
 structure:
diff --git a/docs/upgrade/java/README.md b/docs/upgrade/java/README.md
index e5c803bb6d..ca3942b41f 100644
--- a/docs/upgrade/java/README.md
+++ b/docs/upgrade/java/README.md
@@ -1,19 +1,21 @@
-////
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
 
-http://www.apache.org/licenses/LICENSE-2.0
+   http://www.apache.org/licenses/LICENSE-2.0
 
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-////
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 ### CMDB Graph API (Java, Micronaut 4, Gremlin Server)
 
 This is a language/framework example project implementing the DevOps CMDB + 
Incident Knowledge Graph API described in `../spec/spec.md`. It connects 
remotely to a Gremlin Server and does not use any embedded graph.
diff --git a/gremlin-dotnet/README.md b/gremlin-dotnet/README.md
index f5ac76e0a8..41ae490602 100644
--- a/gremlin-dotnet/README.md
+++ b/gremlin-dotnet/README.md
@@ -51,4 +51,4 @@ for early testing purposes only. These releases are not 
suitable for production.
 [docs]: https://tinkerpop.apache.org/docs/current/reference/#gremlin-dotnet
 [console]: 
https://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/
 [steps]: 
https://tinkerpop.apache.org/docs/current/reference/#graph-traversal-steps
-[differences]: 
https://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript-differences
+[differences]: 
https://tinkerpop.apache.org/docs/current/reference/#gremlin-dotnet-differences

Reply via email to