Fix branch name from jellyfish to koi in the document of koi release
[AGL/documentation.git] / docs / 0_Getting_Started / 2_Building_AGL_Image / 2_Downloading_AGL_Software.md
index 88e6bb1..ee18805 100644 (file)
@@ -10,6 +10,8 @@ For information on how to create accounts for Gerrit, see the
 [Getting Started with AGL](https://wiki.automotivelinux.org/start/getting-started)
 wiki page.
 
+**NOTE:** Further information about Download and Build AGL Source Code available at [AGL wiki](https://wiki.automotivelinux.org/agl-distro/source-code).
+
 The remainder of this section provides steps on how to download the AGL source files:
 
 1. **Define Your Top-Level Directory:**
@@ -54,9 +56,9 @@ The remainder of this section provides steps on how to download the AGL source f
 
      ```sh
      $ cd $AGL_TOP
-     $ mkdir jellyfish
-     $ cd jellyfish
-     $ repo init -b jellyfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+     $ mkdir koi
+     $ cd koi
+     $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
      $ repo sync
      ```