From dcf40690e9e3d1f6b2d7504e1ec05dff6d048023 Mon Sep 17 00:00:00 2001 From: Dominic R Date: Mon, 21 Jul 2025 06:44:20 -0400 Subject: [PATCH] website/dev docs: FDE e2e: fix useless markdown lini (#15658) It renders the same and was a mishap on my part when I copied the link in a previous pr Signed-off-by: Dominic R --- website/docs/developer-docs/setup/full-dev-environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developer-docs/setup/full-dev-environment.mdx b/website/docs/developer-docs/setup/full-dev-environment.mdx index fb949e3fe7..edc6fba4e3 100644 --- a/website/docs/developer-docs/setup/full-dev-environment.mdx +++ b/website/docs/developer-docs/setup/full-dev-environment.mdx @@ -151,7 +151,7 @@ In case of issues in this process, feel free to use `make dev-reset` which drops To run E2E tests, navigate to the `/tests/e2e` directory in your local copy of the authentik git repo, and start the services by running `docker compose up -d`. -You can then view the Selenium Chrome browser via [http://localhost:7900/](http://localhost:7900) using the password: `secret`. +You can then view the Selenium Chrome browser via http://localhost:7900/ using the password: `secret`. Alternatively, you can connect directly via VNC on port `5900` using the password: `secret`.