You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/07/12 21:23:28 UTC

[superset] branch master updated: docs: Fix typo in Rockset docs (#24674)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ae6fc60f8 docs: Fix typo in Rockset docs (#24674)
6ae6fc60f8 is described below

commit 6ae6fc60f8a333fc7d6b6a78f4a71ce2493ed84e
Author: Aarav Borthakur <69...@users.noreply.github.com>
AuthorDate: Wed Jul 12 14:23:20 2023 -0700

    docs: Fix typo in Rockset docs (#24674)
---
 docs/docs/databases/rockset.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/databases/rockset.mdx b/docs/docs/databases/rockset.mdx
index 47b7c566d0..35900fcb10 100644
--- a/docs/docs/databases/rockset.mdx
+++ b/docs/docs/databases/rockset.mdx
@@ -19,7 +19,7 @@ Find your API server from the [API reference](https://rockset.com/docs/rest-api/
 To target to a specific virtual instance, use this URI format:
 
 ```
-rockset://:{api key}:@{api server}/{VI ID}
+rockset://{api key}:@{api server}/{VI ID}
 ```
 
 For more complete instructions, we recommend the [Rockset documentation](https://docs.rockset.com/apache-superset/).