浏览代码

Changing web link references from tauri-apps.org to tauri.studio and the wiki, when appropriate (#349)

Ty Tracey 5 年之前
父节点
当前提交
fcbc261dff

+ 1 - 1
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)

+ 1 - 1
cli/tauri.js/package.json

@@ -25,7 +25,7 @@
     "url": "git+https://github.com/tauri-apps/tauri.git"
   },
   "contributors": [
-    "Tauri Team <team@tauri-apps.org> (https://tauri-apps.org)",
+    "Tauri Team <team@tauri-apps.org> (https://tauri.studio)",
     "Daniel Thompson-Yvetot <denjell@sfosc.org>",
     "Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>"
   ],

+ 1 - 1
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', ' ')
 }
 <% } %>
 

+ 1 - 1
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()
 }
 <% } %>

+ 1 - 1
tauri-api/Cargo.toml

@@ -3,7 +3,7 @@ name = "tauri-api"
 version = "0.3.0"
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 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"

+ 1 - 1
tauri-updater/Cargo.toml

@@ -3,7 +3,7 @@ name = "tauri-updater"
 version = "0.2.0"
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 license = "MIT"
-homepage = "https://tauri-apps.org"
+homepage = "https://tauri.studio"
 repository = "https://github.com/tauri-apps/tauri"
 description = "Updater for Tauri"
 edition = "2018"

+ 1 - 1
tauri-utils/Cargo.toml

@@ -3,7 +3,7 @@ name = "tauri-utils"
 version = "0.3.0"
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 license = "MIT"
-homepage = "https://tauri-apps.org"
+homepage = "https://tauri.studio"
 repository = "https://github.com/tauri-apps/tauri"
 description = "Utilities for Tauri"
 edition = "2018"

+ 1 - 1
tauri/Cargo.toml

@@ -3,7 +3,7 @@ name = "tauri"
 version = "0.3.2"
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 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"