Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit f5231da

Browse files
authored
fix: update URLs to docs and the "Getting started" tutorial; Remove mention of the AndroidIDE blog. (#1756)
1 parent ae1bd6f commit f5231da

File tree

14 files changed

+14
-15
lines changed

14 files changed

+14
-15
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License"></p>
2121

2222
<p align="center">
23-
<a href="https://androidide.com/docs/">Explore the docs »</a> &nbsp; &nbsp;
24-
<a href="https://androidide.com/blogs/">Read our blog »</a>
23+
<a href="https://docs.androidide.com/">Explore the docs »</a> &nbsp; &nbsp;
2524
</p>
2625

2726
<p align="center">

resources/src/main/res/values-ar-rSA/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">A file save operation is already in progress!</string>
445445
<string name="title_install_tools">SDK Installation</string>
446446
<string name="subtitle_install_tools">Install the development tools</string>
447-
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">here</a>.<br/><br/>Or read the <a href="https://androidide.com/docs/">documentation</a>]]>.</string>
447+
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">here</a>.<br/><br/>Or read the <a href="https://docs.androidide.com/">documentation</a>]]>.</string>
448448
<string name="greeting_title">Welcome</string>
449449
<string name="greeting_subtitle">Learn, build, launch. All on your Android.</string>
450450
<string name="title_grant">Grant</string>

resources/src/main/res/values-bn-rIN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<string name="msg_files_being_saved">একটি ফাইল save অপারেশন ইতিমধ্যেই চলছে!</string>
446446
<string name="title_install_tools">SDK ইনস্টলেশন</string>
447447
<string name="subtitle_install_tools">ডেভেলপমেন্ট টুলসগুলি ইনস্টল করুন</string>
448-
<string name="msg_install_tools">IDE কাজ করার জন্য ডেভেলপমেন্ট টুলগুলি ইনস্টল করা আবশ্যক। সম্পন্ন বাটনে ক্লিক করলে টুলগুলি ইনস্টল করার জন্য টার্মিনাল খুলবে। ইনস্টল করতে, <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/"> এখানকার</a> নির্দেশাবলী অনুসরণ করুন।<br/><br/>অথবা <a href="https://androidide.com/docs/">ডকুমেন্টেশন</a>]]> পড়ুন।</string>
448+
<string name="msg_install_tools">IDE কাজ করার জন্য ডেভেলপমেন্ট টুলগুলি ইনস্টল করা আবশ্যক। সম্পন্ন বাটনে ক্লিক করলে টুলগুলি ইনস্টল করার জন্য টার্মিনাল খুলবে। ইনস্টল করতে, <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html"> এখানকার</a> নির্দেশাবলী অনুসরণ করুন।<br/><br/>অথবা <a href="https://docs.androidide.com/">ডকুমেন্টেশন</a>]]> পড়ুন।</string>
449449
<string name="greeting_title">স্বাগতম</string>
450450
<string name="greeting_subtitle">শিখুন, তৈরি করুন, চালান। সব আপনার অ্যান্ড্রয়েডে।</string>
451451
<string name="title_grant">প্রদান করুন</string>

resources/src/main/res/values-de-rDE/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">Ein Speichervorgang wird bereits ausgeführt!</string>
445445
<string name="title_install_tools">SDK-Installation</string>
446446
<string name="subtitle_install_tools">Entwicklungstools installieren</string>
447-
<string name="msg_install_tools">Die Entwicklungstools müssen installiert werden, damit die IDE funktioniert. Durch Klicken auf den Button wird das Terminal geöffnet, um die Tools zu installieren. Um diese zu installieren, folgen Sie den Anweisungen <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">hier</a>.<br/><br/>Oder lesen Sie die <a href="https://androidide.com/docs/">Dokumentation</a>]]>.</string>
447+
<string name="msg_install_tools">Die Entwicklungstools müssen installiert werden, damit die IDE funktioniert. Durch Klicken auf den Button wird das Terminal geöffnet, um die Tools zu installieren. Um diese zu installieren, folgen Sie den Anweisungen <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">hier</a>.<br/><br/>Oder lesen Sie die <a href="https://docs.androidide.com/">Dokumentation</a>]]>.</string>
448448
<string name="greeting_title">Willkommen</string>
449449
<string name="greeting_subtitle">Lerne, Erstelle, Veröffentliche. Alles auf Ihrem Android.</string>
450450
<string name="title_grant">Gewähren</string>

resources/src/main/res/values-es-rES/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">A file save operation is already in progress!</string>
445445
<string name="title_install_tools">SDK Installation</string>
446446
<string name="subtitle_install_tools">Install the development tools</string>
447-
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">here</a>.<br/><br/>Or read the <a href="https://androidide.com/docs/">documentation</a>]]>.</string>
447+
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">here</a>.<br/><br/>Or read the <a href="https://docs.androidide.com/">documentation</a>]]>.</string>
448448
<string name="greeting_title">Welcome</string>
449449
<string name="greeting_subtitle">Learn, build, launch. All on your Android.</string>
450450
<string name="title_grant">Grant</string>

resources/src/main/res/values-fr-rFR/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Dernier projet ouvert : \n%s</string>
445445
<string name="msg_files_being_saved">A file save operation is already in progress!</string>
446446
<string name="title_install_tools">SDK Installation</string>
447447
<string name="subtitle_install_tools">Install the development tools</string>
448-
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">here</a>.<br/><br/>Or read the <a href="https://androidide.com/docs/">documentation</a>]]>.</string>
448+
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">here</a>.<br/><br/>Or read the <a href="https://docs.androidide.com/">documentation</a>]]>.</string>
449449
<string name="greeting_title">Welcome</string>
450450
<string name="greeting_subtitle">Learn, build, launch. All on your Android.</string>
451451
<string name="title_grant">Grant</string>

resources/src/main/res/values-hi-rIN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">फ़ाइल सहेजने का कार्य पहले से ही प्रगति पर है!</string>
445445
<string name="title_install_tools">SDK इंस्टालेशन</string>
446446
<string name="subtitle_install_tools">विकास उपकरण इनस्टॉल करें</string>
447-
<string name="msg_install_tools">आईडीई के काम करने के लिए विकास उपकरण इनस्टॉल होने चाहिए। डन बटन पर क्लिक करने से उपकरण इनस्टॉल करने के लिए टर्मिनल खुल जाएगा। इंस्टॉल करने के लिए, <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">इन</a > निर्देशों का पालन करें । <br/><br/>या <a href="https://androidide.com/docs/">दस्तावेज़ीकरण</a>]]> पढ़ें।</string>
447+
<string name="msg_install_tools">आईडीई के काम करने के लिए विकास उपकरण इनस्टॉल होने चाहिए। डन बटन पर क्लिक करने से उपकरण इनस्टॉल करने के लिए टर्मिनल खुल जाएगा। इंस्टॉल करने के लिए, <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">इन</a > निर्देशों का पालन करें । <br/><br/>या <a href="https://docs.androidide.com/">दस्तावेज़ीकरण</a>]]> पढ़ें।</string>
448448
<string name="greeting_title">स्वागत है</string>
449449
<string name="greeting_subtitle">सीखें, निर्माण करें, लॉन्च करें। सभी आपके Android पर.</string>
450450
<string name="title_grant">अनुमति दें</string>

resources/src/main/res/values-in-rID/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">Operasi penyimpanan file sedang berlangsung!</string>
445445
<string name="title_install_tools">Instalasi SDK</string>
446446
<string name="subtitle_install_tools">Instal alat pengembangan</string>
447-
<string name="msg_install_tools">Alat pengembangan harus diinstal agar IDE dapat berfungsi. Mengklik tombol selesai akan membuka terminal untuk menginstal alat. Untuk menginstal, ikuti petunjuk <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">di sini</a>.<br/><br/>Atau baca <a href="https://androidide.com/docs/">dokumentasi</a>]]>.</string>
447+
<string name="msg_install_tools">Alat pengembangan harus diinstal agar IDE dapat berfungsi. Mengklik tombol selesai akan membuka terminal untuk menginstal alat. Untuk menginstal, ikuti petunjuk <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">di sini</a>.<br/><br/>Atau baca <a href="https://docs.androidide.com/">dokumentasi</a>]]>.</string>
448448
<string name="greeting_title">Selamat datang</string>
449449
<string name="greeting_subtitle">Pelajari, bangun, luncurkan. Semua di Android Anda.</string>
450450
<string name="title_grant">Izinkan</string>

resources/src/main/res/values-pt-rBR/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">Uma operação de salvamento de arquivo já está em andamento!</string>
445445
<string name="title_install_tools">Instalação do SDK</string>
446446
<string name="subtitle_install_tools">Instalar as ferramentas de desenvolvimento</string>
447-
<string name="msg_install_tools">As ferramentas de desenvolvimento devem ser instaladas para que o IDE funcione. Ao clicar no botão concluído, o terminal será aberto para instalar as ferramentas. Para instalar, siga as instruções <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">aqui</a>.<br/><br/>Ou leia a documentação <a href="https://androidide.com/docs/"></a>]]>.</string>
447+
<string name="msg_install_tools">As ferramentas de desenvolvimento devem ser instaladas para que o IDE funcione. Ao clicar no botão concluído, o terminal será aberto para instalar as ferramentas. Para instalar, siga as instruções <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">aqui</a>.<br/><br/>Ou leia a documentação <a href="https://docs.androidide.com/"></a>]]>.</string>
448448
<string name="greeting_title">Bem-vindo</string>
449449
<string name="greeting_subtitle">Aprenda, construa, lançe. Tudo no seu Android.</string>
450450
<string name="title_grant">Conceder</string>

resources/src/main/res/values-ro-rRO/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
<string name="msg_files_being_saved">A file save operation is already in progress!</string>
445445
<string name="title_install_tools">SDK Installation</string>
446446
<string name="subtitle_install_tools">Install the development tools</string>
447-
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://androidide.com/blogs/getting-started/2023/03/15/getting-started-with-androidide/">here</a>.<br/><br/>Or read the <a href="https://androidide.com/docs/">documentation</a>]]>.</string>
447+
<string name="msg_install_tools">The development tools must be installed for the IDE to work. Clicking the done button will open terminal to install the tools. To install, follow the instructions <![CDATA[ <a href="https://docs.androidide.com/tutorials/get-started.html">here</a>.<br/><br/>Or read the <a href="https://docs.androidide.com/">documentation</a>]]>.</string>
448448
<string name="greeting_title">Welcome</string>
449449
<string name="greeting_subtitle">Learn, build, launch. All on your Android.</string>
450450
<string name="title_grant">Grant</string>

0 commit comments

Comments
 (0)