Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
docs: fix the URL regex (#1057)
The "//[host][:port][/database]" portion of the URL regex does not accurately represent the URL variations that are actually accepted. The proposed "[//host[:port]/][database]" does.
- Loading branch information