Skip to content

Commit f8af943

Browse files
committed
Fix broken link to docs on :help frames
1 parent 0303e86 commit f8af943

31 files changed

+36
-36
lines changed

app/content/guides/explore.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ article.guide
4545
img(src='/content/help/guides/img/books.png')
4646
ul
4747
li
48-
a.external(href='http://neo4j.com/docs/{{neo4j.version}}/') Neo4j Manual
48+
a.external(href='{{ neo4j.version | neo4jDeveloperDoc }}/') Neo4j Manual
4949
| - the official reference
5050
li
5151
a.external(href='http://graphdatabases.com/') Graph Databases

app/content/help/contains.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ article.help
1515
th Reference:
1616
td
1717
code
18-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-where.html') WHERE
18+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-where') WHERE
1919
| manual page
2020
tr
2121
th Related:

app/content/help/create-index-on.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ article.help
1919
th Reference:
2020
td
2121
code
22-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-schema-index.html') schema indexes
22+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-schema-index') schema indexes
2323
| manual page
2424
tr
2525
th Related:

app/content/help/create-unique.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ article.help
1919
th Reference:
2020
td
2121
code
22-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-create-unique.html') CREATE UNIQUE
22+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-create-unique') CREATE UNIQUE
2323
| manual page
2424
tr
2525
th Related:

app/content/help/create.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ article.help
1616
th Reference:
1717
td
1818
code
19-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-create.html') CREATE
19+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-create') CREATE
2020
| manual page
2121
tr
2222
th Related:

app/content/help/cypher.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ article.help
1919
tr
2020
th Reference:
2121
td
22-
a(href='http://neo4j.com/docs/{{neo4j.version}}/cypher-introduction.html')
22+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#cypher-introduction')
2323
| Cypher introduction
2424
tr
2525
th Related:

app/content/help/delete.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ article.help
2020
th Reference:
2121
td
2222
code
23-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-delete.html') DELETE
23+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-delete') DELETE
2424
| manual page
2525
tr
2626
th Related:

app/content/help/detach-delete.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ article.help
1414
th Reference:
1515
td
1616
code
17-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-delete.html') DELETE
17+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-delete') DELETE
1818
| manual page
1919
tr
2020
th Related:

app/content/help/drop-index-on.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ article.help
1919
th Reference:
2020
td
2121
code
22-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-schema-index.html') schema indexes
22+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-schema-index') schema indexes
2323
| manual page
2424
tr
2525
th Related:

app/content/help/ends-with.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ article.help
1515
th Reference:
1616
td
1717
code
18-
a(href='http://neo4j.com/docs/{{neo4j.version}}/query-where.html') WHERE
18+
a(href='{{ neo4j.version | neo4jDeveloperDoc }}/#query-where') WHERE
1919
| manual page
2020
tr
2121
th Related:

0 commit comments

Comments
 (0)