From 57dcb714b6d75372d6445ca086dc30c5dfe526f0 Mon Sep 17 00:00:00 2001 From: BlurOne! <61806094+BlurOne-GIT@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:53:06 -0300 Subject: [PATCH] Update links in CONTRIBUTING.md Update http://www.monogame.net/documentation/ to https://docs.monogame.net/. Update https://monogame.net/articles/contributing to https://docs.monogame.net/articles/contributing. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05eed6a4..b937d6f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # MonoGame Documentation -This is the source for the [documentation published on MonoGame.net](http://www.monogame.net/documentation/). It is rebuilt when the code changes and is published nightly to the website. +This is the source for the [documentation published on MonoGame.net](https://docs.monogame.net/). It is rebuilt when the code changes and is published nightly to the website. ## General Rules @@ -17,7 +17,7 @@ Breaking these rules can result in your contribution being rejected. For further details for guidance and advice when contributing to the MonoGame Framework Documentation / API repository, please see the official guide: -### [MonoGame Documentation official contributing guide](https://monogame.net/articles/contributing) +### [MonoGame Documentation official contributing guide](https://docs.monogame.net/articles/contributing) ## License