Skip to content

Commit

Permalink
Merge pull request #1875 from Danielle9897/RDoc-2938-fixLinks
Browse files Browse the repository at this point in the history
RDoc-2938 Fix some broken links
  • Loading branch information
ppekrol committed Jul 11, 2024
2 parents c262d51 + 4a54a84 commit 67f3fd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ from employee in employees

* Time series index:
When [querying](../../document-extensions/timeseries/querying/using-indexes) a time series index, each result item corresponds to the type defined by the **index-entry** in the index definition,
(unless results are [projected](../../../document-extensions/timeseries/querying/using-indexes#project-results)). The documents themselves are not returned.
(unless results are [projected](../../document-extensions/timeseries/querying/using-indexes#project-results)). The documents themselves are not returned.

* Document index:
The resulting objects are the document entities (unless results are [projected](../../../indexes/querying/projections)).
The resulting objects are the document entities (unless results are [projected](../../indexes/querying/projections)).

{NOTE/}
{PANEL/}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@

* Time series index:
When [querying](../../document-extensions/timeseries/querying/using-indexes) a time series index, each result item corresponds to the type defined by the **index-entry** in the index definition,
(unless results are [projected](../../../document-extensions/timeseries/querying/using-indexes#project-results)). The documents themselves are not returned.
(unless results are [projected](../../document-extensions/timeseries/querying/using-indexes#project-results)). The documents themselves are not returned.

* Document index:
The resulting objects are the document entities (unless results are [projected](../../../indexes/querying/projections)).
The resulting objects are the document entities (unless results are [projected](../../indexes/querying/projections)).

{NOTE/}
{PANEL/}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ If RavenDB returns an `InvalidAuth` response with a message like:
The provided certificate may not be the right one, may have the wrong password, or may lack
permissions. Double-check that the certificate works locally.

[docs-create-db]: /docs/article-page/nodejs/studio/database/create-new-database/general-flow
[docs-create-db]: ../../../studio/database/create-new-database/general-flow

0 comments on commit 67f3fd7

Please sign in to comment.