diff --git a/docs/developer-guide/Index.asciidoc b/docs/developer-guide/Index.asciidoc index 2221d5bd52..d10d6cf507 100644 --- a/docs/developer-guide/Index.asciidoc +++ b/docs/developer-guide/Index.asciidoc @@ -218,7 +218,7 @@ IMPORTANT: Codename One supports JDK 11 through 25 for running the simulator and Codename One projects are built with Maven. Typical Maven targets such as `package`, `clean` and `install` work out of the box, but the Codename One integrations that ship with each IDE provide dedicated Run and Build actions for a smoother workflow. -To create a new Codename One project visit https://start.codenameone.com/ and generate a starter project, or run the Codename One Application Project Archetype (`cn1app-archetype`) directly on the command line: +To create a new Codename One project visit https://www.codenameone.com/initializr/ and generate a starter project, or run the Codename One Application Project Archetype (`cn1app-archetype`) directly on the command line: [source,bash] ---- diff --git a/docs/developer-guide/Maven-Getting-Started.adoc b/docs/developer-guide/Maven-Getting-Started.adoc index acdf985307..753a7d39b1 100644 --- a/docs/developer-guide/Maven-Getting-Started.adoc +++ b/docs/developer-guide/Maven-Getting-Started.adoc @@ -25,7 +25,7 @@ fast with a friendly message if it is older than 11. Build-only goals (such as ==== Codename One initializr -The easiest way to create a new project is to use the https://start.codenameone.com[Codename One initializr]. +The easiest way to create a new project is to use the https://www.codenameone.com/initializr[Codename One initializr]. image::img/codenameone-initializr-screenshot.png[] diff --git a/docs/developer-guide/Maven-Project-Templates.adoc b/docs/developer-guide/Maven-Project-Templates.adoc index 3062af247b..975bedaee7 100644 --- a/docs/developer-guide/Maven-Project-Templates.adoc +++ b/docs/developer-guide/Maven-Project-Templates.adoc @@ -1,7 +1,7 @@ [#creating-project-templates] == Creating project templates -A project template is a Codename One application project that can be used as a starting point for building a Codename One application. https://start.codenameone.com[Codename One initializr] uses project templates to generate starter projects for Codename One applications. You can also use the <> goal to generate starter projects from templates directly in Maven. +A project template is a Codename One application project that can be used as a starting point for building a Codename One application. https://www.codenameone.com/initializr[Codename One initializr] uses project templates to generate starter projects for Codename One applications. You can also use the <> goal to generate starter projects from templates directly in Maven. Any Codename One project can be converted into a project template. @@ -49,5 +49,5 @@ You can test your project template by using it as the `sourceProject` parameter === Add your template to Codename One intializr -If you've a project template that you want to share with the community, please file an issue in the https://github.com/codenameone/CodenameOne/issues[Codename One issue tracker] with a link to a Github Repository of your project template, and request to have it added https://start.codenameone.com[Codename One initializr]. +If you've a project template that you want to share with the community, please file an issue in the https://github.com/codenameone/CodenameOne/issues[Codename One issue tracker] with a link to a Github Repository of your project template, and request to have it added https://www.codenameone.com/initializr[Codename One initializr]. diff --git a/docs/developer-guide/appendix_goal_generate_app_project.adoc b/docs/developer-guide/appendix_goal_generate_app_project.adoc index 01786e77fb..92cf618395 100644 --- a/docs/developer-guide/appendix_goal_generate_app_project.adoc +++ b/docs/developer-guide/appendix_goal_generate_app_project.adoc @@ -112,7 +112,7 @@ template.type=maven As a more complete example of a project template, see the https://github.com/shannah/cn1app-archetype-kotlin-template/blob/master/generate-app-project.rpf[generate-app-project.rpf] file in the https://github.com/shannah/cn1app-archetype-kotlin-template[bare-bones kotlin app template]. -This is the template that's used in https://start.codenameone.com[Codename One initializr] for the Bare-bones Kotlin project. +This is the template that's used in https://www.codenameone.com/initializr[Codename One initializr] for the Bare-bones Kotlin project. diff --git a/docs/developer-guide/css.asciidoc b/docs/developer-guide/css.asciidoc index d26125cad5..96aa6baf5f 100644 --- a/docs/developer-guide/css.asciidoc +++ b/docs/developer-guide/css.asciidoc @@ -596,7 +596,7 @@ You can change the default source DPI for the whole stylesheet by adding `defaul } ---- -Most application templates in https://start.codenameone.com[Codename One Initializr] include this constant by default. +Most application templates in https://www.codenameone.com/initializr[Codename One Initializr] include this constant by default. ==== diff --git a/docs/developer-guide/img/codenameone-initializr-screenshot.png b/docs/developer-guide/img/codenameone-initializr-screenshot.png index b1e078a321..edce50b3ec 100644 Binary files a/docs/developer-guide/img/codenameone-initializr-screenshot.png and b/docs/developer-guide/img/codenameone-initializr-screenshot.png differ