From e943c6b5a44b9370eca91cbc25cd276f21121c8d Mon Sep 17 00:00:00 2001 From: booleanhunter Date: Sun, 19 Jan 2025 15:05:35 +0530 Subject: [PATCH] fix(URL): Tutorial links - Fixed tutorial links to point to the new domain --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f3119b7..1a14464f 100644 --- a/README.md +++ b/README.md @@ -291,8 +291,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build A Job Scraping Web App](https://medium.freecodecamp.org/how-i-built-a-job-scraping-web-app-using-node-js-and-indreed-7fbba124bbdc) - [Building a GitHub App](https://blog.scottlogic.com/2017/05/22/gifbot-github-integration.html) - How to build your own Uber-for-X App using JavaScript, Node.JS, MongoDB and Web Sockets - - [Part 1](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app/) - - [Part 2](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app-part-2/) + - [Part 1](https://www.ashwinhariharan.com/how-to-build-your-own-uber-for-x-app/) + - [Part 2](https://www.ashwinhariharan.com/how-to-build-your-own-uber-for-x-app-part-2/) #### Vue @@ -385,8 +385,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/) - [Create A Django API in under 20 minutes](https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3) - Build a Community-driven delivery application with Django, Postgres and JavaScript - - [Part 1](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/) - - [Part 2](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/) + - [Part 1](https://www.ashwinhariharan.com/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/) + - [Part 2](https://www.ashwinhariharan.com/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/) - Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI - [Part 1](https://danidee10.github.io/2018/01/01/realtime-django-1.html) - [Part 2](https://danidee10.github.io/2018/01/03/realtime-django-2.html)