From 3fbe7f595af750bc5ca7c68db97a1867a5c3f615 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Mon, 2 Oct 2023 21:25:25 +0000 Subject: [PATCH] fix broken link for prometheus connector Signed-off-by: Joshua Li --- docs/user/interfaces/asyncqueryinterface.rst | 2 +- docs/user/ppl/admin/datasources.rst | 4 ++-- docs/user/ppl/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/interfaces/asyncqueryinterface.rst b/docs/user/interfaces/asyncqueryinterface.rst index 89529c8c82..9a7127b54e 100644 --- a/docs/user/interfaces/asyncqueryinterface.rst +++ b/docs/user/interfaces/asyncqueryinterface.rst @@ -14,7 +14,7 @@ Async Query Interface Endpoints Introduction ============ -For supporting `S3Glue <../ppl/admin/connector/s3glue_connector.rst>`_ and Cloudwatch datasources connectors, we have introduced a new execution engine on top of Spark. +For supporting `S3Glue <../ppl/admin/connectors/s3glue_connector.rst>`_ and Cloudwatch datasources connectors, we have introduced a new execution engine on top of Spark. All the queries to be executed on spark execution engine can only be submitted via Async Query APIs. Below sections will list all the new APIs introduced. diff --git a/docs/user/ppl/admin/datasources.rst b/docs/user/ppl/admin/datasources.rst index 37d2fdfcee..3682153b9d 100644 --- a/docs/user/ppl/admin/datasources.rst +++ b/docs/user/ppl/admin/datasources.rst @@ -49,7 +49,7 @@ Datasource configuration Restrictions. * In case of security disabled domains, authorization is disbaled. * All the datasource names should be unique and match the following regex[``[@*A-Za-z]+?[*a-zA-Z_\-0-9]*``]. * Allowed Connectors. - * ``prometheus`` [More details: `Prometheus Connector `_] + * ``prometheus`` [More details: `Prometheus Connector `_] * All the allowed config parameters in ``properties`` are defined in individual connector pages mentioned above. Datasource configuration APIs @@ -181,4 +181,4 @@ For example: with below datasource configuration, only admins and users with pro Moving from keystore datasource configuration ============================================= * In versions prior to 2.7, the plugins.query.federation.datasources.config key store setting was used to configure datasources, but it has been deprecated and will be removed in version 3.0. -* To port previously configured datasources from the keystore, users can use the `create datasource` REST API mentioned in the above section. \ No newline at end of file +* To port previously configured datasources from the keystore, users can use the `create datasource` REST API mentioned in the above section. diff --git a/docs/user/ppl/index.rst b/docs/user/ppl/index.rst index 3fc094bddf..1fa981b1b7 100644 --- a/docs/user/ppl/index.rst +++ b/docs/user/ppl/index.rst @@ -36,7 +36,7 @@ The query start with search command and then flowing a set of command delimited - `Datasource Settings `_ - - `Prometheus Connector `_ + - `Prometheus Connector `_ - `Cross-Cluster Search `_