From 26c1b3a1e7d0a7393043f014b332b862f7519a33 Mon Sep 17 00:00:00 2001 From: kxxt Date: Tue, 27 Jun 2023 21:37:32 +0800 Subject: [PATCH] git/branches: rename main to v6 Avoid dead links in the future. --- README.md.in | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md.in b/README.md.in index dccc94e..2615ca7 100644 --- a/README.md.in +++ b/README.md.in @@ -3,7 +3,7 @@ [![GitHub stars](https://img.shields.io/github/stars/kxxt/aspeak)](https://github.com/kxxt/aspeak/stargazers) [![GitHub issues](https://img.shields.io/github/issues/kxxt/aspeak)](https://github.com/kxxt/aspeak/issues) [![GitHub forks](https://img.shields.io/github/forks/kxxt/aspeak)](https://github.com/kxxt/aspeak/network) -[![GitHub license](https://img.shields.io/github/license/kxxt/aspeak)](https://github.com/kxxt/aspeak/blob/main/LICENSE) +[![GitHub license](https://img.shields.io/github/license/kxxt/aspeak)](https://github.com/kxxt/aspeak/blob/v6/LICENSE) diff --git a/src/lib.rs b/src/lib.rs index 13cf173..258c686 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,7 +46,7 @@ //! let audio_data = rest_syn.synthesize_text(text, &options).await?; //! ``` //! -//! The full code can be found in [examples/03-rest-synthesizer-simple.rs](https://github.com/kxxt/aspeak/blob/main/examples/03-rest-synthesizer-simple.rs) +//! The full code can be found in [examples/03-rest-synthesizer-simple.rs](https://github.com/kxxt/aspeak/blob/v6/examples/03-rest-synthesizer-simple.rs) //! //! ## Websocket Synthesizer //! @@ -72,7 +72,7 @@ //! let audio_data = ws_syn.synthesize_text(text, &options).await?; //! ``` //! -//! The full code can be found in [examples/04-websocket-synthesizer-simple.rs](https://github.com/kxxt/aspeak/blob/main/examples/04-websocket-synthesizer-simple.rs) +//! The full code can be found in [examples/04-websocket-synthesizer-simple.rs](https://github.com/kxxt/aspeak/blob/v6/examples/04-websocket-synthesizer-simple.rs) //! //! # Unified synthesizer trait //!