Skip to content

Commit 85e90f7

Browse files
committed
[FOR MARKETPLACE RELEASE] Replace all occurrence of plugins.nativescript.org to market.nativescript.org
1 parent ac4aa3c commit 85e90f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/img/plugins/marketplace.png

282 KB
Loading

docs/plugins/building-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The NativeScript plugin seed automatically sets up the necessary TypeScript conf
205205

206206
![](../img/plugins/vs-code-intellisense.png)
207207

208-
> **TIP**: If you’re new to working with native APIs in NativeScript, check out our documentation on [accessing native APIs in JavaScript and TypeScript](https://docs.nativescript.org/core-concepts/accessing-native-apis-with-javascript). You might also want to dive into a few existing plugin’s source code just to see how they work. Almost every plugin on the [NativeScript plugin marketplace](http://plugins.nativescript.org/) is open source.
208+
> **TIP**: If you’re new to working with native APIs in NativeScript, check out our documentation on [accessing native APIs in JavaScript and TypeScript](https://docs.nativescript.org/core-concepts/accessing-native-apis-with-javascript). You might also want to dive into a few existing plugin’s source code just to see how they work. Almost every plugin on the [NativeScript marketplace](http://market.nativescript.org) is open source.
209209
210210
There are still a few more changes you need to make before your plugin is ready to test. Next, open your `src/version-number.android.ts` file and paste in the following code:
211211

docs/plugins/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NativeScript plugins are npm packages with some added native functionality. Ther
1818

1919
Because NativeScript plugins are npm packages, you can find NativeScript plugins on npm’s own site by searching for “nativescript-plugin-name”. For example a search of “nativescript accelerometer” would point you right at the [NativeScript accelerometer plugin](https://www.npmjs.com/package/nativescript-accelerometer).
2020

21-
The NativeScript team also maintains an [official plugins marketplace](http://plugins.nativescript.org/), which displays a filtered list of NativeScript-related plugins from npm. A search for “accelerometer” on the plugins marketplace will point you at the plugin you need.
21+
The NativeScript team also maintains an [official marketplace](http://market.nativescript.org/), which displays a filtered list of NativeScript-related plugins from npm. A search for “accelerometer” on the plugins marketplace will point you at the plugin you need.
2222

2323
![](../img/plugins/marketplace.png)
2424

@@ -34,7 +34,7 @@ Once you’ve found the plugin you need, install the plugin into your app using
3434
tns plugin add <plugin-name>
3535
```
3636

37-
For example, the following command installs the [NativeScript camera plugin](http://plugins.nativescript.org/plugin/nativescript-camera).
37+
For example, the following command installs the [NativeScript camera plugin](http://market.nativescript.org/plugins/nativescript-camera).
3838

3939
```
4040
tns plugin add nativescript-camera

docs/tutorial/ng-chapter-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ A login screen isn’t all that useful if it doesn’t actually log users into a
309309

310310
For the purposes of this tutorial we prebuilt a handful of backend endpoints using [Telerik Backend Services](http://www.telerik.com/platform/backend-services), and we’ll be using those endpoints to make this app functional. Let’s see how they work.
311311

312-
> **NOTE**: You don't have to use Telerik Backend Services to power your app’s backend; you can use any HTTP API in a NativeScript app, including common solutions such as [Firebase](http://plugins.nativescript.org/plugin/nativescript-firebase) and [Couchbase](https://github.com/couchbaselabs/nativescript-couchbase). Telerik Backend Services is convenient for us to use for this tutorial because it lets us spin up HTTP endpoints quickly.
312+
> **NOTE**: You don't have to use Telerik Backend Services to power your app’s backend; you can use any HTTP API in a NativeScript app, including common solutions such as [Firebase](http://market.nativescript.org/plugins/nativescript-firebase) and [Couchbase](https://github.com/couchbaselabs/nativescript-couchbase). Telerik Backend Services is convenient for us to use for this tutorial because it lets us spin up HTTP endpoints quickly.
313313
314314
<h4 class="exercise-start">
315315
<b>Exercise</b>: Add an Angular service

0 commit comments

Comments
 (0)