From a0b298ca235c151dd9d90748c285a52cca2fc10a Mon Sep 17 00:00:00 2001 From: tommy Date: Wed, 13 Mar 2024 00:18:34 -0500 Subject: [PATCH] MAHOUT-2191 and MAHOUT-2192 --- website/documentation/developers/how-to-update-the-website.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/documentation/developers/how-to-update-the-website.md b/website/documentation/developers/how-to-update-the-website.md index 43fba3d03..72f8d8b02 100644 --- a/website/documentation/developers/how-to-update-the-website.md +++ b/website/documentation/developers/how-to-update-the-website.md @@ -17,7 +17,7 @@ Committers and contributors are all welcomed and encouraged to update the Mahout ```git clone http://github.com/apache/mahout``` -See [Building from Source](/developers/buildingmahout/#getting-code) for more details. +See [Building from Source](/developers/buildingmahout.html#getting-code) for more details. #### Working with Markdown @@ -48,7 +48,7 @@ open your favorite browser and make sure your changes look the way you expect th #### Commit code and open a PR Once you're sure everything is right, you commit your code, push to your github.com account (preferably on a branch other than `trunk` -then click "OpenPR"). This process closely follows [How To Contribute- Making Changes](/developers/how-to-contribute/#HowToContribute-MakingChanges) with an exception that for _WEBSITE ONLY_ changes we relax the requirement to open a JIRA ticket. That is to say, small +then click "OpenPR"). This process closely follows [How To Contribute- Making Changes](/developers/how-to-contribute.html#HowToContribute-MakingChanges) with an exception that for _WEBSITE ONLY_ changes we relax the requirement to open a JIRA ticket. That is to say, small website changes such as fixing a broken link or typo, do not require a specific JIRA issues, and where you would normally commit with a message like `MAHOUT-XXXX The thing I did` (where `XXXX` is the assosciated JIRA number), you can instead simply create a message like `WEBSITE Typos in how-to-update-the-website.md`. There's nothing to stop you from making a