diff --git a/src/components/PluginLinks.astro b/src/components/PluginLinks.astro index 2af9877dcd..3bf981f1f2 100644 --- a/src/components/PluginLinks.astro +++ b/src/components/PluginLinks.astro @@ -7,7 +7,7 @@ interface Props { } const { plugin, showJsLinks = true } = Astro.props; const github = `https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/${plugin}`; -const npm = showJsLinks ? `https://www.npmjs.com/package/@tauri-apps/plugin-${plugin}` : undefined; +const npm = showJsLinks ? `https://www.npmx.dev/package/@tauri-apps/plugin-${plugin}` : undefined; const cratesio = `https://crates.io/crates/tauri-plugin-${plugin}`; const jsApi = showJsLinks ? `/reference/javascript/${plugin}/` : undefined; const docsrs = `https://docs.rs/tauri-plugin-${plugin}`; diff --git a/src/content/docs/develop/Tests/WebDriver/Example/selenium.mdx b/src/content/docs/develop/Tests/WebDriver/Example/selenium.mdx index a93aed4c94..5369a913bb 100644 --- a/src/content/docs/develop/Tests/WebDriver/Example/selenium.mdx +++ b/src/content/docs/develop/Tests/WebDriver/Example/selenium.mdx @@ -246,4 +246,4 @@ application at all! [finished example project]: https://github.com/tauri-apps/webdriver-example [mocha]: https://mochajs.org/ [chai]: https://www.chaijs.com/ -[`selenium-webdriver`]: https://www.npmjs.com/package/selenium-webdriver +[`selenium-webdriver`]: https://www.npmx.dev/package/selenium-webdriver diff --git a/src/content/docs/ja/develop/Tests/WebDriver/Example/selenium.mdx b/src/content/docs/ja/develop/Tests/WebDriver/Example/selenium.mdx index d420553cb8..4ce738fea6 100644 --- a/src/content/docs/ja/develop/Tests/WebDriver/Example/selenium.mdx +++ b/src/content/docs/ja/develop/Tests/WebDriver/Example/selenium.mdx @@ -209,7 +209,7 @@ Done in 0.93s. [完成版モデル・プロジェクト]: https://github.com/chippers/hello_tauri [mocha]: https://mochajs.org/ [chai]: https://www.chaijs.com/ -[`selenium-webdriver`]: https://www.npmjs.com/package/selenium-webdriver +[`selenium-webdriver`]: https://www.npmx.dev/package/selenium-webdriver