Skip to content

Commit 1a2cc3b

Browse files
Update links to documentation in Readmes (#1308)
1 parent 8ea4e3a commit 1a2cc3b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
1111
Resources to get you started:
1212

1313
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
14-
- [Neo4j Manual](https://neo4j.com/docs/)
15-
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
14+
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
15+
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
1616

1717
## What's New in 5.x
1818

@@ -530,4 +530,4 @@ To access the data in a retrieved Vector you can do the following:
530530
var retrievedTypedArray = neo4jVector.asTypedArray() //This will return a TypedArray of the same type as the Vector
531531

532532
var retrievedArray = Array.from(retrievedTypedArray) //This will convert the TypedArray to a regular array of Numbers. (Not safe for Int64 arrays)
533-
```
533+
```

packages/neo4j-driver-deno/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
1717
Resources to get you started:
1818

1919
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
20-
- [Neo4j Manual](https://neo4j.com/docs/)
21-
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
20+
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
21+
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
2222
- [TLS](#tls)
2323

2424
## What's New in 5.x

packages/neo4j-driver-deno/lib/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/neo4j-driver-lite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
1414
Resources to get you started:
1515

1616
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
17-
- [Neo4j Manual](https://neo4j.com/docs/)
18-
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
17+
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
18+
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
1919

2020
## What's New in 5.x
2121

packages/neo4j-driver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
1111
Resources to get you started:
1212

1313
- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
14-
- [Neo4j Manual](https://neo4j.com/docs/)
15-
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
14+
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
15+
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
1616

1717
## What's New in 5.x
1818

0 commit comments

Comments
 (0)