README.md in cocoapods-plugins-0.3.1 vs README.md in cocoapods-plugins-0.3.2
- old
+ new
@@ -14,11 +14,11 @@
#####List plugins
$ pod plugins
-List all known plugins (according to the list hosted on github.com/CocoaPods/cocoapods.org)
+List all known plugins (according to the list hosted on github.com/CocoaPods/cocoapods-plugins)
#####Search plugins
$ pod plugins search QUERY
@@ -31,9 +31,9 @@
Creates a scaffold for the development of a new plugin according to the CocoaPods best practices.
If a `TEMPLATE_URL`, pointing to a git repo containing a compatible template, is specified, it will be used in place of the default one.
## Get your plugin listed
-The list of plugins is in the cocoapods.org repository at [https://github.com/CocoaPods/cocoapods.org/blob/master/plugins.json](https://github.com/CocoaPods/cocoapods.org/blob/master/plugins.json).
+The list of plugins is in the cocoapods-plugins repository at [https://github.com/CocoaPods/cocoapods-plugins/blob/master/plugins.json](https://github.com/CocoaPods/cocoapods-plugins/blob/master/plugins.json).
To have your plugin listed, submit a pull request that adds your plugin details.