Skip to content

Commit d641fdb

Browse files
authored
docs: fix Cypher documentation link in README (#2925)
1 parent 423ede0 commit d641fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ achieved through the powerful [Gremlin](https://tinkerpop.apache.org/gremlin.htm
2323

2424
## Features
2525

26-
- Compliant to [Apache TinkerPop 3](https://tinkerpop.apache.org/), supports [Gremlin](https://tinkerpop.apache.org/gremlin.html) & [Cypher](https://en.wikipedia.org/wiki/Cypher) language
26+
- Compliant to [Apache TinkerPop 3](https://tinkerpop.apache.org/), supports [Gremlin](https://tinkerpop.apache.org/gremlin.html) & [Cypher](https://en.wikipedia.org/wiki/Cypher_(query_language)) language
2727
- Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey and IndexLabel
2828
- Multi-type Indexes, supporting exact query, range query and complex conditions combination query
2929
- Plug-in Backend Store Framework, mainly support `RocksDB`/`HStore` + `HBase` for now and you could choose other backends in the [legacy version](https://hugegraph.apache.org/docs/download/download/)`1.5.0` (like `MySQL/PG`/`Cassandra` ...)

0 commit comments

Comments
 (0)