Skip to content

Commit

Permalink
Switch to docs.rs for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Nov 1, 2016
1 parent 51e262f commit 6821517
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
language: rust
sudo: false

after_success:
- curl https://stainless-steel.github.io/travis/after_success.sh | bash

env:
global:
secure: U4zMJ3LDinwFdSsai9EsqmP8qZEKTC3+GHEsn5XIDvi1AZNl8uA5tCJhsgU0yeH9shT4rZk6AgAVrS0PZkEJ2B+Nmp9H3LQhYylD/4CNEHx5IS8wtl3jj+JRVaWLOWJyivF+qTeHIav/j0wgTwXvOb96hjaZ5GF2ay/On4BioFA=

notifications:
email: false
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "temporary"
version = "0.6.2"
version = "0.6.3"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = """
The package provides means of managing temporary files and directories."""
documentation = "https://stainless-steel.github.io/temporary"
documentation = "https://docs.rs/temporary"
homepage = "https://github.com/stainless-steel/temporary"
repository = "https://github.com/stainless-steel/temporary"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The package provides means of managing temporary files and directories.

## [Documentation][doc]
## [Documentation][documentation]

## Example

Expand Down Expand Up @@ -33,7 +33,7 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).

[doc]: https://stainless-steel.github.io/temporary
[documentation]: https://docs.rs/temporary
[status-img]: https://travis-ci.org/stainless-steel/temporary.svg?branch=master
[status-url]: https://travis-ci.org/stainless-steel/temporary
[version-img]: https://img.shields.io/crates/v/temporary.svg
Expand Down

0 comments on commit 6821517

Please sign in to comment.