Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 63b5598

Browse files
author
Vincent (Wen Yu) Ge
committed
Fix link open in new tab + fix description for Flutter web
1 parent 02b648e commit 63b5598

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

app/views/docs/getting-started-for-android.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $androidVersion = (isset($versions['android'])) ? $versions['android'] : '';
1515
?>
1616
<p>Appwrite is a development platform that provides a powerful API and management console to get your next project up and running quickly.</p>
1717

18-
<p><a href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
18+
<p><a href="https://cloud.appwrite.io/" target="_blank" rel="noopener">Create your first project now</a> and start building on Appwrite Cloud.</p>
1919

2020
<h2><a href="/docs/getting-started-for-android#addProject" id="addProject">Add your Android Platform</a></h2>
2121

app/views/docs/getting-started-for-apple.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $appleVersion = $versions['apple'] ?? '';
1515
?>
1616
<p>Appwrite is a development platform that provides a powerful API and management console to get your next project up and running quickly.</p>
1717

18-
<p><a href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
18+
<p><a target="_blank" rel="noopener" href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
1919

2020
<h2><a href="/docs/getting-started-for-apple#addProject" id="addProject">Add your Apple Platform</a></h2>
2121

app/views/docs/getting-started-for-flutter.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $version = (isset($versions['flutter'])) ? $versions['flutter'] : '';
1515
?>
1616
<p>Appwrite is a development platform that provides a powerful API and management console to get your next project up and running quickly.</p>
1717

18-
<p><a href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
18+
<p><a target="_blank" rel="noopener" href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
1919

2020
<h2><a href="/docs/getting-started-for-flutter#addYourPlatform" id="addYourPlatform">Add your Flutter Platform</a></h2>
2121

@@ -73,7 +73,7 @@ $version = (isset($versions['flutter'])) ? $versions['flutter'] : '';
7373

7474
<h3><a href="/docs/getting-started-for-flutter#web" id="web">Web</a></h3>
7575

76-
<p>Appwrite 0.7 and the Appwrite Flutter SDK 0.3.0 have added support for Flutter Web. To build web apps that integrate with Appwrite successfully, you must add a web platform on your Appwrite project's dashboard and list the domain your website uses to allow communication to the Appwrite API.</p>
76+
<p>To build web apps that integrate with Appwrite successfully, you must add a web platform on your Appwrite project's dashboard and list the domain your website uses to allow communication to the Appwrite API. The process is similar to the <a href="/docs/getting-started-for-web#addPlatform">adding a web platform</a> in the web guide.</p>
7777

7878
<p>For web in order to capture the OAuth2 callback URL and send it to the application using JavaScript <code>postMessage()</code>, you need to create an html file inside <code>./web</code> folder of your Flutter project. For example <code>auth.html</code> with the following content.</p>
7979

app/views/docs/getting-started-for-server.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $swiftVersion = $versions['swift'] ?? '';
1717

1818
<p>Appwrite is a development platform that provides a powerful API and management console to get your next project up and running quickly.</p>
1919

20-
<p><a href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
20+
<p><a target="_blank" rel="noopener" href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
2121

2222
<h2><a href="/docs/getting-started-for-server#getSDK" id="getSDK">Get the Appwrite SDK for Your Platform</a></h2>
2323

app/views/docs/getting-started-for-web.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $demos = $platform['demos'] ?? [];
1717
?>
1818
<p>Appwrite is a development platform that provides a powerful API and management console to get your next project up and running quickly.</p>
1919

20-
<p><a href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
20+
<p><a target="_blank" rel="noopener" href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
2121

2222
<h2><a href="/docs/getting-started-for-web#addPlatform" id="addPlatform">Add Your Web Platform</a></h2>
2323

app/views/docs/main.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $getSpecsUrl = function($type, $platform) use ($latestVersion) {
6161

6262
<div class="notice">
6363
<h2>Can't wait to get started?</h2>
64-
<p><a href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
64+
<p><a target="_blank" rel="noopener" href="https://cloud.appwrite.io/">Create your first project now</a> and start building on Appwrite Cloud.</p>
6565
</div>
6666

6767
<h2 class="margin-bottom">Overview</h2>

0 commit comments

Comments
 (0)