diff options
author | Outvi V <git@outv.im> | 2021-03-20 01:17:49 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-19 14:33:43 +0800 |
commit | 8ec627043813e05001cf26c091363c3d2f04e38f (patch) | |
tree | 99f3f8924d570b2b8967462de57833d8edcc56d3 | |
parent | cf8c1596d48f31ad71b87546d0758ca5c335a4d0 (diff) | |
download | translated-content-8ec627043813e05001cf26c091363c3d2f04e38f.tar.gz translated-content-8ec627043813e05001cf26c091363c3d2f04e38f.tar.bz2 translated-content-8ec627043813e05001cf26c091363c3d2f04e38f.zip |
fix: update footer series link
-rw-r--r-- | files/zh-cn/web/progressive_web_apps/app_structure/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/progressive_web_apps/app_structure/index.html b/files/zh-cn/web/progressive_web_apps/app_structure/index.html index 16b028e52b..ae5bc50a49 100644 --- a/files/zh-cn/web/progressive_web_apps/app_structure/index.html +++ b/files/zh-cn/web/progressive_web_apps/app_structure/index.html @@ -272,4 +272,4 @@ var contentToCache = appShellFiles.concat(gamesImages);</pre> <p>下一篇文章中,我们会探讨更多的细节:service worker 如何帮助我们缓存 app shell 和内容,从而让我们实现离线功能。</p> -<p>{{PreviousMenuNext("Web/Apps/Progressive/Introduction", "Web/Apps/Progressive/Offline_Service_workers", "Web/Apps/Progressive")}}</p> +<p>{{PreviousMenuNext("Web/Apps/Progressive/Introduction", "Web/Progressive_web_apps/Offline_Service_workers", "Web/Progressive_web_apps")}}</p> |