JustPale opened a new issue, #68138: URL: https://github.com/apache/airflow/issues/68138
### Under which category would you file this issue? Airflow Core ### Apache Airflow version - ### What happened and how to reproduce it? The official documentation on the website contains a typo in the cd command: https://airflow.apache.org/docs/apache-airflow/stable/start.html it shows **cd ~airflow** (missing a slash) <img width="2267" height="552" alt="Image" src="https://github.com/user-attachments/assets/8dc1bc9d-1841-4ebd-82e5-099e18f20cad" /> , which causes a "No such file or directory" error when executed. However, the same command is correctly written as **cd ~/airflow** in the GitHub repository at airflow/airflow-core/docs/start.rst in the main branch. <img width="517" height="537" alt="Image" src="https://github.com/user-attachments/assets/6841408d-c3a0-4b2e-bc3c-7d4d4a899f2e" /> Please update the website to match the corrected version from the repo thank you ### What you think should happen instead? _No response_ ### Operating System _No response_ ### Deployment None ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version Windows 10 Pro, Google Chrome 148.0.7778.217 64bit ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
