This is an automated email from the ASF dual-hosted git repository.
akm pushed a commit to branch akm-changing-titles
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/akm-changing-titles by this
push:
new ac094785d Changing titles and gem path
ac094785d is described below
commit ac094785d82b7192d7e76cbd79cef5487be99f7c
Author: Andrew Musselman <[email protected]>
AuthorDate: Wed Nov 16 16:31:20 2022 -0800
Changing titles and gem path
---
website/.bundle/config | 2 +-
website/developers/how-to-update-the-website.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/.bundle/config b/website/.bundle/config
index 2c923472f..ae2bf800f 100644
--- a/website/.bundle/config
+++ b/website/.bundle/config
@@ -1,2 +1,2 @@
---
-BUNDLE_PATH: "/home/rawkintrevo/shared/.rvm/gems"
+BUNDLE_PATH: "~/.rvm/gems"
diff --git a/website/developers/how-to-update-the-website.md
b/website/developers/how-to-update-the-website.md
index 7662a950c..43fba3d03 100644
--- a/website/developers/how-to-update-the-website.md
+++ b/website/developers/how-to-update-the-website.md
@@ -38,7 +38,7 @@ This step actually can be done _while you are editing_. Then
you can see you cha
In the terminal,
```bash
-cd wesite
+cd website
bundle exec jekyll serve
```