From bb35c14451db791a89f321ead0ed14fbe25c7e89 Mon Sep 17 00:00:00 2001 From: Crayon Date: Thu, 20 Jun 2019 09:37:26 -0400 Subject: [PATCH] Fix URL and status (#107) --- docs/mainpage.dox | 2 +- include/wut.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mainpage.dox b/docs/mainpage.dox index f1aeb73..0a4b1bf 100644 --- a/docs/mainpage.dox +++ b/docs/mainpage.dox @@ -3,7 +3,7 @@ * * \section Introduction * An experimental in-development Wii U toolchain, the source can be found at - * https://github.com/decaf-emu/wut + * https://github.com/devkitPro/wut * * \section Usage * TODO. diff --git a/include/wut.h b/include/wut.h index cdbd464..4c4695d 100644 --- a/include/wut.h +++ b/include/wut.h @@ -1,9 +1,9 @@ #pragma once /* - * wut 1.0.0-alpha + * wut 1.0.0-beta * - * https://github.com/decaf-emu/wut + * https://github.com/devkitPro/wut */ #include "wut_structsize.h"