Skip to content

Commit d48a27f

Browse files
Updated the appveyor CI image
1 parent 8c45666 commit d48a27f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mdbook"
33
version = "0.1.4-alpha.0"
44
authors = ["Mathieu David <[email protected]>", "Michael-F-Bryan <[email protected]>"]
5-
description = "create books from markdown files (like Gitbook)"
5+
description = "Create books from markdown files"
66
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"
77
repository = "https://github.com/rust-lang-nursery/mdBook"
88
keywords = ["book", "gitbook", "rustbook", "markdown"]
@@ -16,7 +16,7 @@ exclude = [
1616

1717
[package.metadata.release]
1818
sign-commit = true
19-
push-remote = "upstream"
19+
push-remote = "origin"
2020
tag-prefix = "v"
2121

2222
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<tr>
1111
<td><strong>Windows</strong></td>
1212
<td>
13-
<a href="https://ci.appveyor.com/project/azerupi/mdbook/"><img src="https://ci.appveyor.com/api/projects/status/o38racsnbcospyc8/branch/master?svg=true"></a>
13+
<a href="https://ci.appveyor.com/project/rust-lang-libs/mdbook"><img src="https://ci.appveyor.com/api/projects/status/ysyke2rvo85sni55?svg=true"></a>
1414
</td>
1515
</tr>
1616
<tr>

0 commit comments

Comments
 (0)