-
-
Notifications
You must be signed in to change notification settings - Fork 793
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
Fix broken website redirects #3227
Fix broken website redirects #3227
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3227 +/- ##
=========================================
Coverage 80.10% 80.10%
Complexity 2647 2647
=========================================
Files 440 440
Lines 8013 8013
Branches 1529 1529
=========================================
Hits 6419 6419
Misses 775 775
Partials 819 819 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should check the site map too after this mege. It should improve a bit the SEO if it's correct. I remember that a fix it once but, probably, it was broken too now.
@arturbosch Seems like the documentation website is not updated 🤔 The deployment to Line 1 in ba0ede8
But GH is failing to publish the website as the You should be able to update this in the settings of the repo (deploying pages from |
Now it works correctly 👌 |
It seems like after #3199 (or even before?) we broke redirects.
https://detekt.github.io/detekt/kotlindsl.html should redirect to https://detekt.github.io/detekt/gradle.html. See:
detekt/docs/pages/gettingstarted/gradle.md
Lines 7 to 9 in cd659ce
This is broken right now, I'm fixing it.