Hi Elastic,
This is a page I've encountered while browsing your blog posts.
To reproduce:
-
Go to https://www.elastic.co/blog/found-elasticsearch-plugin-types
-
Click any internal link to other elastic/found blog article, e.g.
Elasticsearch Internals: An Overview
Do notice the trailing slash -
GET /blog/found-writing-a-plugin/
results in302 Moved Temporarily
toblog/found-writing-a-plugin
(no leading and no trailing slashes).
The browser interprets this as a relative path to be added to the current path, i.e. https://www.elastic.co/blog/found-writing-a-plugin/blog/found-writing-a-plugin
I saw this only on found blog posts. Probably this is a migration issue.
To fix I think you need to change the nginx rewrite rule to include the leading slash. Or at very least drop the trailing slash from the links in the posts.
Cheers,
Igor