Update URLs

This commit is contained in:
Taiki Endo 2020-12-26 23:47:13 +09:00
parent 7bdfee093e
commit 0279b12959
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Prevent false sharing by padding and aligning to the length of a cache line"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/cache-padded"
homepage = "https://github.com/stjepang/cache-padded"
repository = "https://github.com/smol-rs/cache-padded"
homepage = "https://github.com/smol-rs/cache-padded"
documentation = "https://docs.rs/cache-padded"
keywords = ["cache", "padding", "lock-free", "atomic"]
categories = ["concurrency", "no-std"]

View File

@ -1,9 +1,9 @@
# cache-padded
[![Build](https://github.com/stjepang/cache-padded/workflows/Build%20and%20test/badge.svg)](
https://github.com/stjepang/cache-padded/actions)
[![Build](https://github.com/smol-rs/cache-padded/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/cache-padded/actions)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
https://github.com/stjepang/cache-padded)
https://github.com/smol-rs/cache-padded)
[![Cargo](https://img.shields.io/crates/v/cache-padded.svg)](
https://crates.io/crates/cache-padded)
[![Documentation](https://docs.rs/cache-padded/badge.svg)](