neilramaswamy commented on code in PR #47864: URL: https://github.com/apache/spark/pull/47864#discussion_r1734007142
########## docs/migration-guide.md: ########## @@ -24,7 +24,7 @@ for users to migrate effectively. * [Spark Core](core-migration-guide.html) * [SQL, Datasets, and DataFrame](sql-migration-guide.html) -* [Structured Streaming](ss-migration-guide.html) +* [Structured Streaming](/streaming/ss-migration-guide.html) Review Comment: I actually think that a plain redirect (which I can do via a `redirect:`) tag in the front-matter, as per Kent's suggestion, would be fine here: https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#comparison-of-canonicalization-methods It says: > Use redirects to tell Googlebot that a redirected URL is a better version than a given URL. Use this only when deprecating a duplicate page. Which I think is our use-case here, since this page is being deprecated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
