You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/03/22 07:36:12 UTC

[airflow-on-k8s-operator] branch master updated: Improve clone information in docs (#15)

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

turbaszek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-on-k8s-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new ec191cb  Improve clone information in docs (#15)
ec191cb is described below

commit ec191cb6eda566fdf5b3dd5d12179467e0b97ebf
Author: Tomek Urbaszek <tu...@gmail.com>
AuthorDate: Sun Mar 22 08:36:05 2020 +0100

    Improve clone information in docs (#15)
---
 docs/development.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/development.md b/docs/development.md
index fe96790..b04fd2b 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -4,8 +4,8 @@ In case you want to build the Airflow Operator from the source code, e.g., to te
 
 ## Cloning the repo:
 ```bash
-$ mkdir -p $GOPATH/src/k8s.io
-$ cd $GOPATH/src/k8s.io
+$ mkdir -p $GOPATH/src/apache
+$ cd $GOPATH/src/apache
 $ git clone git@github.com:apache/airflow-on-k8s-operator.git
 ```