mik-laj opened a new pull request #227: Fix suggestion link - sed 's/aip-11/master/g' - Fix #224 URL: https://github.com/apache/airflow-site/pull/227 Hello, We had incorrect link to github after branch rename. I used the following command to fix it: ```bash grep -R aip-11 -l . | xargs -n 1 sed -i '' -e 's/aip-11/master/g' ``` Best regards, Kamil
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
