From f5186f31f1e5eed8fe20c5d6e62e2f531fee6365 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Mon, 3 Feb 2020 23:53:34 +0100
Subject: Fix `docs.rs` links

Related issue: https://github.com/rust-lang/docs.rs/issues/223
---
 winit/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'winit')

diff --git a/winit/README.md b/winit/README.md
index 01785150..d3309e49 100644
--- a/winit/README.md
+++ b/winit/README.md
@@ -10,7 +10,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t
 
 ![iced_winit](../docs/graphs/winit.png)
 
-[documentation]: https://docs.rs/iced_winit
+[documentation]: https://docs.rs/iced_winit/0.1.0-alpha.1/iced_winit/
 [`iced_native`]: ../native
 [`winit`]: https://github.com/rust-windowing/winit
 
-- 
cgit