You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/12 11:53:05 UTC

[GitHub] raphinesse closed pull request #882: Link to cordova-app-hello-world as template reference

raphinesse closed pull request #882: Link to cordova-app-hello-world as template reference
URL: https://github.com/apache/cordova-docs/pull/882
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/www/docs/en/dev/guide/cli/template.md b/www/docs/en/dev/guide/cli/template.md
index 029457505..19ef28ac2 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/apache/cordova-template-reference) 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-app-hello-world) for details.
 
 ```
 template_package/
@@ -55,7 +55,7 @@ template_package/
 └── template_src/ 	(required)
     └── 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/apache/cordova-template-reference) 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-app-hello-world) for details on how that is done.
 
 To finish off your template, edit `package.json` to contain the keyword `"cordova:template"`.
 ```javascript


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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