diff --git a/cli/tauri.js/README.md b/cli/tauri.js/README.md index 2f8456dd1..95391eae0 100644 --- a/cli/tauri.js/README.md +++ b/cli/tauri.js/README.md @@ -8,7 +8,7 @@ ![](https://img.shields.io/github/workflow/status/tauri-apps/tauri/test%20library?label=test%20library ) -[![devto](https://img.shields.io/badge/documentation-site-purple.svg)](https://tauri-apps.org) +[![devto](https://img.shields.io/badge/documentation-site-purple.svg)](https://tauri.studio) [![https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg](https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg)](https://good-labs.github.io/greater-good-affirmation) [![support](https://img.shields.io/badge/sponsor-Opencollective-blue.svg)](https://opencollective.com/tauri) diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index d2e93ef73..f64c19472 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -25,7 +25,7 @@ "url": "git+https://github.com/tauri-apps/tauri.git" }, "contributors": [ - "Tauri Team (https://tauri-apps.org)", + "Tauri Team (https://tauri.studio)", "Daniel Thompson-Yvetot ", "Lucas Fernandes Gonçalves Nogueira " ], diff --git a/cli/tauri.js/templates/tauri.esm.js b/cli/tauri.js/templates/tauri.esm.js index 59978818b..a3b50931f 100644 --- a/cli/tauri.js/templates/tauri.esm.js +++ b/cli/tauri.js/templates/tauri.esm.js @@ -40,7 +40,7 @@ const uid = function () { * @private */ const __whitelistWarning = function (func) { - console.warn('%c[Tauri] Danger \ntauri.' + func + ' not whitelisted 💣\n%c\nAdd to tauri.conf.json: \n\ntauri: \n whitelist: { \n ' + func + ': true \n\nReference: https://tauri-apps.org/docs/api#' + func , 'background: red; color: white; font-weight: 800; padding: 2px; font-size:1.5em', ' ') + console.warn('%c[Tauri] Danger \ntauri.' + func + ' not whitelisted 💣\n%c\nAdd to tauri.conf.json: \n\ntauri: \n whitelist: { \n ' + func + ': true \n\nReference: https://github.com/tauri-apps/tauri/wiki' + func , 'background: red; color: white; font-weight: 800; padding: 2px; font-size:1.5em', ' ') } <% } %> diff --git a/cli/tauri.js/templates/tauri.js b/cli/tauri.js/templates/tauri.js index 53d8192cb..59cd7e5ab 100644 --- a/cli/tauri.js/templates/tauri.js +++ b/cli/tauri.js/templates/tauri.js @@ -47,7 +47,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat * @private */ var __whitelistWarning = function (func) { - console.warn('%c[Tauri] Danger \ntauri.' + func + ' not whitelisted 💣\n%c\nAdd to tauri.conf.json: \n\ntauri: \n whitelist: { \n ' + func + ': true \n\nReference: https://tauri-apps.org/docs/api#' + func , 'background: red; color: white; font-weight: 800; padding: 2px; font-size:1.5em', ' ') + console.warn('%c[Tauri] Danger \ntauri.' + func + ' not whitelisted 💣\n%c\nAdd to tauri.conf.json: \n\ntauri: \n whitelist: { \n ' + func + ': true \n\nReference: https://github.com/tauri-apps/tauri/wiki' + func , 'background: red; color: white; font-weight: 800; padding: 2px; font-size:1.5em', ' ') return __reject() } <% } %> diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 2e1ee8267..570ac4f72 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -3,7 +3,7 @@ name = "tauri-api" version = "0.3.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" -homepage = "https://tauri-apps.org" +homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri" description = "Make tiny, secure apps for all desktop platforms with Tauri" edition = "2018" diff --git a/tauri-updater/Cargo.toml b/tauri-updater/Cargo.toml index 6cf34e961..7cd626553 100644 --- a/tauri-updater/Cargo.toml +++ b/tauri-updater/Cargo.toml @@ -3,7 +3,7 @@ name = "tauri-updater" version = "0.2.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" -homepage = "https://tauri-apps.org" +homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri" description = "Updater for Tauri" edition = "2018" diff --git a/tauri-utils/Cargo.toml b/tauri-utils/Cargo.toml index a003bd7b7..eca1e5ba4 100644 --- a/tauri-utils/Cargo.toml +++ b/tauri-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "tauri-utils" version = "0.3.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" -homepage = "https://tauri-apps.org" +homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri" description = "Utilities for Tauri" edition = "2018" diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 55d802f49..8dae8524d 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -3,7 +3,7 @@ name = "tauri" version = "0.3.2" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" -homepage = "https://tauri-apps.org" +homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri" description = "Make tiny, secure apps for all desktop platforms with Tauri" edition = "2018"