doc  about / heads / tags
Unnamed repository
   commit 7146462b39f21f6264e2bb6646add7c6f01ed049 (patch)
   parent dd7cc0f Add "Hacking on crosvm" section
     tree 73068d0570c4afa31705172d078c470467d08ac9
   author Cole Helbling <cole.e.helbling@outlook.com>  2020-05-08 23:03:02 +0000
committer Alyssa Ross <hi@alyssa.is>                   2020-05-08 23:03:02 +0000

Fix adhd URL

---
 developer-manual.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer-manual.adoc b/developer-manual.adoc
index 67a171a..78384f4 100644
--- a/developer-manual.adoc
+++ b/developer-manual.adoc
@@ -129,7 +129,7 @@ chromiumos/
 ├── platform/
 │   └── crosvm/
 └── third_party/
-    └── adhd/ (git clone https://chromium.googlesource.com/chromiumos/third_party/minijail)
+    └── adhd/ (git clone https://chromium.googlesource.com/chromiumos/third_party/adhd)
 ----
 
 The exact other components required by crosvm depend on what build


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://inbox.spectrum-os.org/doc