From 28a9e866f5734a2012c8122d3d2db825584cd762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Soriano=20Vilchez?= Date: Wed, 20 Jul 2016 16:02:19 +0900 Subject: [PATCH] Links fixed in documentation. Project and license urls in nuspec now point to GitHub, not BitBucket. --- NestorMSX.Infrastructure/NestorMSX.Infrastructure.Nuspec | 6 +++--- NestorMSX/Host/HelpForm.cs | 4 ++-- README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NestorMSX.Infrastructure/NestorMSX.Infrastructure.Nuspec b/NestorMSX.Infrastructure/NestorMSX.Infrastructure.Nuspec index 0857e1a..8ad4dd5 100644 --- a/NestorMSX.Infrastructure/NestorMSX.Infrastructure.Nuspec +++ b/NestorMSX.Infrastructure/NestorMSX.Infrastructure.Nuspec @@ -6,9 +6,9 @@ $title$ $author$ $author$ - https://bitbucket.org/konamiman/nestormsx/src/default/LICENSE.txt - https://bitbucket.org/konamiman/nestormsx - https://bytebucket.org/konamiman/nestormsx/raw/61238da861f610fe9025ae6ed7ed79bc3acafd36/NestorMSX.Infrastructure/NuGetIcon.png + https://github.com/Konamiman/NestorMSX/blob/master/LICENSE.txt + https://github.com/Konamiman/NestorMSX + https://raw.githubusercontent.com/Konamiman/NestorMSX/master/NestorMSX.Infrastructure/NuGetIcon.png false $description$ Infrastructure package needed to develop plugins for NestorMSX. diff --git a/NestorMSX/Host/HelpForm.cs b/NestorMSX/Host/HelpForm.cs index dcbd27f..d069fd9 100644 --- a/NestorMSX/Host/HelpForm.cs +++ b/NestorMSX/Host/HelpForm.cs @@ -21,8 +21,8 @@ public HelpForm()

NestorMSX 2.0

(c) 2015, 2016 Konamiman - http://www.konamiman.com


-

Source code and configuration guide: https://bitbucket.org/konamiman/nestormsx

-

Uses Z80.NET: https://bitbucket.org/konamiman/z80dotnet

+

Source code and configuration guide: https://github.com/Konamiman/NestorMSX

+

Uses Z80.NET: https://github.com/Konamiman/Z80dotNet


Donations are welcome!

diff --git a/README.md b/README.md index e0f16a5..feaf5dd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## What is this? ## -NestorMSX is a very simple, incomplete (but extensible via plugins), underperforming MSX emulator. It was originally developed with the purpose of serving as an example of an emulation environment built around [the Z80.NET package](https://bitbucket.org/konamiman/z80dotnet). It is written in C# and targets the .NET Framework 4 Client Profile. +NestorMSX is a very simple, incomplete (but extensible via plugins), underperforming MSX emulator. It was originally developed with the purpose of serving as an example of an emulation environment built around [the Z80.NET package](https://github.com/Konamiman/Z80dotNet). It is written in C# and targets the .NET Framework 4 Client Profile. **[Here is the plugin development guide](PluginDevelopmentGuide.md)** in case you were searching for it, by the way. @@ -60,7 +60,7 @@ If you are a developer and want to build your own plugins, take a look at the [P ## Last but not least... -...if you like this project **[please consider donating!](http://www.konamiman.com#donate)** My kids need moar shoes! +...if you like this project **[please consider donating!](http://www.konamiman.com/msx/msx-e.html#donate)** My kids need moar shoes! ## But who am I? ##