-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link for documentation page of DotEnv Component returns 404 Not Found #7526
Comments
Yes, the problem is exactly what you said: Should we remove this component until May 2017 when |
I'm trying to fix this via symfony/marketing#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 |
@bitdagger thanks for reporting it. Can you maybe submit a PR to |
This PR was merged into the 3.3-dev branch. Discussion ---------- Fix dotenv documentation link | Q | A | ------------- | --- | Branch? | master <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | <!--highly recommended for new features--> Replaces the Documentation link for the DotEnv component with the correct link. Context: symfony/symfony-docs#7526 (comment) Commits ------- 8810d61 Fix dotenv documentation link
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.
Note
Swapping current segment of URL to master it works.
The text was updated successfully, but these errors were encountered: