From fa709fb631ef3246a6414cec54cc5888d2c15486 Mon Sep 17 00:00:00 2001 From: Rufaro Madamombe Date: Sun, 23 Dec 2018 05:45:49 +0200 Subject: [PATCH] Fix links (#25783) Markdown wasn't properly formatted so text that should have been hyperlinked wasn't hyperlinked. Fixed by correcting the markdown formatting. --- guide/english/progressive-web-apps/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guide/english/progressive-web-apps/index.md b/guide/english/progressive-web-apps/index.md index 08d49f2e78..425adeecf4 100644 --- a/guide/english/progressive-web-apps/index.md +++ b/guide/english/progressive-web-apps/index.md @@ -52,8 +52,9 @@ This implies that depending on the browser, the experience can change. 1. [Russell, Alex. "Progressive Web Apps: Escaping Tabs Without Losing Our Soul" "Infrequently Noted" Posted: June 15, 2015.](https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/) 2. [Progressive Web Apps - Google Developers](https://developers.google.com/web/progressive-web-apps/) -3. [Introduction to Progressive Web Apps - MDN Web Docs] (https://developer.mozilla.org/en-US/docs/Web/Apps/Progressive/Introduction) -4. [Hume, Dean. Alan. "Progressive Web Apps: Live book](https://livebook.manning.com/#!/book/progressive-web-apps/about-this-book/) -5. [Hofmann, Simon. "The Road to PWA - Part 1"] (https://blog.simon-hofmann.org/pwa/js/2018/05/07/road-to-pwa01.html) -6. [PWA Rocks! - List of Progressive Web Apps] (https://pwa.rocks/) +3. [Introduction to Progressive Web Apps - MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/Apps/Progressive/Introduction) +4. [Hume, Dean. Alan. "Progressive Web Apps: Live book"](https://livebook.manning.com/#!/book/progressive-web-apps/about-this-book/) +5. [Hofmann, Simon. "The Road to PWA - Part 1"](https://blog.simon-hofmann.org/pwa/js/2018/05/07/road-to-pwa01.html) +6. [PWA Rocks! - List of Progressive Web Apps](https://pwa.rocks/) +