Skip to content

Commit

Permalink
Use absolute URLs for images in README so they render correcty on cra…
Browse files Browse the repository at this point in the history
…tes.io.
  • Loading branch information
ccoalson-sx committed Sep 7, 2019
1 parent 16889d1 commit 6b996e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Temporary databases for unit testing, inspired by [`tempfile`](https://docs.rs/t

| Database | Crate | Version | Documentation |
| --- | --- | --- | --- |
| <a href="https://cockroachlabs.com"><img src="tempdb_cockroach/doc/logo.png" width="12" height="12"> CockroachDB</a> | [`tempdb_cockroach`](tempdb_cockroach) | [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach) | [![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) |
| <a href="https://cockroachlabs.com"><img src="https://github.com/calder/rust-tempdb/raw/master/tempdb_cockroach/doc/logo.svg" width="12" height="12"> CockroachDB</a> | [`tempdb_cockroach`](tempdb_cockroach) | [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach) | [![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) |

## Example usage

Expand Down
3 changes: 2 additions & 1 deletion tempdb_cockroach/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tempdb_cockroach"
version = "1.0.0"
version = "1.0.1"
edition = "2018"
description = "Temporary databases for unit testing"
keywords = ["cockroach", "cockroachdb", "temporary", "database", "test"]
Expand All @@ -12,6 +12,7 @@ authors = ["Calder Coalson <caldercoalson@gmail.com>"]

exclude = [
"/.travis.yml",
"/doc",
"/scripts",
]

Expand Down
2 changes: 1 addition & 1 deletion tempdb_cockroach/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <a href="https://cockroachlabs.com"><img src="doc/logo.png" width="24" height="24"></a> Rust TempDB - [CockroachDB](https://www.cockroachlabs.com)
# <a href="https://cockroachlabs.com"><img src="https://github.com/calder/rust-tempdb/raw/master/tempdb_cockroach/doc/logo.svg" width="24" height="24"></a> Rust TempDB - [CockroachDB](https://www.cockroachlabs.com)

[![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach)

Expand Down
Binary file removed tempdb_cockroach/doc/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions tempdb_cockroach/doc/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b996e3

Please sign in to comment.