Google Analytics reports 404 errors on the following blog post:
https://microcks.io/blog/microcks-1.2.0-release/
🔍 Root cause
There is a Markdown typo: an extra [ character before the https URLs, which breaks the links and results in 404 errors.
📍 Content location
content/blog/microcks-1.2.0-release.md
https://github.com/microcks/microcks.io/edit/master/content/blog/microcks-1.2.0-release.md
❌ Current content
simply send some love through [GitHub stars]([https://github.com/microcks/microcks) ⭐️ or follow us on [Twitter]([https://twitter.com/microcksio).
✅ Expected content
simply send some love through [GitHub stars](https://github.com/microcks/microcks) ⭐️ or follow us on [X](https://twitter.com/microcksio).
🛠️ Proposed fix
- Remove the extra [ before the URLs
- Update the wording from Twitter to X (update)
This change should resolve the 404 errors detected by Google Analytics.
Google Analytics reports 404 errors on the following blog post:
https://microcks.io/blog/microcks-1.2.0-release/
🔍 Root cause
There is a Markdown typo: an extra
[character before thehttpsURLs, which breaks the links and results in 404 errors.📍 Content location
content/blog/microcks-1.2.0-release.mdhttps://github.com/microcks/microcks.io/edit/master/content/blog/microcks-1.2.0-release.md
❌ Current content
✅ Expected content
🛠️ Proposed fix
This change should resolve the 404 errors detected by Google Analytics.