From 05940ce93fc94623212692f653c7be7dcec6bab8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 7 Feb 2026 10:06:58 +0100 Subject: [PATCH] Link to the C++ example plugin in the README --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index a2eecf8..8651862 100644 --- a/README.MD +++ b/README.MD @@ -6,7 +6,7 @@ The Wii U Plugin System is a library to create plugins for the [WiiUPluginLoader See the repository of the Backend for more information. ## How create plugins -See the [example plugin](https://github.com/wiiu-env/WiiUPluginSystem/tree/master/plugins/example_plugin) for more information about creating a plugin. +See the [example plugin](https://github.com/wiiu-env/WiiUPluginSystem/tree/master/plugins/example_plugin_cpp) for more information about creating a plugin. ## Compile and install the WUPS lib For building you need: