diff --git a/docs/index.md b/docs/index.md index 6567a0924..48a9f1b36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ --- -title: Windows Midi Services +title: Overview layout: home has_children: false --- @@ -44,4 +44,3 @@ While we're in developer preview, get started by downloading and installing the These are the updated MIDI 2.0 specifications which apply to this project today. * [MIDI 2.0 UMP (and other) Specifications](https://midi.org/specs) - diff --git a/docs/other-developer-docs/consuming-midi-api.md b/docs/other-developer-docs/consuming-midi-api.md index d051df1b8..fdce2fc72 100644 --- a/docs/other-developer-docs/consuming-midi-api.md +++ b/docs/other-developer-docs/consuming-midi-api.md @@ -73,7 +73,6 @@ You will follow a similar approach to C++ using windows-rs instead of C++/WinRT. * [Getting Started with windows-rs](https://kennykerr.ca/rust-getting-started/) * [Rust for Windows and the windows crate](https://learn.microsoft.com/windows/dev-environment/rust/rust-for-windows) * [Set up your Rust Development Environment](https://learn.microsoft.com/windows/dev-environment/rust/setup) -* [Rust Windows MIDI Services Example Code](https://github.com/microsoft/MIDI/tree/main/get-started/midi-developers/app-developers/samples/rust-winrt) * [windows-rs on GitHub](https://github.com/microsoft/windows-rs) ## Consuming from C++ without Visual Studio (using cmake or other tools)