From: Danilo Bargen Date: Fri, 22 Sep 2017 09:43:59 +0000 (+0200) Subject: Clarify repository key format for build badges X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~36^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d2695482b9c15faaa54302fcbdbc1dd73f55e63;p=cargo.git Clarify repository key format for build badges --- diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index e45fbc174..6a2fdc5f2 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -187,6 +187,9 @@ license-file = "..." # - There are also maintenance-related badges basesed on isitmaintained.com # which state the issue resolution time, percent of open issues, and future # maintenance intentions. +# +# If a `repository` key is required, this refers to a Github repository in +# `user/repo` format. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master` diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 8ae68d020..2650a516d 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -184,6 +184,9 @@ license-file = "..." # - There are also maintenance-related badges basesed on isitmaintained.com # which state the issue resolution time, percent of open issues, and future # maintenance intentions. +# +# If a `repository` key is required, this refers to a Github repository in +# `user/repo` format. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master`