Skip to content

Commit 33b4833

Browse files
committed
Merge branch '3.7-dev' into 3.8-dev
2 parents d6b80bd + c904af8 commit 33b4833

11 files changed

+11
-10
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
128128
* Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
129129
* Upgraded Node version from 18 to 20
130130
* Upgraded Go to version 1.24
131+
* Fixed broken image links in published documentation
131132
132133
[[release-3-7-3]]
133134
=== TinkerPop 3.7.3 (October 23, 2024)

docs/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<html>
1818
<body>
1919
<!-- The contents below get injected to the javadoc "overview.html". -->
20-
<a href="http://tinkerpop.apache.org" target="_blank"><img src="https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/apache-tinkerpop-logo.png" width="300px"/></a><br/>
20+
<a href="http://tinkerpop.apache.org" target="_blank"><img src="https://tinkerpop.apache.org/img/apache-tinkerpop-logo.png" width="300px"/></a><br/>
2121
TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP) under the Apache2 license.
2222
</body>
2323
</html>

docs/src/upgrade/release-3.0.x-incubating.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.0.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-hindu.png[width=225]
20+
image::gremlin-hindu.png[width=225]
2121
2222
*A Gremlin Rāga in 7/16 Time*
2323

docs/src/upgrade/release-3.1.x-incubating.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.1.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-gangster.png[width=225]
20+
image::gremlin-gangster.png[width=225]
2121
2222
*A 187 On The Undercover Gremlinz*
2323

docs/src/upgrade/release-3.2.x-incubating.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.2.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=225]
20+
image::nine-inch-gremlins.png[width=225]
2121
2222
*Nine Inch Gremlins*
2323

docs/src/upgrade/release-3.3.x.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.3.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-mozart.png[width=225]
20+
image::gremlin-mozart.png[width=225]
2121
2222
*Gremlin Symphony #40 in G Minor*
2323

docs/src/upgrade/release-3.4.x.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.4.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/avant-gremlin.png[width=225]
20+
image::avant-gremlin.png[width=225]
2121
2222
*Avant-Gremlin Construction #3 for Theremin and Flowers*
2323

docs/src/upgrade/release-3.5.x.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.5.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-sleeping-beauty.png[width=225]
20+
image::gremlin-sleeping-beauty.png[width=225]
2121
2222
*The Sleeping Gremlin: No. 18 Entr'acte Symphonique*
2323

docs/src/upgrade/release-3.6.x.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.6.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-victorian.png[width=185]
20+
image::gremlin-victorian.png[width=185]
2121
2222
*Tinkerheart*
2323

docs/src/upgrade/release-3.7.x.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
1818
= TinkerPop 3.7.0
1919
20-
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]
20+
image::gremlin-zamfir.png[width=185]
2121
2222
*Gremfir Master of the Pan Flute*
2323

0 commit comments

Comments
 (0)