From 4a54a843a084fde266da8820fa02d2a7bf267f49 Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Wed, 10 Jul 2024 12:52:20 +0300 Subject: [PATCH] RDoc-2938 Fix some broken links --- .../document-extensions/timeseries/indexing.dotnet.markdown | 4 ++-- .../document-extensions/timeseries/indexing.js.markdown | 4 ++-- .../start/guides/azure-functions/troubleshooting.markdown | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.dotnet.markdown b/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.dotnet.markdown index 53fe64c819..fea468b857 100644 --- a/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.dotnet.markdown +++ b/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.dotnet.markdown @@ -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/} diff --git a/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.js.markdown b/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.js.markdown index 9f36bf3170..a5e0144fd6 100644 --- a/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.js.markdown +++ b/Documentation/5.4/Raven.Documentation.Pages/document-extensions/timeseries/indexing.js.markdown @@ -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/} diff --git a/Documentation/5.4/Raven.Documentation.Pages/start/guides/azure-functions/troubleshooting.markdown b/Documentation/5.4/Raven.Documentation.Pages/start/guides/azure-functions/troubleshooting.markdown index ca95a96278..7bf96fa979 100644 --- a/Documentation/5.4/Raven.Documentation.Pages/start/guides/azure-functions/troubleshooting.markdown +++ b/Documentation/5.4/Raven.Documentation.Pages/start/guides/azure-functions/troubleshooting.markdown @@ -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