Skip to content

Commit

Permalink
Fixed all broken internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Yadav committed Oct 3, 2019
1 parent 5417620 commit 0f47828
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Projects/1-Beginner/Word-Frequency-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Projects/2-Intermediate/Podcast-Directory-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Projects/2-Intermediate/Sales-DB-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Projects/3-Advanced/MyPodcast-Library-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Projects/3-Advanced/NASA-Exoplanet-Query.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0f47828

Please sign in to comment.