Skip to content

Commit 69876f5

Browse files
authored
Replacing underscores with hyphens for crawlability (#206) (#207)
1 parent d6ca482 commit 69876f5

13 files changed

+21
-21
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
** xref:java-embedded/query-parameters.adoc[]
3131
3232
* xref:traversal-framework/index.adoc[]
33-
** xref:traversal-framework/traversal_framework_java_api.adoc[]
34-
** xref:traversal-framework/bidirectional_traversal_framework.adoc[]
35-
** xref:traversal-framework/traversal_framework_example.adoc[]
33+
** xref:traversal-framework/traversal-framework-java-api.adoc[]
34+
** xref:traversal-framework/bidirectional-traversal-framework.adoc[]
35+
** xref:traversal-framework/traversal-framework-example.adoc[]
3636
3737
* xref:transaction-management.adoc[]
3838

modules/ROOT/images/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ Images.
2525
![](hello-world.png)
2626

2727

28-
`jconsole_beans.png`
28+
`jconsole-beans.png`
2929

30-
![](jconsole_beans.png)
30+
![](jconsole-beans.png)
3131

3232

33-
`jconsole_beans1.png`
33+
`jconsole-beans1.png`
3434

35-
![](jconsole_beans.png)
35+
![](jconsole-beans.png)
3636

3737

38-
`jconsole_connect.png`
38+
`jconsole-connect.png`
3939

40-
![](jconsole_beans.png)
40+
![](jconsole-beans.png)
4141

4242

43-
`jconsole_connect1.png`
43+
`jconsole-connect1.png`
4444

45-
![](jconsole_connect1.png)
45+
![](jconsole-connect1.png)
4646

4747

4848
`play.png`
File renamed without changes.
File renamed without changes.

modules/ROOT/pages/jmx-metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ $JAVA_HOME/bin/jconsole
172172
Connect to the process running your Neo4j database instance:
173173

174174
.Connecting JConsole to the Neo4j Java process
175-
image::jconsole_connect1.png[alt="Connecting with JConsole", width=300]
175+
image::jconsole-connect1.png[alt="Connecting with JConsole", width=300]
176176

177177
[NOTE]
178178
====
@@ -187,5 +187,5 @@ Under that, you have access to all the monitoring information exposed by Neo4j.
187187
For opening JMX to remote monitoring access, please see <<jmx-remote>> and link:https://docs.oracle.com/en/java/javase/11/management/monitoring-and-management-using-jmx-technology.html#GUID-805517EC-2D33-4D61-81D8-4D0FA770D1B8[the JMX documention^].
188188

189189
.Neo4j MBeans view
190-
image::jconsole_beans1.png[alt="Neo4j MBeans view", width=600]
190+
image::jconsole-beans1.png[alt="Neo4j MBeans view", width=600]
191191

modules/ROOT/pages/traversal-framework/bidirectional_traversal_framework.adoc renamed to modules/ROOT/pages/traversal-framework/bidirectional-traversal-framework.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In the accepted path `(1)-[:A]->(2)-[:A]->(3)-[:B]->(4)-[:B]->(5)`, the traverse
2222
====
2323
The `Uniqueness` is shared between both traversals, which means that there will be no results if the `Uniqueness` is set to `Uniqueness.NODE_GLOBAL` (which is the default) as both traversals need to reach the same node to cause a collision.
2424
Therefore, when using `BidirectionalTraversalDescription`, always set the `Uniqueness` manually.
25-
For more information on the available options, see xref:traversal-framework/traversal_framework_java_api.adoc#traversal-java-api-uniqueness[`Uniqueness` options].
25+
For more information on the available options, see xref:traversal-framework/traversal-framework-java-api.adoc#traversal-java-api-uniqueness[`Uniqueness` options].
2626
====
2727

2828
== Defining the bidirectional traverser

0 commit comments

Comments
 (0)