Skip to content

Commit e943c6b

Browse files
committed
fix(URL): Tutorial links
- Fixed tutorial links to point to the new ___domain
1 parent 243d339 commit e943c6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
291291
- [Build A Job Scraping Web App](https://medium.freecodecamp.org/how-i-built-a-job-scraping-web-app-using-node-js-and-indreed-7fbba124bbdc)
292292
- [Building a GitHub App](https://blog.scottlogic.com/2017/05/22/gifbot-github-integration.html)
293293
- How to build your own Uber-for-X App using JavaScript, Node.JS, MongoDB and Web Sockets
294-
- [Part 1](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app/)
295-
- [Part 2](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app-part-2/)
294+
- [Part 1](https://www.ashwinhariharan.com/how-to-build-your-own-uber-for-x-app/)
295+
- [Part 2](https://www.ashwinhariharan.com/how-to-build-your-own-uber-for-x-app-part-2/)
296296

297297
#### Vue
298298

@@ -385,8 +385,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
385385
- [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/)
386386
- [Create A Django API in under 20 minutes](https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3)
387387
- Build a Community-driven delivery application with Django, Postgres and JavaScript
388-
- [Part 1](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/)
389-
- [Part 2](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/)
388+
- [Part 1](https://www.ashwinhariharan.com/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/)
389+
- [Part 2](https://www.ashwinhariharan.com/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/)
390390
- Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI
391391
- [Part 1](https://danidee10.github.io/2018/01/01/realtime-django-1.html)
392392
- [Part 2](https://danidee10.github.io/2018/01/03/realtime-django-2.html)

0 commit comments

Comments
 (0)