Update new website link on old documentation site #460
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Google still returns the old documentation site which links to the new site at
/index_new.html
that's now a 404. I replaced the link withhttps://inferno-framework.github.io
and changed the wording from "before we release it on February 13th."Intuitively it feels nicer if it links to
/documentation
instead of/
, but I kept it this way since its probably better for SEO.I also didn't nit pick the wording or styling around it and maybe we could use a stronger depreciation notice or even a JavaScript redirect but I just wanted to get rid of the 404. Feel free to close this if something like that is in the works (or I can start a new PR for that if we need it).
Testing Guidance
Double check my markdown please. I'll use the link inevitably if this gets deployed.