Skip to content

Commit ed295a2

Browse files
Post release
1 parent 70c9c6a commit ed295a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "doc-previewer"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Web service that publishes a preview of a GitHub project documentation."
66
license = "3bsd"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A package is provided for Debian based systems. It can be installed with
2424
the next command:
2525

2626
```
27-
curl -sLO http://url/doc-previewer_0.1.0-1_amd64.deb \
27+
curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.1.0/doc-previewer_0.1.0-1_amd64.deb \
2828
&& sudo dpkg -i doc-previewer_0.1.0-1_amd64.deb \
2929
&& rm doc-previewer_0.1.0-1_amd64.deb
3030
```

0 commit comments

Comments
 (0)