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 1fe10b2644 Fix typo in buildx installation instruction (#27940)
1fe10b2644 is described below

commit 1fe10b26444258435881b810fbe5a4b73ddb32ba
Author: Andrey Anshin <[email protected]>
AuthorDate: Sat Nov 26 17:54:38 2022 +0400

    Fix typo in buildx installation instruction (#27940)
---
 CONTRIBUTORS_QUICK_START.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index bffd4967c8..3be104a079 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -104,7 +104,7 @@ Colima
 ------
 If you use Colima as your container runtimes engine, please follow the next 
steps:
 
-1. `Install buildx manually 
<https://https://github.com/docker/buildx#manual-download>`_ and follow it's 
instructions
+1. `Install buildx manually 
<https://github.com/docker/buildx#manual-download>`_ and follow it's 
instructions
 
 2. Link the Colima socket to the default socket path. Note that this may break 
other Docker servers.
 

Reply via email to