File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " create-tauri-app " : patch
3+ ---
4+
5+ Update tauri.studio links to tauri.app
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -140,16 +140,15 @@ const keypress = async (skip: boolean): Promise<void> => {
140140} ;
141141
142142const runInit = async ( argv : Argv ) : Promise < void > => {
143-
144143 // prettier-ignore
145144 console . log (
146145 `
147146We hope to help you create something special with ${ bold ( yellow ( 'Tauri' ) ) } !
148147You 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
151150If 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
You can’t perform that action at this time.
0 commit comments