Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-guide/Index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/Maven-Getting-Started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down
4 changes: 2 additions & 2 deletions docs/developer-guide/Maven-Project-Templates.adoc
Original file line number Diff line number Diff line change
@@ -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 <<generate-app-project>> 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 <<generate-app-project>> goal to generate starter projects from templates directly in Maven.

Any Codename One project can be converted into a project template.

Expand Down Expand Up @@ -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].

Original file line number Diff line number Diff line change
Expand Up @@ -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.



2 changes: 1 addition & 1 deletion docs/developer-guide/css.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

====

Expand Down
Binary file modified docs/developer-guide/img/codenameone-initializr-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading