You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/08/26 18:42:39 UTC

docs commit: Updated the cordova-template-reference repo URL from carynbear to apache

Repository: cordova-docs
Updated Branches:
  refs/heads/master 2dcb95a85 -> eccf64242


Updated the cordova-template-reference repo URL from carynbear to apache


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/eccf6424
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/eccf6424
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/eccf6424

Branch: refs/heads/master
Commit: eccf642423380c8f9f087bc4c9c57a672f8d7e85
Parents: 2dcb95a
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Aug 26 11:46:40 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Aug 26 11:46:40 2016 -0700

----------------------------------------------------------------------
 www/docs/en/6.x/guide/cli/template.md | 2 +-
 www/docs/en/dev/guide/cli/template.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/eccf6424/www/docs/en/6.x/guide/cli/template.md
----------------------------------------------------------------------
diff --git a/www/docs/en/6.x/guide/cli/template.md b/www/docs/en/6.x/guide/cli/template.md
index b3dd068..45a8c4d 100644
--- a/www/docs/en/6.x/guide/cli/template.md
+++ b/www/docs/en/6.x/guide/cli/template.md
@@ -55,7 +55,7 @@ template_package/
 \u2514\u2500\u2500 template_src/ 	(required)
 	\u2514\u2500\u2500 CONTENTS OF APP TEMPLATE
 ```
-> __NOTE__: `index.js` should export a reference to `template_src` and `package.json` should reference `index.js`. See [the example](https://github.com/carynbear/cordova-template) for details on how that is done.
+> __NOTE__: `index.js` should export a reference to `template_src` and `package.json` should reference `index.js`. See [the example](https://github.com/apache/cordova-template-reference) for details on how that is done.
 
 To finish off your template, edit `package.json` to contain the keyword `"cordova:template"`.
 ```javascript

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/eccf6424/www/docs/en/dev/guide/cli/template.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/cli/template.md b/www/docs/en/dev/guide/cli/template.md
index b3dd068..906f0f0 100644
--- a/www/docs/en/dev/guide/cli/template.md
+++ b/www/docs/en/dev/guide/cli/template.md
@@ -46,7 +46,7 @@ After succesfully using a template to create your project, you'll want to indica
 
 ## Create a Template
 
-Begin by creating a cordova app that will become the basis for your template. Then you'll take the contents of your app and put them into the following structure. When your template is used, all of the contents within `template_src` will be used to create the new project, so be sure to include any necessary files in that folder. Reference [this example](https://github.com/carynbear/cordova-template) for details.
+Begin by creating a cordova app that will become the basis for your template. Then you'll take the contents of your app and put them into the following structure. When your template is used, all of the contents within `template_src` will be used to create the new project, so be sure to include any necessary files in that folder. Reference [this example](https://github.com/apache/cordova-template-reference) for details.
 
 ```
 template_package/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org