diff --git a/.github/workflows/markdown.links.config.json b/.github/workflows/markdown.links.config.json index d51112fc..fa7ae628 100644 --- a/.github/workflows/markdown.links.config.json +++ b/.github/workflows/markdown.links.config.json @@ -4,7 +4,25 @@ "pattern": "^https://developer.android.com/studio/*" }, { - "pattern": "^https://x.com/martindonadieu" + "pattern": "^https://x.com/*" + }, + { + "pattern": "^https://www.indeed.com/*" + }, + { + "pattern": "^https://litoarias.medium.com/*" + }, + { + "pattern": "^https://medium.com/*" + }, + { + "pattern": "^https://kick.com" + }, + { + "pattern": "^https://opensource.org/license/*" + }, + { + "pattern": "^https://foundation.mozilla.org/*" } ], "httpHeaders": [ diff --git a/src/content/blog/quasar-mobile-app-capacitor.md b/src/content/blog/quasar-mobile-app-capacitor.md index cf7bdeb0..e31a757b 100644 --- a/src/content/blog/quasar-mobile-app-capacitor.md +++ b/src/content/blog/quasar-mobile-app-capacitor.md @@ -3,7 +3,7 @@ slug: "live-update-with-quasar-and-capacitor" title: Creating Mobile Apps with live updates, Quasar and Capacitor. description: How to create a mobile app with Quasar, Capacitor and implement live updates. author: Anik Dhabal Babu -author_url: https://twitter.com/AnikDhabal +author_url: https://x.com/anikDhabal created_at: 2023-09-14 updated_at: 2023-09-14 head_image: "/quasar_capgo.webp" diff --git a/src/content/plugins-tutorials/native-audio.md b/src/content/plugins-tutorials/native-audio.md index 064d943f..2144afb2 100644 --- a/src/content/plugins-tutorials/native-audio.md +++ b/src/content/plugins-tutorials/native-audio.md @@ -53,6 +53,6 @@ NativeAudio.play({ The `preload` method is used to load an audio file into memory, and the `play` method is used to play the loaded audio file. -Other supported methods include `pause`, `resume`, `loop`, `stop`, `unload`, `setVolume`, `getDuration`, and `getCurrentTime`. You can refer to the [official documentation](https://github.com/riderx/native-audio/blob/master/README.md) for more details on these methods. +Other supported methods include `pause`, `resume`, `loop`, `stop`, `unload`, `setVolume`, `getDuration`, and `getCurrentTime`. You can refer to the [official documentation](https://github.com/Cap-go/native-audio/blob/main/README.md) for more details on these methods. That's it! You have now learned how to use the `@capgo/native-audio` package to play sounds in your Capacitor application. \ No newline at end of file