diff --git a/files/en-us/web/progressive_web_apps/tutorials/cycletracker/javascript_functionality/index.md b/files/en-us/web/progressive_web_apps/tutorials/cycletracker/javascript_functionality/index.md index f3d47a573007e4e..458e5133025a16a 100644 --- a/files/en-us/web/progressive_web_apps/tutorials/cycletracker/javascript_functionality/index.md +++ b/files/en-us/web/progressive_web_apps/tutorials/cycletracker/javascript_functionality/index.md @@ -6,7 +6,7 @@ page-type: tutorial-chapter sidebar: pwasidebar --- -{{PreviousMenuNext("Web/Progressive_web_apps/Tutorials/CycleTracker/Secure_connection", "Web/Progressive_web_apps/Tutorials/CycleTracker", "Web/Progressive_web_apps/Tutorials/CycleTracker")}} +{{PreviousMenuNext("Web/Progressive_web_apps/Tutorials/CycleTracker/Secure_connection", "Web/Progressive_web_apps/Tutorials/CycleTracker", "Web/Progressive_web_apps/Tutorials/CycleTracker/Manifest_file")}} In the previous section, we wrote the HTML and CSS for CycleTracker, creating a static version of our web app. In this section, we will write the JavaScript required to convert static HTML into a fully functional web application.