From: Ben Boeckel Date: Tue, 24 Jan 2017 16:23:02 +0000 (-0500) Subject: doc/manifest: clarify the meaning of the URLs X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~21^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1359d5557bba88bd322e31676ca0c83e3f9d6e41;p=cargo.git doc/manifest: clarify the meaning of the URLs --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index aebf1a282..97f94255f 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -109,7 +109,9 @@ There are a number of optional metadata fields also accepted under the # uploaded to crates.io (aka this is not markdown). description = "..." -# These URLs point to more information about the repository. +# These URLs point to more information about the repository. These are +# intended to be webviews of the relevant data, not necessarily compatible +# with VCS tools and the like. documentation = "..." homepage = "..." repository = "..."