summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/index.md2
-rw-r--r--Documentation/lessons/index.md4
-rw-r--r--Documentation/mainboard/supermicro/x10slm-f.md2
-rw-r--r--Documentation/tutorial/index.md4
-rw-r--r--Documentation/tutorial/part1.md (renamed from Documentation/lessons/lesson1.md)4
-rw-r--r--Documentation/tutorial/part2.md (renamed from Documentation/lessons/lesson2.md)2
6 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index 50141b50bfd9..b880c1c4d570 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -161,7 +161,7 @@ for example OpenBSD, is probably the closest cousin of our approach.
Contents:
* [Getting Started](getting_started/index.md)
-* [Rookie Guide](lessons/index.md)
+* [Tutorial](tutorial/index.md)
* [Coding Style](coding_style.md)
* [Project Ideas](contributing/project_ideas.md)
* [Code of Conduct](community/code_of_conduct.md)
diff --git a/Documentation/lessons/index.md b/Documentation/lessons/index.md
deleted file mode 100644
index 6540e8c4fa41..000000000000
--- a/Documentation/lessons/index.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Rookie Guide
-
-* [Lesson 1: Starting from scratch](lesson1.md)
-* [Lesson 2: Submitting a patch to coreboot.org](lesson2.md)
diff --git a/Documentation/mainboard/supermicro/x10slm-f.md b/Documentation/mainboard/supermicro/x10slm-f.md
index 2c2e6a84cd49..8a91c892ab9e 100644
--- a/Documentation/mainboard/supermicro/x10slm-f.md
+++ b/Documentation/mainboard/supermicro/x10slm-f.md
@@ -12,7 +12,7 @@ Please see :doc:`../../northbridge/intel/haswell/mrc.bin`.
```eval_rst
If you haven't already, build the coreboot toolchain as described in
-:doc:`../../lessons/lesson1`.
+:doc:`../../tutorial/part1`.
```
A fully working image should be possible so long as you have the
diff --git a/Documentation/tutorial/index.md b/Documentation/tutorial/index.md
new file mode 100644
index 000000000000..48dfbe5da6cd
--- /dev/null
+++ b/Documentation/tutorial/index.md
@@ -0,0 +1,4 @@
+# Tutorial
+
+* [Part 1: Starting from scratch](part1.md)
+* [Part 2: Submitting a patch to coreboot.org](part2.md)
diff --git a/Documentation/lessons/lesson1.md b/Documentation/tutorial/part1.md
index bbb3eb5582c7..75a9ba375f3e 100644
--- a/Documentation/lessons/lesson1.md
+++ b/Documentation/tutorial/part1.md
@@ -1,5 +1,5 @@
-coreboot Lesson 1: Starting from scratch
-========================================
+Tutorial, part 1: Starting from scratch
+===========================================
From a fresh Ubuntu 16.04 or 18.04 install, here are all the steps required for
a very basic build:
diff --git a/Documentation/lessons/lesson2.md b/Documentation/tutorial/part2.md
index ae70c70cbc28..e5322186f9ac 100644
--- a/Documentation/lessons/lesson2.md
+++ b/Documentation/tutorial/part2.md
@@ -1,4 +1,4 @@
-# coreboot Lesson 2: Submitting a patch to coreboot.org
+# Tutorial, part 2: Submitting a patch to coreboot.org
## Part 1: Setting up an account at coreboot.org