diff --git a/docs/connect/index.md b/docs/connect/index.md index 715b7ed..05c2db0 100644 --- a/docs/connect/index.md +++ b/docs/connect/index.md @@ -62,7 +62,7 @@ A native PostgreSQL connection string. `postgresql://@.cratedb.net/crate` A connection string for SQLAlchemy or Apache Flink. -`crate://@.cratedb.net/crate?ssl=true` +`crate://@.cratedb.net/?ssl=true` An HTTP URL to visit Admin UI. `https://@.cratedb.net:4200/` @@ -104,7 +104,7 @@ A native PostgreSQL connection string. `postgresql://crate@localhost:5432/crate` A connection string for SQLAlchemy or Apache Flink. -`crate://crate@localhost/crate` +`crate://crate@localhost/` An HTTP URL to visit Admin UI. `http://crate@localhost:4200/`