Browsing to DotEnv Component doc deals with a 404 page not found.
How to reproduce:
Now in the Dotenv component main page click on Documentation. It returns a 404 Not Found.

Swapping current segment of URL to master it works.

Yes, the problem is exactly what you said: current today points to 3.2, but DotEnv only exists in 3.3+
Should we remove this component until May 2017 when current turns into 3.3?
I'm trying to fix this via https://github.com/symfony/symfony-marketing/pull/381
Can't it automatically create a link to the version that _is_ available? A master version should _always_ be available if there's no tagged version.
@iltar a bug fix has been proposed and if merged/deployed, this could be soon fixed. Thanks!
Closing it as fixed because the http://symfony.com/doc/current/components/dotenv.html page now displays a proper error message with a link to the "master" doc:

As a heads up, the documentation link in the DotEnv Repo is currently set to https://symfony.com/doc/current/components/dotenv/index.html rather than the URL referenced in this issue, http://symfony.com/doc/current/components/dotenv.html
While the link referenced here does have a link on the page to the master URL, the link in the DotEnv repo is a generic 404 with no link to master (or anything else relevant).
@bitdagger thanks for reporting it. Can you maybe submit a PR to symfony/symfony to fix the link in the README.md file? The link should be updated to link to the correct one, .../components/dotenv.html
Most helpful comment
Yes, the problem is exactly what you said:
currenttoday points to 3.2, but DotEnv only exists in 3.3+Should we remove this component until May 2017 when
currentturns into 3.3?