doc  about / heads / tags
Unnamed repository
   commit 97e6a8d7ba2e1943a9ef38a75f8c8e458e85f49c (patch)
   parent 014835c Better licensing
     tree c83a892cd07501f363df6105757edf0601dea572
   author Alyssa Ross <hi@alyssa.is>  2020-01-07 22:52:38 +0000
committer Alyssa Ross <hi@alyssa.is>  2020-01-07 22:52:38 +0000

Link to hosted crosvm documentation

---
 developer-manual.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/developer-manual.adoc b/developer-manual.adoc
index 078fdb2..9240b23 100644
--- a/developer-manual.adoc
+++ b/developer-manual.adoc
@@ -102,8 +102,9 @@ crosvm is somewhat documented in its
 https://chromium.googlesource.com/chromiumos/platform/crosvm/+/refs/heads/master/README.md[README].
 The generated Rust documentation for crosvm's internals is also a very
 useful tool for working with crosvm's source code.  For easy access,
-the crosvm documentation for the version currently used by Spectrum is
-hosted on this website.
+the https://spectrum-os.org/doc/crosvm/crosvm/[crosvm documentation]
+for the version currently used by Spectrum is hosted on the Spectrum
+website.
 
 === Sommelier
 


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