Skip to content

Commit ecdc59f

Browse files
doc: change same repo links to relative paths
Changes the links to this repo in markdown files to relative paths, which are supported by github. Also adds cordova-angularjs sample to the index.
1 parent 3889f8f commit ecdc59f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
This is a collection of samples showcasing the use of [Node.js on Mobile](https://github.com/janeasystems/nodejs-mobile).
44

55
It contains the following samples:
6-
* Android: [Native Gradle Sample](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/android/native-gradle)
7-
* Android: [Native Gradle Sample using a Node Project folder](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/android/native-gradle-node-folder)
8-
* iOS: [Native Xcode Sample](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/ios/native-xcode)
9-
* iOS: [Native Xcode Sample using a Node Project folder](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/ios/native-xcode-node-folder)
10-
* React-Native: [Suspend Resume Sample](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/react-native/SuspendResume)
6+
* Android: [Native Gradle Sample](android/native-gradle)
7+
* Android: [Native Gradle Sample using a Node Project folder](android/native-gradle-node-folder)
8+
* iOS: [Native Xcode Sample](ios/native-xcode)
9+
* iOS: [Native Xcode Sample using a Node Project folder](ios/native-xcode-node-folder)
10+
* React-Native: [Suspend Resume Sample](react-native/SuspendResume)
11+
* Cordova : [Cordova App With AngularJS](cordova-angularjs)

android/native-gradle-node-folder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The sample app runs the node.js engine in a background thread to start an HTTP s
1818

1919
## How the sample was developed
2020

21-
This sample was built on top of the [`native-gradle` sample from this repo](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/android/native-gradle), with the same functionality, but uses a `nodejs-project` folder that contains the node part of the project.
21+
This sample was built on top of the [`native-gradle` sample from this repo](../native-gradle), with the same functionality, but uses a `nodejs-project` folder that contains the node part of the project.
2222

2323
### Create the `nodejs-project` folder
2424

ios/native-xcode-node-folder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To run the sample on iOS you need:
2121

2222
## How the sample was developed
2323

24-
This sample was built on top of the [`native-xcode` sample from this repo](https://github.com/janeasystems/nodejs-mobile-samples/tree/master/ios/native-xcode), with the same functionality, but uses a `nodejs-project` folder that contains the node part of the project.
24+
This sample was built on top of the [`native-xcode` sample from this repo](../native-xcode), with the same functionality, but uses a `nodejs-project` folder that contains the node part of the project.
2525

2626
### Create the `nodejs-project` folder
2727

0 commit comments

Comments
 (0)