From c6feb611b371545167bee9d05dc1011240e0136e Mon Sep 17 00:00:00 2001 From: "confused.jpg" Date: Sat, 4 Jul 2026 15:26:04 +0200 Subject: [PATCH] Fix top right "Next" link The first "Next ->" link that should bring you to the "Manifest file" page, instead brings you back to the beginning of the tutorial. --- .../tutorials/cycletracker/javascript_functionality/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.