Mayankaggarwal8055 opened a new pull request, #64542: URL: https://github.com/apache/airflow/pull/64542
Fixes #64541 ### Kya issue tha? UI me docs links Airflow ke exact version ke basis par ban rahe the. Agar version unreleased ya dev ho (jaise 3.2.0), to us version ke docs available nahi hote aur link 404 de deta hai. Saath hi `NothingFoundInfo.tsx` me `target="blank"` use ho raha tha jo incorrect hai. --- ### Maine kya change kiya? - Docs links ko `stable` documentation par point kiya, taaki hamesha valid page open ho - `target="blank"` ko `target="_blank"` aur `rel="noopener noreferrer"` se replace kiya - Unnecessary version fetch remove kiya - Dono components ke liye tests add kiye --- ### Result Ab docs links har case me properly open hote hain (no 404), aur link behavior bhi correct hai. --- ### Notes Yeh change specially dev/unreleased versions ke liye UX improve karta hai jahan docs available nahi hote. -- 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]
