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

hugh 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 93789b8bec docs: fixing a broken markdown link about SSH tunneling 
(#23911)
93789b8bec is described below

commit 93789b8bec155f73138c179a95e064f15c284b32
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri May 5 15:33:50 2023 -0600

    docs: fixing a broken markdown link about SSH tunneling (#23911)
---
 docs/docs/installation/setup-ssh-tunneling.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/installation/setup-ssh-tunneling.mdx 
b/docs/docs/installation/setup-ssh-tunneling.mdx
index a9ff34559d..91a6454cc1 100644
--- a/docs/docs/installation/setup-ssh-tunneling.mdx
+++ b/docs/docs/installation/setup-ssh-tunneling.mdx
@@ -9,7 +9,7 @@ version: 1
 
 1. Turn on feature flag
     - Change 
[`SSH_TUNNELING`](https://github.com/apache/superset/blob/eb8386e3f0647df6d1bbde8b42073850796cc16f/superset/config.py#L489)
 to `True`
-    - If you want to add more security when establishing the tunnel we allow 
users to overwrite the `SSHTunnelManager` class 
(here)[https://github.com/apache/superset/blob/eb8386e3f0647df6d1bbde8b42073850796cc16f/superset/config.py#L507]
+    - If you want to add more security when establishing the tunnel we allow 
users to overwrite the `SSHTunnelManager` class 
[here](https://github.com/apache/superset/blob/eb8386e3f0647df6d1bbde8b42073850796cc16f/superset/config.py#L507)
     - You can also set the 
[`SSH_TUNNEL_LOCAL_BIND_ADDRESS`](https://github.com/apache/superset/blob/eb8386e3f0647df6d1bbde8b42073850796cc16f/superset/config.py#L508)
 this the host address where the tunnel will be accessible on your VPC
 
 2. Create database w/ ssh tunnel enabled

Reply via email to