Skip to content

Commit e47081e

Browse files
authored
docs: show less of the unstable docs in the README
1 parent 171d53c commit e47081e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/winit.svg)](https://crates.io/crates/winit)
44
[![Docs.rs](https://docs.rs/winit/badge.svg)](https://docs.rs/winit)
5-
[![Master Docs](https://img.shields.io/github/actions/workflow/status/rust-windowing/winit/docs.yml?branch=master&label=master%20docs
5+
[![UNSTABLE docs](https://img.shields.io/github/actions/workflow/status/rust-windowing/winit/docs.yml?branch=master&label=UNSTABLE%20docs
66
)](https://rust-windowing.github.io/winit/winit/index.html)
77
[![CI Status](https://github.com/rust-windowing/winit/workflows/CI/badge.svg)](https://github.com/rust-windowing/winit/actions)
88

@@ -66,4 +66,4 @@ same MSRV policy.
6666

6767
### Platform-specific usage
6868

69-
Check out the [`winit::platform`](https://rust-windowing.github.io/winit/winit/platform/index.html) module for platform-specific usage.
69+
Check out the [`winit::platform`](https://docs.rs/winit/latest/winit/platform/index.html) module for platform-specific usage.

0 commit comments

Comments
 (0)