Skip to content

Commit eaaaa58

Browse files
JakeLegendXIIIJake Kirkbride
and
Jake Kirkbride
authored
Update urls to match website changes (MonoGame#8119)
Co-authored-by: Jake Kirkbride <[email protected]>
1 parent 1ddc8c4 commit eaaaa58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MonoGame
22

3-
MonoGame is a simple and powerful .NET framework for creating games for desktop PCs, video game consoles, and mobile devices using the C# programming language. It has been successfully used to create games such as [Streets of Rage 4](https://store.steampowered.com/app/985890/Streets_of_Rage_4/), [Carrion](https://store.steampowered.com/app/953490/CARRION/), [Celeste](https://store.steampowered.com/app/504230/Celeste/), [Stardew Valley](https://store.steampowered.com/app/413150/Stardew_Valley/), and [many others](https://monogame.net/showcase.html).
3+
MonoGame is a simple and powerful .NET framework for creating games for desktop PCs, video game consoles, and mobile devices using the C# programming language. It has been successfully used to create games such as [Streets of Rage 4](https://store.steampowered.com/app/985890/Streets_of_Rage_4/), [Carrion](https://store.steampowered.com/app/953490/CARRION/), [Celeste](https://store.steampowered.com/app/504230/Celeste/), [Stardew Valley](https://store.steampowered.com/app/413150/Stardew_Valley/), and [many others](https://monogame.net/showcase/).
44

55
It is an open-source re-implementation of the discontinued [Microsoft's XNA Framework](https://msdn.microsoft.com/en-us/library/bb200104.aspx).
66

@@ -54,7 +54,7 @@ If you'd like to help the project by supporting us financially, consider support
5454

5555
Money goes towards hosting, new hardware and if enough people subscribe a dedicated developer.
5656

57-
There are several options on our [Donation Page](https://www.patreon.com/MonoGame/).
57+
There are several options on our [Donation Page](https://monogame.net/donate/).
5858

5959
## Source Code
6060

@@ -85,7 +85,7 @@ A high level breakdown of the components of the framework:
8585
* Use our [community forums](http://community.monogame.net/) for support questions.
8686
* You can [join the Discord server](https://discord.gg/monogame) and chat live with the core developers and other users.
8787
* The [official documentation](https://monogame.net/articles/index.html) is on our website.
88-
* Download release [packages](https://github.com/MonoGame/MonoGame/releases).
88+
* Download [release](https://github.com/MonoGame/MonoGame/releases) and [development](https://github.com/orgs/MonoGame/packages) packages.
8989
* Follow [@MonoGameTeam](https://twitter.com/monogameteam) on Twitter.
9090

9191
## License

Tools/MonoGame.Content.Builder.Editor/MainWindow.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ private void CmdDebugMode_Executed(object sender, EventArgs e)
569569

570570
private void CmdHelp_Executed(object sender, EventArgs e)
571571
{
572-
Process.Start(new ProcessStartInfo() { FileName = "https://monogame.net/articles/tools/mgcb_editor.html", UseShellExecute = true, Verb = "open" });
572+
Process.Start(new ProcessStartInfo() { FileName = "https://monogame.net/articles/tools/mgcb_editor/", UseShellExecute = true, Verb = "open" });
573573
}
574574

575575
private void CmdAbout_Executed(object sender, EventArgs e)

0 commit comments

Comments
 (0)