Skip to content

Commit

Permalink
fix link to documentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 7, 2023
1 parent 91417ee commit 3fe8dda
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.0.5] - 2023-01-07

### Fixed

- Fixed link to documentation off of main in readme.

## [1.0.4] - 2023-01-07

### Added
Expand Down Expand Up @@ -30,6 +36,7 @@

- Initial version.

[1.0.5]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.5
[1.0.4]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.4
[1.0.3]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.3
[1.0.2]: https://github.com/sunshowers-code/debug-ignore/releases/tag/1.0.2
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# debug-ignore

[![debug-ignore on crates.io](https://img.shields.io/crates/v/debug-ignore)](https://crates.io/crates/debug-ignore) [![Documentation (latest release)](https://docs.rs/debug-ignore/badge.svg)](https://docs.rs/debug-ignore/) [![Documentation (main)](https://img.shields.io/badge/docs-main-brightgreen)](https://sunshowers.github.io/debug-ignore/rustdoc/debug_ignore/) [![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE-APACHE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE-MIT)
[![debug-ignore on crates.io](https://img.shields.io/crates/v/debug-ignore)](https://crates.io/crates/debug-ignore)
[![Documentation (latest release)](https://docs.rs/debug-ignore/badge.svg)](https://docs.rs/debug-ignore/)
[![Documentation (main)](https://img.shields.io/badge/docs-main-brightgreen)](https://sunshowers-code.github.io/debug-ignore/rustdoc/debug_ignore/)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE-APACHE)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE-MIT)

This library contains `DebugIgnore`, a newtype wrapper that causes a field to be skipped while
printing out `Debug` output.
Expand Down
6 changes: 5 additions & 1 deletion README.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# {{crate}}

[![debug-ignore on crates.io](https://img.shields.io/crates/v/debug-ignore)](https://crates.io/crates/debug-ignore) [![Documentation (latest release)](https://docs.rs/debug-ignore/badge.svg)](https://docs.rs/debug-ignore/) [![Documentation (main)](https://img.shields.io/badge/docs-main-brightgreen)](https://sunshowers.github.io/debug-ignore/rustdoc/debug_ignore/) [![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE-APACHE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE-MIT)
[![debug-ignore on crates.io](https://img.shields.io/crates/v/debug-ignore)](https://crates.io/crates/debug-ignore)
[![Documentation (latest release)](https://docs.rs/debug-ignore/badge.svg)](https://docs.rs/debug-ignore/)
[![Documentation (main)](https://img.shields.io/badge/docs-main-brightgreen)](https://sunshowers-code.github.io/debug-ignore/rustdoc/debug_ignore/)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE-APACHE)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE-MIT)

{{readme}}

Expand Down

0 comments on commit 3fe8dda

Please sign in to comment.