From 0f478287117c165d6ddd61b3fac57ca0ed602c36 Mon Sep 17 00:00:00 2001 From: Sanjeev Yadav Date: Thu, 3 Oct 2019 18:01:07 +0530 Subject: [PATCH] Fixed all broken internal links --- Projects/1-Beginner/Word-Frequency-App.md | 2 +- Projects/2-Intermediate/Podcast-Directory-App.md | 4 ++-- Projects/2-Intermediate/Sales-DB-App.md | 2 +- Projects/3-Advanced/MyPodcast-Library-app.md | 2 +- Projects/3-Advanced/NASA-Exoplanet-Query.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Projects/1-Beginner/Word-Frequency-App.md b/Projects/1-Beginner/Word-Frequency-App.md index cc9f62fc..96e544d7 100644 --- a/Projects/1-Beginner/Word-Frequency-App.md +++ b/Projects/1-Beginner/Word-Frequency-App.md @@ -30,7 +30,7 @@ bubble chart, column chart, or any other form of graphical representation the developer chooses. - [ ] User may choose to enter the URL of a web page whose content is to be analyzed instead of manually entering text. (Hint: See the -[Podcast Directory](./Podcast-Directory-App.md) application for ideas). +[Podcast Directory](../2-Intermediate/Podcast-Directory-App.md) application for ideas). ## Useful links and resources diff --git a/Projects/2-Intermediate/Podcast-Directory-App.md b/Projects/2-Intermediate/Podcast-Directory-App.md index 5c5cb381..9959e375 100644 --- a/Projects/2-Intermediate/Podcast-Directory-App.md +++ b/Projects/2-Intermediate/Podcast-Directory-App.md @@ -2,7 +2,7 @@ **Tier:** 2-Intermediate -In the [GitHub Status](./GitHub-Status-App.md) app you learned how to use the +In the [GitHub Status](../1-Beginner/GitHub-Status-App.md) app you learned how to use the Request package to scrape information from a web page. The Podcast Directory continues this process and introduces you to another web scraping package - [Puppeteer](https://github.com/GoogleChrome/puppeteer). @@ -81,7 +81,7 @@ run() .catch(console.error); ``` - When you have completed this project check out the advanced project -[MyPodcast Library](./Projects/MyPodcast-Library-app.md) +[MyPodcast Library](../3-Advanced/MyPodcast-Library-app.md) ## Example projects diff --git a/Projects/2-Intermediate/Sales-DB-App.md b/Projects/2-Intermediate/Sales-DB-App.md index 16eee137..da54af16 100644 --- a/Projects/2-Intermediate/Sales-DB-App.md +++ b/Projects/2-Intermediate/Sales-DB-App.md @@ -2,7 +2,7 @@ **Tier:** 2-Intermediate -In the [First DB App](./First-DB-App.md) you were able to learn the basics of +In the [First DB App](../1-Beginner/First-DB-App.md) you were able to learn the basics of how to use the IndexedDB database that's built into the browser. In Sales Reciepts you'll take this a step further by creating an app that records point of sales receipts, presumably for subsequent balancing against cash in diff --git a/Projects/3-Advanced/MyPodcast-Library-app.md b/Projects/3-Advanced/MyPodcast-Library-app.md index fc5275e6..747970cb 100644 --- a/Projects/3-Advanced/MyPodcast-Library-app.md +++ b/Projects/3-Advanced/MyPodcast-Library-app.md @@ -2,7 +2,7 @@ **Tier:** 3-Advanced -In the [GitHub Status](./GitHub-Status-App.md) and [Podcast Directory](./Podcast-Directory-App.md) you learned what web scraping is and how you can +In the [GitHub Status](../1-Beginner/GitHub-Status-App.md) and [Podcast Directory](../2-Intermediate/Podcast-Directory-App.md) you learned what web scraping is and how you can use it as an alternative data source when API's and backend databases aren't available. The _My Podcast Library_ app merges your newfound knowledge of web scraping with your frontend skills to extend the simple Podcast Directory diff --git a/Projects/3-Advanced/NASA-Exoplanet-Query.md b/Projects/3-Advanced/NASA-Exoplanet-Query.md index a30cc29d..35be263a 100644 --- a/Projects/3-Advanced/NASA-Exoplanet-Query.md +++ b/Projects/3-Advanced/NASA-Exoplanet-Query.md @@ -53,7 +53,7 @@ in descending order on the values in the column. ## Useful links and resources - [Big O Notation (Wikipedia)](https://en.wikipedia.org/wiki/Big_O_notation) -- [CSV2JSON](./CSV2JSON-App.md) +- [CSV2JSON](../1-Beginner/CSV2JSON-App.md) - [Exoplanet (Wikipedia)](https://en.wikipedia.org/wiki/Exoplanet) - [NASA Exoplanet Archive](https://exoplanetarchive.ipac.caltech.edu/cgi-bin/TblView/nph-tblView?app=ExoTbls&config=planets)