Skip to content

Commit 2a73976

Browse files
committed
Fixing broken links.
1 parent 61704cc commit 2a73976

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/man_pages/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Command | Description
1111
-------|----------
1212
[help `<Command>`](general/help.html) | Shows additional information about the commands in this list in the browser.
1313
[autocomplete](general/autocomplete.html) | Configures your current command-line completion settings.
14-
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
15-
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
16-
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
14+
[usage-reporting](general/usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
15+
[error-reporting](general/error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
16+
[doctor](general/doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
1717

1818
## Project Development Commands
1919
Command | Description

docs/man_pages/lib-management/plugin-add.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Usage | Synopsis
66
General | `$ tns plugin add <Plugin>`
77

88
<% if(isConsole) { %>Installs the specified plugin and any packages that it depends on.<% } %>
9-
<% if(isHtml) { %>Installs the specified plugin and its dependencies in the local `node_modules` folder, adds it to the `dependencies` section in `package.json`, and prepares the plugin for all installed platforms. If you have not configured any platforms for the project, the NativeScript CLI will prepare the plugin when you add a platform. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/PLUGINS.md).<% } %>
9+
<% if(isHtml) { %>Installs the specified plugin and its dependencies in the local `node_modules` folder, adds it to the `dependencies` section in `package.json`, and prepares the plugin for all installed platforms. If you have not configured any platforms for the project, the NativeScript CLI will prepare the plugin when you add a platform. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md).<% } %>
1010

1111
### Attributes
1212

docs/man_pages/lib-management/plugin-remove.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Usage | Synopsis
66
General | `$ tns plugin remove <Plugin>`
77

88
<% if(isConsole) { %>Uninstalls a plugin by its name.<% } %>
9-
<% if(isHtml) { %>Removes the specified plugin and its dependencies from the local `node_modules` folder and the `dependencies` section in `package.json`. This operation does not remove the plugin from the installed platforms and you need to run `$ tns prepare` to finish uninstalling the plugin. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/PLUGINS.md).<% } %>
9+
<% if(isHtml) { %>Removes the specified plugin and its dependencies from the local `node_modules` folder and the `dependencies` section in `package.json`. This operation does not remove the plugin from the installed platforms and you need to run `$ tns prepare` to finish uninstalling the plugin. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md).<% } %>
1010

1111
### Attributes
1212

docs/man_pages/project/creation/create.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ For projects that target iOS, you can use uppercase or lowercase letters, number
2424
Command | Description
2525
----------|----------
2626
[init](init.html) | Initializes a project for development. The command prompts you to provide your project configuration interactively and uses the information to create a new package.json file or update the existing one.
27-
[install](install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
27+
[install](/lib-management/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
2828
<% } %>

docs/man_pages/project/creation/init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Initializes a project for development. The command prompts you to provide your p
1717
Command | Description
1818
----------|----------
1919
[create](create.html) | Creates a new project for native development with NativeScript from the default template or from an existing NativeScript project.
20-
[install](install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
20+
[install](/lib-management/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
2121
<% } %>

0 commit comments

Comments
 (0)