From cec09925a9d6b8a2126906d0908a5f20eaa7fb3e Mon Sep 17 00:00:00 2001 From: David Beazley Date: Tue, 26 May 2020 09:26:20 -0500 Subject: [PATCH] Link experiment --- Notes/01_Introduction/01_Python.md | 3 ++- Notes/01_Introduction/02_Hello_world.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Notes/01_Introduction/01_Python.md b/Notes/01_Introduction/01_Python.md index 5a50df0..e7204f2 100644 --- a/Notes/01_Introduction/01_Python.md +++ b/Notes/01_Introduction/01_Python.md @@ -181,4 +181,5 @@ exercise work. For example: >>> ``` -[Previous:Table of Contents](../Contents) [Next:1.2 Hello World](02_Hello_world) +\[ [Contents](../Contents) \] | \[ [Next (1.2 Hello World)](02_Hello_world) \] + diff --git a/Notes/01_Introduction/02_Hello_world.md b/Notes/01_Introduction/02_Hello_world.md index 69e6ea6..68feeda 100644 --- a/Notes/01_Introduction/02_Hello_world.md +++ b/Notes/01_Introduction/02_Hello_world.md @@ -475,4 +475,5 @@ an identifying filename and line number. * Fix the error * Run the program successfully -[Previous:1.1 Introducing Python](01_Python) [Next:1.3 Numbers](03_Numbers) \ No newline at end of file + +\[ [Contents](../Contents) \] | \[ [Previous (1.1 Python)](01_Python) \] | \[ [Next (1.3 Numbers)](02_Numbers) \]