aboutsummaryrefslogtreecommitdiff
path: root/en/setup/build/building-kernels.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/setup/build/building-kernels.html')
-rw-r--r--en/setup/build/building-kernels.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/setup/build/building-kernels.html b/en/setup/build/building-kernels.html
index cb795c79..a340e5df 100644
--- a/en/setup/build/building-kernels.html
+++ b/en/setup/build/building-kernels.html
@@ -327,7 +327,7 @@ projects. Use <a href="/setup/develop/repo#init">repo</a> to download the
kernel source for the appropriate branch (as of this writing, <code><var>VERSION</var></code> should be
<code>4.9-pie-qpr1</code>):</p>
-<pre class="devsite-terminal devsite-click-to-copy">repo init -u https://android.googlesource.com/platform/manifest -b android-msm-bluecross-$<var>VERSION</var></pre>
+<pre class="devsite-terminal devsite-click-to-copy">repo init -u https://android.googlesource.com/kernel/manifest -b android-msm-bluecross-$<var>VERSION</var></pre>
<pre class="devsite-terminal devsite-click-to-copy">repo sync</pre>
<p>Then build the kernel with:</p>