Skip to content

Commit

Permalink
Fixing links for VSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
lostintangent committed May 2, 2016
1 parent df57a34 commit 40b430b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/extension-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ In addition to specifying your access key directly within each build task instan

In addition to the custom service endpoint, this extension also contributes the following build and release tasks:

* [__CodePush - Release__](#codepush---release) - Allows automating the release of general-purpose content to the CodePush server. This task provides the most flexibility, but should only be used if the platform-specific tasks (e.g. Cordova) aren't appropriate for your needs.
* [__CodePush - Release__](#codepush-release) - Allows automating the release of general-purpose content to the CodePush server. This task provides the most flexibility, but should only be used if the platform-specific tasks (e.g. Cordova) aren't appropriate for your needs.

* [__CodePush - Release (Cordova)__](#codepush---release-cordova) - Allows automating the generation and release of Cordova app updates. Represents a simplified, Cordova-specific version of general-purposes release task, and is recommended for all Cordova scenarios.
* [__CodePush - Release (Cordova)__](#codepush-release-cordova) - Allows automating the generation and release of Cordova app updates. Represents a simplified, Cordova-specific version of general-purposes release task, and is recommended for all Cordova scenarios.

* [__CodePush - Patch__](#codepush---patch) - Allows automating the modification of a previously released update. This can be useful for scenarios such as increasing the rollout of a release that was originally "flighted" (e.g. to `25%` of users) or enabling a release that was disabled by default.
* [__CodePush - Patch__](#codepush-patch) - Allows automating the modification of a previously released update. This can be useful for scenarios such as increasing the rollout of a release that was originally "flighted" (e.g. to `25%` of users) or enabling a release that was disabled by default.

* [__CodePush - Promote__](#codepush---promote) - Allows automating the promotion of a previously released update from one deployment to another (e.g. `Staging` -> `Production`).
* [__CodePush - Promote__](#codepush-promote) - Allows automating the promotion of a previously released update from one deployment to another (e.g. `Staging` -> `Production`).

### CodePush - Release

Expand Down

0 comments on commit 40b430b

Please sign in to comment.