diff --git a/chapter-01.md b/chapter-01.md index 8e2a588..ea8ffbf 100644 --- a/chapter-01.md +++ b/chapter-01.md @@ -1,6 +1,6 @@ # Chapter 1: Acquaintance with Jessie and Boopi -![Image of Jessie and Boopi](./images/chapter-1.jpeg) +![Image of Jessie and Boopi](./images/chapter-01.jpeg) In the everyday world, pets are an integral part of our lives. They help us cope with difficulties and support us in difficult situations as much as they can. When we are sad, they are sad with us, when we are happy, they are happy too. This unspoken love can never disappear between us. diff --git a/chapter-02.md b/chapter-02.md index d6cddfa..54782c4 100644 --- a/chapter-02.md +++ b/chapter-02.md @@ -1,6 +1,6 @@ # Chapter 2: The way Boopi reads instructions -![Boopi explains to Jessie how he reads instructions](./images/chapter-2.jpeg) +![Boopi explains to Jessie how he reads instructions](./images/chapter-02.jpeg) I’m glad you agreed to help us to create another tennis ball for Jessie. As we mentioned earlier, Boopi can only craft things if we give him instructions. So, what are the instructions and how to provide them to Boopi? Good questions. diff --git a/chapter-03.md b/chapter-03.md index 8d9c924..fb27316 100644 --- a/chapter-03.md +++ b/chapter-03.md @@ -1,6 +1,6 @@ # Chapter 3: Git installation -![The process of installing Git on a computer](./images/chapter-3.jpeg) +![The process of installing Git on a computer](./images/chapter-03.jpeg) As we discussed in the previous chapter, in order to get started with Git, we need to install it on our computer. diff --git a/chapter-04.md b/chapter-04.md index cb0b9a5..3c74e1e 100644 --- a/chapter-04.md +++ b/chapter-04.md @@ -1,6 +1,6 @@ # Chapter 4: Verify Git installation -![Search for Git with a magnifying glass](./images/chapter-4.jpeg) +![Search for Git with a magnifying glass](./images/chapter-04.jpeg) Woof-woof! diff --git a/chapter-05.md b/chapter-05.md index 2365cc8..f297d44 100644 --- a/chapter-05.md +++ b/chapter-05.md @@ -1,6 +1,6 @@ # Chapter 5: Create a folder for Boopi’s instructions -![Files with arrows pointing inside a folder](./images/chapter-5.jpeg) +![Files with arrows pointing inside a folder](./images/chapter-05.jpeg) Yes, it took some time to get Git ready for use on our computer. But it can not but rejoice that this process needs to be done only once. diff --git a/chapter-06.md b/chapter-06.md index 72f001e..3068f1e 100644 --- a/chapter-06.md +++ b/chapter-06.md @@ -1,6 +1,6 @@ # Chapter 6: The first instruction for Boopi -![Boopi is reading instruction](./images/chapter-6.jpeg) +![Boopi is reading instruction](./images/chapter-06.jpeg) So, it looks like we are inside the newly created folder. Could you explain to us, Jessie, what do we need to do next? diff --git a/chapter-07.md b/chapter-07.md index 3258578..7aa22e1 100644 --- a/chapter-07.md +++ b/chapter-07.md @@ -1,6 +1,6 @@ # Chapter 7: Initializing the Git inside the folder -![Git logo with arrows pointing inside a folder](./images/chapter-7.jpeg) +![Git logo with arrows pointing inside a folder](./images/chapter-07.jpeg) In the previous chapter, we created a `tennis-ball.txt` file, but unfortunately, it wasn’t enough to let Boopi start to craft it. As I said, we need to initialize the Git inside our folder. To initialize Git inside our folder and make aware of our project, we must open the console in the same place where our `tennis-ball.txt` file is located and run the next command. diff --git a/chapter-08.md b/chapter-08.md index 34ede6e..f3adedb 100644 --- a/chapter-08.md +++ b/chapter-08.md @@ -1,6 +1,6 @@ # Chapter 8: Check the state of the folder -![Jessie looks at the folder through the x-ray and see the Git logo inside](./images/chapter-8.jpeg) +![Jessie looks at the folder through the x-ray and see the Git logo inside](./images/chapter-08.jpeg) In the previous chapter we initialized Git inside our project folder, but I would lie if I said that passing instructions to Boopi would be simple as running a single command. So, it should be easy anyway but requires a few steps to be done before it. diff --git a/chapter-09.md b/chapter-09.md index 9627e71..cbb4fdb 100644 --- a/chapter-09.md +++ b/chapter-09.md @@ -1,6 +1,6 @@ # Chapter 9: Prepare changes to be committed -![Boopi washes files while Jesse sleeps behind](./images/chapter-9.jpeg) +![Boopi washes files while Jesse sleeps behind](./images/chapter-09.jpeg) To ask Git to track our file, we can run the next command. diff --git a/images/chapter-1.jpeg b/images/chapter-01.jpeg similarity index 100% rename from images/chapter-1.jpeg rename to images/chapter-01.jpeg diff --git a/images/chapter-2.jpeg b/images/chapter-02.jpeg similarity index 100% rename from images/chapter-2.jpeg rename to images/chapter-02.jpeg diff --git a/images/chapter-3.jpeg b/images/chapter-03.jpeg similarity index 100% rename from images/chapter-3.jpeg rename to images/chapter-03.jpeg diff --git a/images/chapter-4.jpeg b/images/chapter-04.jpeg similarity index 100% rename from images/chapter-4.jpeg rename to images/chapter-04.jpeg diff --git a/images/chapter-5.jpeg b/images/chapter-05.jpeg similarity index 100% rename from images/chapter-5.jpeg rename to images/chapter-05.jpeg diff --git a/images/chapter-6.jpeg b/images/chapter-06.jpeg similarity index 100% rename from images/chapter-6.jpeg rename to images/chapter-06.jpeg diff --git a/images/chapter-7.jpeg b/images/chapter-07.jpeg similarity index 100% rename from images/chapter-7.jpeg rename to images/chapter-07.jpeg diff --git a/images/chapter-8.jpeg b/images/chapter-08.jpeg similarity index 100% rename from images/chapter-8.jpeg rename to images/chapter-08.jpeg diff --git a/images/chapter-9.jpeg b/images/chapter-09.jpeg similarity index 100% rename from images/chapter-9.jpeg rename to images/chapter-09.jpeg