Skip to content

Commit

Permalink
Links fixed in documentation. Project and license urls in nuspec now …
Browse files Browse the repository at this point in the history
…point to GitHub, not BitBucket.
  • Loading branch information
Konamiman committed Jul 20, 2016
1 parent c63b8fe commit 28a9e86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NestorMSX.Infrastructure/NestorMSX.Infrastructure.Nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://bitbucket.org/konamiman/nestormsx/src/default/LICENSE.txt</licenseUrl>
<projectUrl>https://bitbucket.org/konamiman/nestormsx</projectUrl>
<iconUrl>https://bytebucket.org/konamiman/nestormsx/raw/61238da861f610fe9025ae6ed7ed79bc3acafd36/NestorMSX.Infrastructure/NuGetIcon.png</iconUrl>
<licenseUrl>https://github.com/Konamiman/NestorMSX/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Konamiman/NestorMSX</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Konamiman/NestorMSX/master/NestorMSX.Infrastructure/NuGetIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>$description$</summary>
<description>Infrastructure package needed to develop plugins for NestorMSX.</description>
Expand Down
4 changes: 2 additions & 2 deletions NestorMSX/Host/HelpForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public HelpForm()
<h4>NestorMSX 2.0</h4>
<p>(c) 2015, 2016 Konamiman - <a target=""_blank"" href=""http://www.konamiman.com"">http://www.konamiman.com</a></p>
<br/>
<p>Source code and configuration guide: <a target=""_blank"" href=""https://bitbucket.org/konamiman/nestormsx"">https://bitbucket.org/konamiman/nestormsx</a></p>
<p>Uses Z80.NET: <a target=""_blank"" href=""https://bitbucket.org/konamiman/z80dotnet"">https://bitbucket.org/konamiman/z80dotnet</a></p>
<p>Source code and configuration guide: <a target=""_blank"" href=""https://github.com/Konamiman/NestorMSX"">https://github.com/Konamiman/NestorMSX</a></p>
<p>Uses Z80.NET: <a target=""_blank"" href=""https://github.com/Konamiman/Z80dotNet"">https://github.com/Konamiman/Z80dotNet</a></p>
<br/>
<p><strong><a target=""_blank"" href=""http://konamiman.com/msx/msx-e.html#donate"">Donations are welcome!</a></strong></p>
</body></html>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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? ##

Expand Down

0 comments on commit 28a9e86

Please sign in to comment.