From 5a51d19e270e5df7a91e1e953ec9b38250227578 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 18 Sep 2024 02:33:08 +0200 Subject: Use permalink for pocket guide link in `CHANGELOG` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ae9218..0dbf8fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.13.0] - 2024-09-18 ### Added - Introductory chapters to the [official guide book](https://book.iced.rs/). -- [Pocket guide](https://docs.rs/iced/latest/iced/#the-pocket-guide) in API reference. +- [Pocket guide](https://docs.rs/iced/0.13.0/iced/#the-pocket-guide) in API reference. - `Program` API. [#2331](https://github.com/iced-rs/iced/pull/2331) - `Task` API. [#2463](https://github.com/iced-rs/iced/pull/2463) - `Daemon` API and Shell Runtime Unification. [#2469](https://github.com/iced-rs/iced/pull/2469) -- cgit