Skip to content

Commit 8a7a09f

Browse files
authored
Update some links (#178)
* Update links Some links pointed to outdated sources. * Fix Tails link to use HTTPS * Remove broken link User doesn't exist on Twitter. * Fix jq download link in ES * Fix jq link in pt_br
1 parent 1d9ed3c commit 8a7a09f

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A web page showcasing the eBook:
9696

9797
[Introduction to Bash Scripting Web Page](https://ebook.bobby.sh/)
9898

99-
The web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!
99+
The web page was built using [Tails](https://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!
100100

101101
### DigitalOcean App Platform
102102

@@ -143,7 +143,7 @@ If you ever need to create a graphic, poster, invitation, logo, presentation –
143143
- [Join DevDojo](https://devdojo.com?ref=bobbyiliev)
144144
- [Ibis](https://github.com/themsaid/ibis/)
145145
- [Canva](https://www.canva.com/)
146-
- [Tails](http://devdojo.com/tails)
146+
- [Tails](https://devdojo.com/tails)
147147

148148
## 📖 Other eBooks
149149

ebook/en/content/018-working-with-json-in-bash-using-jq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ port install jq
6060

6161
If you are using other OS, I would recommend taking a look at the official documentation here for more information:
6262

63-
> [https://stedolan.github.io/jq/download/](https://stedolan.github.io/jq/download/)
63+
> [https://jqlang.org/download/](https://jqlang.org/download/)
6464
6565
Once you have jq installed you can check your current version by running this command:
6666

@@ -223,3 +223,4 @@ And for more information on the **QuizAPI**, you could take a look at the offici
223223
* [https://quizapi.io/docs/1.0/overview](https://quizapi.io/docs/1.0/overview)
224224

225225
>{notice} This content was initially posted on [DevDojo.com](https://devdojo.com/bobbyiliev/how-to-work-with-json-in-bash-using-jq)
226+

ebook/en/content/024-automating-wordpress-lamp-with-bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,4 @@ The script does the following:
333333
* Install WordPress
334334
* Configure WordPress
335335

336-
With this being said, I hope you enjoyed this example. If you have any questions, please feel free to ask me directly at [@denctl](https://twitter.com/denctl).
336+
With this being said, I hope you enjoyed this example.

ebook/es/content/018-working-with-json-in-bash-using-jq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ port install jq
6060

6161
Si usas otro sistema operativo echa un vistazo a la documentación oficial en este link para más información:
6262

63-
> [https://stedolan.github.io/jq/download/](https://stedolan.github.io/jq/download/)
63+
> [https://jqlang.org/download/](https://jqlang.org/download/)
6464
6565
Una vez que ya tengas instalado jq revisa la versión actual con este comando:
6666

@@ -223,4 +223,4 @@ Y más información de la documentación oficial de la **QuizAPI** aquí:
223223

224224
* [https://quizapi.io/docs/1.0/overview](https://quizapi.io/docs/1.0/overview)
225225

226-
>{aviso} Este contenido ha sido publicado inicialmente en [DevDojo.com](https://devdojo.com/bobbyiliev/how-to-work-with-json-in-bash-using-jq)
226+
>{aviso} Este contenido ha sido publicado inicialmente en [DevDojo.com](https://devdojo.com/bobbyiliev/how-to-work-with-json-in-bash-using-jq)

ebook/pt_br/content/018-working-with-json-in-bash-using-jq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ port install jq
6060

6161
If you are using other OS, I would recommend taking a look at the official documentation here for more information:
6262

63-
> [https://stedolan.github.io/jq/download/](https://stedolan.github.io/jq/download/)
63+
> [https://jqlang.org/download/](https://jqlang.org/download/)
6464
6565
Once you have jq installed you can check your current version by running this command:
6666

@@ -222,4 +222,5 @@ And for more information on the **QuizAPI**, you could take a look at the offici
222222

223223
* [https://quizapi.io/docs/1.0/overview](https://quizapi.io/docs/1.0/overview)
224224

225-
>{notice} This content was initially posted on [DevDojo.com](https://devdojo.com/bobbyiliev/how-to-work-with-json-in-bash-using-jq)
225+
226+
>{notice} This content was initially posted on [DevDojo.com](https://devdojo.com/bobbyiliev/how-to-work-with-json-in-bash-using-jq)

0 commit comments

Comments
 (0)