This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ac32dbb908b Fixed the localhost URL in contributors quickstart (#63255)
ac32dbb908b is described below

commit ac32dbb908bf0f9375ad64cbd3719fc316de582d
Author: Ekam Walia <[email protected]>
AuthorDate: Wed Mar 11 05:04:19 2026 +0530

    Fixed the localhost URL in contributors quickstart (#63255)
---
 contributing-docs/03a_contributors_quick_start_beginners.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contributing-docs/03a_contributors_quick_start_beginners.rst 
b/contributing-docs/03a_contributors_quick_start_beginners.rst
index 6a04887441e..f0ffb29cb34 100644
--- a/contributing-docs/03a_contributors_quick_start_beginners.rst
+++ b/contributing-docs/03a_contributors_quick_start_beginners.rst
@@ -87,7 +87,7 @@ Option A – Breeze on Your Laptop
 
 The command starts a shell and launches multiple terminals using tmux
 and launches all Airflow necessary components in those terminals. To know more 
about tmux commands,
-check out this cheat sheet: https://tmuxcheatsheet.com/. Now You can also 
access Airflow UI on your local machine at |http://localhost:28080| with user 
name ``admin`` and password ``admin``. To exit breeze, type ``stop_airflow`` in 
any
+check out this cheat sheet: https://tmuxcheatsheet.com/. Now You can also 
access Airflow UI on your local machine at `http://localhost:28080 
<http://localhost:28080>`_ with user name ``admin`` and password ``admin``. To 
exit breeze, type ``stop_airflow`` in any
 of the tmux panes and hit Enter
 
 **Working with DAGs in Breeze:**

Reply via email to