From b848e9e86e41e8d75148b177ee04750edc4b59fc Mon Sep 17 00:00:00 2001 From: Ashutosh Krishna Date: Mon, 7 Feb 2022 15:42:25 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48257aa..8bfceb0 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Watch on YouTube: [https://www.youtube.com/watch?v=g6chXThUReU](https://www.yout ### Tutorials -* On iRead: [https://iread.ga/posts/82/how-to-create-a-url-shortener-using-flask](https://iread.ga/posts/82/how-to-create-a-url-shortener-using-flask) +* On iRead: [https://ireadblog.com/posts/82/how-to-create-a-url-shortener-using-flask](https://ireadblog.com/posts/82/how-to-create-a-url-shortener-using-flask) * On freeCodeCamp: [https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/](https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/) -* On Personal Blog: [https://blog.ashutoshkrris.tk/how-to-create-a-url-shortener-using-flask](https://blog.ashutoshkrris.tk/how-to-create-a-url-shortener-using-flask) +* On Personal Blog: [https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask](https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask) `.env` file contents: @@ -23,4 +23,4 @@ APP_SETTINGS=config.DevelopmentConfig FLASK_APP=core ``` -While deploying the app, make sure you change the `APP_SETTINGS` to `config.ProductionConfig`. \ No newline at end of file +While deploying the app, make sure you change the `APP_SETTINGS` to `config.ProductionConfig`. From 6036f6ba166b3f39e7b360412fa1b2e0617e35da Mon Sep 17 00:00:00 2001 From: Ashutosh Krishna Date: Wed, 23 Mar 2022 16:59:27 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bfceb0..4c52fa4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Watch on YouTube: [https://www.youtube.com/watch?v=g6chXThUReU](https://www.yout ### Tutorials -* On iRead: [https://ireadblog.com/posts/82/how-to-create-a-url-shortener-using-flask](https://ireadblog.com/posts/82/how-to-create-a-url-shortener-using-flask) +* On iRead: [https://ireadblog.com/posts/140/how-to-create-a-url-shortener-using-flask](https://ireadblog.com/posts/140/how-to-create-a-url-shortener-using-flask) * On freeCodeCamp: [https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/](https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/) * On Personal Blog: [https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask](https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask) From b9a16b611b7658bc22d9244b4c3d75d2bbc3c0d7 Mon Sep 17 00:00:00 2001 From: Ashutosh Krishna Date: Sun, 18 Dec 2022 09:47:56 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c52fa4..f840a9e 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,14 @@ Flask URL shortener is a tool that takes any URL and generates a shorter, more readable version like bit.ly. -Checkout the website: [https://shorty-flask.herokuapp.com/](https://shorty-flask.herokuapp.com/) - ### Demo Video Watch on YouTube: [https://www.youtube.com/watch?v=g6chXThUReU](https://www.youtube.com/watch?v=g6chXThUReU) ### Tutorials -* On iRead: [https://ireadblog.com/posts/140/how-to-create-a-url-shortener-using-flask](https://ireadblog.com/posts/140/how-to-create-a-url-shortener-using-flask) * On freeCodeCamp: [https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/](https://www.freecodecamp.org/news/python-tutorial-how-to-create-a-url-shortener-using-flask/) -* On Personal Blog: [https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask](https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask) +* On Hashnode: [https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask](https://ashutoshkrris.hashnode.dev/how-to-create-a-url-shortener-using-flask) `.env` file contents: