Skip to content

Commit

Permalink
link fix (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Apr 24, 2022
1 parent 919105f commit 7f2d832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/releasenote.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nebula Graph {{ nebula.release }} release notes

## Optimization
## Enhancement

- Patterns can now be used in `WHERE` statements. For example: `MATCH (v:player) WHERE (v)-[:like]->() RETURN v`. [#3997](https://github.com/vesoft-inc/nebula/pull/3997)
- `CLEAR SPACE` can be used to clear graph space and index data, but the graph space schema and index names are reserved. [#3989](https://github.com/vesoft-inc/nebula/pull/3989)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ On this page, the information of all jobs will be shown. Before viewing the job

## Cluster Diagnostics

You can click **Cluster Diagnostics** under the **Cluster Information** menu bar to locate and analyze the problem that occurs in the cluster. For details, see [Cluster Diagnostics](7.cluster-Diagnostics.md).
You can click **Cluster Diagnostics** under the **Cluster Information** menu bar to locate and analyze the problem that occurs in the cluster. For details, see [Cluster Diagnostics](7.cluster-diagnosis.md).

0 comments on commit 7f2d832

Please sign in to comment.