Skip to content

Commit

Permalink
broken link fix (#2432)
Browse files Browse the repository at this point in the history
* broken link fix

* Update docs-2.0-en/3.ngql-guide/8.clauses-and-options/yield.md

Co-authored-by: Chris Chen <[email protected]>

* Update docs-2.0-zh/3.ngql-guide/8.clauses-and-options/yield.md

Co-authored-by: Chris Chen <[email protected]>

---------

Co-authored-by: Chris Chen <[email protected]>
  • Loading branch information
abby-cyber and ChrisChen2023 authored Jan 17, 2024
1 parent 4c7db91 commit 8d01acb
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-en/3.ngql-guide/8.clauses-and-options/yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This topic applies to native nGQL only. For the openCypher syntax, use [`RETURN`
* In nGQL, `YIELD` works like `RETURN` in openCypher.

!!! note
In the following examples, `$$` and `$-` are reference operators. For more information, see [Operators](../5.operators/5.property-reference.md).
In the following examples, `$$` and `$-` are property references. For more information, see [Reference to properties](../4.variable-and-composite-queries/3.property-reference.md).

## YIELD clauses

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/3.ngql-guide/8.clauses-and-options/yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- 在 nGQL 中,`YIELD`和 openCypher 中的`RETURN`类似。

!!! note
下文示例中的`$$``$-`等是引用符号,详情请参见[引用符](../5.operators/5.property-reference.md)
下文示例中的`$$``$-`等是引用符号,详情请参见[引用属性](../4.variable-and-composite-queries/3.property-reference.md)

## YIELD 子句

Expand Down

0 comments on commit 8d01acb

Please sign in to comment.