Skip to content

Commit

Permalink
MAHOUT-2191 and MAHOUT-2192
Browse files Browse the repository at this point in the history
  • Loading branch information
tdnaugle committed Mar 13, 2024
1 parent 82e86a5 commit a0b298c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/documentation/developers/how-to-update-the-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit a0b298c

Please sign in to comment.