datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

404 for indexed docs page

Open samuelcolvin opened this issue 5 months ago • 1 comments

When searching "datafusion create_udf", the first result is https://datafusion.apache.org/library-user-guide/adding-udfs.html which is showing a 404 page.

samuelcolvin avatar Jun 18 '25 07:06 samuelcolvin

If docs pages are moved, a redirect should be used to both help users and maintain SEO.

samuelcolvin avatar Jun 18 '25 08:06 samuelcolvin

I just tried accessing

  • https://datafusion.apache.org/library-user-guide/adding-udfs.html

And it correctly goes to the new page now

  • https://datafusion.apache.org/library-user-guide/functions/index.html

Thanks @samuelcolvin and @adriangb

alamb avatar Jun 20 '25 13:06 alamb