aboutsummaryrefslogtreecommitdiff
path: root/en/setup/develop/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/setup/develop/index.html')
-rw-r--r--en/setup/develop/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/en/setup/develop/index.html b/en/setup/develop/index.html
index 5ecf6dbd..a2c13acf 100644
--- a/en/setup/develop/index.html
+++ b/en/setup/develop/index.html
@@ -91,8 +91,6 @@
Android development involves the following basic workflow:
</p>
-<img src="../images/git_workflow.png" alt="basic workflow diagram" />
- <figcaption><strong>Figure 1.</strong> Basic Android workflow</figcaption>
<ol>
<li>Start a new topic branch using <code>repo start</code>.
</li>
@@ -324,10 +322,6 @@ repo diff
<code class="devsite-terminal">git diff --cached</code>
</pre>
-<img src="../images/git_diff.png" alt="diff vs diff-cached" />
- <figcaption><strong>Figure 2.</strong> Uncommitted vs. committed edits.
- </figcaption>
-
<h3 id="committing-changes">Committing changes</h3>
<p>