Skip to content

Commit

Permalink
Fix link to available plugins (fastlane#9929)
Browse files Browse the repository at this point in the history
  • Loading branch information
nafu authored and ohayon committed Aug 2, 2017
1 parent f39c2f0 commit 2e93a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Since errors are inevitable, _fastlane_ should show empathy and provide a sugges

_fastlane_ saw a lot of early growth through a wide number of actions that meet a variety of needs. Actions can trigger built-in _fastlane_ tools, talk to external tools and services, and more. However, with more than 170 built-in actions, further growth here will make _fastlane_ harder to understand and get started with. Another consideration is that actions which ship with _fastlane_ represent a maintenance cost for the _fastlane_ core team.

With these challenges in mind, [_fastlane_ plugin system](https://fabric.io/blog/introducing-fastlane-plugins/) allows anyone to develop, share, and use new actions built and maintained by the awesome _fastlane_ community. If you have an idea for a new _fastlane_ action, [create it as a plugin](https://docs.fastlane.tools/plugins/create-plugin/) and it’ll be automatically listed in the [_fastlane_ plugin registry](https://docs.fastlane.tools/actions/#plugins). The most impactful and commonly used plugins could be adopted into _fastlane_ in the future.
With these challenges in mind, [_fastlane_ plugin system](https://fabric.io/blog/introducing-fastlane-plugins/) allows anyone to develop, share, and use new actions built and maintained by the awesome _fastlane_ community. If you have an idea for a new _fastlane_ action, [create it as a plugin](https://docs.fastlane.tools/plugins/create-plugin/) and it’ll be automatically listed in the [_fastlane_ plugin registry](https://docs.fastlane.tools/plugins/available-plugins). The most impactful and commonly used plugins could be adopted into _fastlane_ in the future.

## _fastlane_ Tool Responsibilities

Expand Down
2 changes: 1 addition & 1 deletion fastlane/docs/AvailablePlugins.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#### This document was moved to our new <https://docs.fastlane.tools/actions/#plugins> page
#### This document was moved to our new <https://docs.fastlane.tools/plugins/available-plugins> page
2 changes: 1 addition & 1 deletion fastlane/docs/Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In general, we might not accept actions that

### Find a plugin

Head over to the [Plugins List](https://docs.fastlane.tools/actions/#plugins) for a list of plugins you can use.
Head over to the [Plugins List](https://docs.fastlane.tools/plugins/available-plugins) for a list of plugins you can use.

List all available plugins using

Expand Down

0 comments on commit 2e93a72

Please sign in to comment.