Skip to content

Commit fe5d9ca

Browse files
Update website link (#75)
* Update website link * changefile Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
1 parent 8d637b2 commit fe5d9ca

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.changes/new-links.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": patch
3+
---
4+
5+
Update tauri.studio links to tauri.app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![](https://img.shields.io/github/workflow/status/tauri-apps/tauri/test%20library?label=test%20library
1010
)
11-
[![devto](https://img.shields.io/badge/documentation-site-purple.svg)](https://tauri.studio)
11+
[![devto](https://img.shields.io/badge/documentation-site-purple.svg)](https://tauri.app)
1212

1313
[![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)
1414
[![support](https://img.shields.io/badge/sponsor-Opencollective-blue.svg)](https://opencollective.com/tauri)

src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,15 @@ const keypress = async (skip: boolean): Promise<void> => {
140140
};
141141

142142
const runInit = async (argv: Argv): Promise<void> => {
143-
144143
// prettier-ignore
145144
console.log(
146145
`
147146
We hope to help you create something special with ${bold(yellow('Tauri'))}!
148147
You will have a choice of one of the UI frameworks supported by the greater web tech community.
149-
This tool should get you quickly started. See our docs at ${cyan('https://tauri.studio/')}
148+
This tool should get you quickly started. See our docs at ${cyan('https://tauri.app/')}
150149
151150
If you haven't already, please take a moment to setup your system.
152-
You may find the requirements here: ${cyan('https://tauri.studio/v1/guides/getting-started/prerequisites')}
151+
You may find the requirements here: ${cyan('https://tauri.app/v1/guides/getting-started/prerequisites')}
153152
`
154153
)
155154

0 commit comments

Comments
 (0)