diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3923bde1..815ab36f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Before you submit a Pull Request, consider the following guidelines. Search GitHub for an open or closed Pull Request that relates to your submission. Clone the repository. ```bash - git clone git@github.com:NativeScript/cross-platform-modules.git + git clone git@github.com:NativeScript/NativeScript.git ``` Initialize the submodules. ```bash @@ -85,7 +85,7 @@ Push your branch to GitHub. ```bash git push origin my-fix-branch ``` -In GitHub, send a Pull Request to NativeScript:cross-platform-modules:master. +In GitHub, send a Pull Request to NativeScript:NativeScript:master. If we suggest changes, you can modify your branch, rebase, and force a new push to your GitHub repository to update the Pull Request. ```bash git rebase master -i diff --git a/README.md b/README.md index 76196adff..f6bbd5419 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To learn more about the NativeScript framework, you can check the following reso ## Most popular repositories: -- **[Cross-Platform Modules](//github.com/NativeScript/cross-platform-modules/)** - Stores the code of the cross-platform modules, written in TypeScript +- **[The current repo](//github.com/NativeScript/NativeScript/)** - Stores the code of the cross-platform modules, written in TypeScript - **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device - **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device - **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating an application using the NativeScript framework diff --git a/package.json b/package.json index 4dfab6f39..eaccf8592 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "repository": { "type": "git", - "url": "https://github.com/NativeScript/cross-platform-modules" + "url": "https://github.com/NativeScript/NativeScript" }, "files": [ "**/*.*",