Skip to content

Commit

Permalink
Removes links to the staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj committed Jun 14, 2018
1 parent 164d58d commit f865f04
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion oldGuide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ React Native is an open source framework for building truly native mobile applic

** Hello World In Vue Native **

The easiest way to try out [Vue Native](http://vuenativedocs.geekydev.com) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project.
The easiest way to try out [Vue Native](https://vue-native.io/) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project.

Create a .vue file and copy and paste the below content.

Expand Down
8 changes: 4 additions & 4 deletions oldGuide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vue_version: 2.5.13
gz_size: "30.67"
---

This page will help you install and build your first native app using [Vue Native](http://vuenativedocs.geekydev.com).
This page will help you install and build your first native app using [Vue Native](https://vue-native.io/).

**System Requirements**
* Globally installed [node](https://nodejs.org/en/) >= 6.0
Expand Down Expand Up @@ -67,9 +67,9 @@ module.exports = {
};
```

You've successfully setup [Vue Native](http://vuenativedocs.geekydev.com) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices.
You've successfully setup [Vue Native](https://vue-native.io/) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices.

Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](http://vuenativedocs.geekydev.com) and [NativeBase](https://nativebase.io).
Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](https://vue-native.io/) and [NativeBase](https://nativebase.io).

** Step 4 Running The App **

Expand All @@ -90,7 +90,7 @@ For details installation, please refer to [Getting Started With React Native Doc

## Setup with Vue Native Cli

[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](http://vuenativedocs.geekydev.com).
[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](https://vue-native.io/).

Assuming that you have globally installed [create-react-native-app](https://github.com/react-community/create-react-native-app).

Expand Down
8 changes: 4 additions & 4 deletions src/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vue_version: 2.5.13
gz_size: "30.67"
---

This page will help you install and build your first native app using [Vue Native](http://vuenativedocs.geekydev.com).
This page will help you install and build your first native app using [Vue Native](https://vue-native.io/).

**System Requirements**
* Globally installed [node](https://nodejs.org/en/) >= 6.0
Expand All @@ -15,7 +15,7 @@ This page will help you install and build your first native app using [Vue Nativ

## Setup with Vue Native Cli

[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](http://vuenativedocs.geekydev.com).
[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](https://vue-native.io/).

Assuming that you have globally installed [create-react-native-app](https://github.com/react-community/create-react-native-app).

Expand Down Expand Up @@ -106,9 +106,9 @@ module.exports = {
};
```

You've successfully setup [Vue Native](http://vuenativedocs.geekydev.com) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices.
You've successfully setup [Vue Native](https://vue-native.io/) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices.

Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](http://vuenativedocs.geekydev.com) and [NativeBase](https://nativebase.io).
Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](https://vue-native.io/) and [NativeBase](https://nativebase.io).

** Step 4 Create A Vue File **
Remove the Content of the `App.js` file and rename `App.js` file with `App.vue`.
Expand Down
5 changes: 2 additions & 3 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ order: 3

** Hello World In Vue Native **

The easiest way to try out [Vue Native](http://vuenativedocs.geekydev.com) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project.

The easiest way to try out [Vue Native](https://vue-native.io/) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project.
Create a .vue file and copy and paste the below content.

```html
Expand Down Expand Up @@ -51,4 +50,4 @@ export default {
<div class="hello-world-wrapper">
<img src="/images/helloWorld.png" class="img-wrapper" />
</div>
</div>
</div>

0 comments on commit f865f04

Please sign in to comment.