website: This commit edits instructions in part1 of learning_gem5

part1_2 now has /part1/ as a folder in line 69-70: mkdir and touch
part1_6 now has a space in line 39 : scons build/ARM/gem5.opt command

Change-Id: I8ff1ebc9da3144ab30f93e2171a2a97983bef62b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/60809
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: Bobby Bruce <bbruce@ucdavis.edu>
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
diff --git a/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md b/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md
index 4443f44..26a6296 100644
--- a/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md
+++ b/_pages/documentation/learning_gem5/part1/part1_2_simple_config.md
@@ -66,8 +66,8 @@
 Let's start by creating a new config file and opening it:
 
 ```
-mkdir configs/tutorial
-touch configs/tutorial/simple.py
+mkdir configs/tutorial/part1/
+touch configs/tutorial/part1/simple.py
 ```
 
 This is just a normal python file that will be executed by the embedded
diff --git a/_pages/documentation/learning_gem5/part1/part1_6_extending_configs.md b/_pages/documentation/learning_gem5/part1/part1_6_extending_configs.md
index 59f8ce4..a37a533 100644
--- a/_pages/documentation/learning_gem5/part1/part1_6_extending_configs.md
+++ b/_pages/documentation/learning_gem5/part1/part1_6_extending_configs.md
@@ -36,7 +36,7 @@
 default ARM configurations. To do so, we just replace x86 with ARM:  
 
 ```
-scons build/ARM/gem5.opt -j20
+scons build/ARM/gem5.opt -j 20
 ```
 
 When compilation is finished you should have a working gem5 executable