From a5c8180cbaf2c7392c63d1c18a0615dae9e78beb Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 10 Apr 2021 22:38:19 +0900 Subject: [PATCH] Fix discord invite link --- README.md | 2 +- crossbeam-channel/README.md | 2 +- crossbeam-deque/README.md | 2 +- crossbeam-epoch/README.md | 2 +- crossbeam-queue/README.md | 2 +- crossbeam-skiplist/README.md | 2 +- crossbeam-utils/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c7d08aa09..1ed435c0a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam) https://docs.rs/crossbeam) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discordapp.com/invite/JXYwgWZ) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) This crate provides a set of tools for concurrent programming: diff --git a/crossbeam-channel/README.md b/crossbeam-channel/README.md index fdf7d2a76..f5077c556 100644 --- a/crossbeam-channel/README.md +++ b/crossbeam-channel/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-channel) https://docs.rs/crossbeam-channel) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) This crate provides multi-producer multi-consumer channels for message passing. It is an alternative to [`std::sync::mpsc`] with more features and better performance. diff --git a/crossbeam-deque/README.md b/crossbeam-deque/README.md index 3bdb035d6..8ad1a7278 100644 --- a/crossbeam-deque/README.md +++ b/crossbeam-deque/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-deque) https://docs.rs/crossbeam-deque) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) This crate provides work-stealing deques, which are primarily intended for building task schedulers. diff --git a/crossbeam-epoch/README.md b/crossbeam-epoch/README.md index c8ebd87a7..eb33badff 100644 --- a/crossbeam-epoch/README.md +++ b/crossbeam-epoch/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-epoch) https://docs.rs/crossbeam-epoch) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) This crate provides epoch-based garbage collection for building concurrent data structures. diff --git a/crossbeam-queue/README.md b/crossbeam-queue/README.md index 2b45d76c8..2f30b3937 100644 --- a/crossbeam-queue/README.md +++ b/crossbeam-queue/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-queue) https://docs.rs/crossbeam-queue) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) This crate provides concurrent queues that can be shared among threads: diff --git a/crossbeam-skiplist/README.md b/crossbeam-skiplist/README.md index c6994c48f..d43fc5096 100644 --- a/crossbeam-skiplist/README.md +++ b/crossbeam-skiplist/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-skiplist) https://docs.rs/crossbeam-skiplist) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) **Note:** This crate is still a work in progress. diff --git a/crossbeam-utils/README.md b/crossbeam-utils/README.md index fd0943bc8..6e9a8e49a 100644 --- a/crossbeam-utils/README.md +++ b/crossbeam-utils/README.md @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-utils) https://docs.rs/crossbeam-utils) [![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)]( https://www.rust-lang.org) -[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq) +[![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.com/invite/JXYwgWZ) This crate provides miscellaneous tools for concurrent programming: