Skip to content

Commit 8339b87

Browse files
authored
Adjusting developer guide (#4938)
* Changing to current initializr screenshot * Updating url even with redirect
1 parent 14a160a commit 8339b87

6 files changed

Lines changed: 6 additions & 6 deletions

docs/developer-guide/Index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ IMPORTANT: Codename One supports JDK 11 through 25 for running the simulator and
218218

219219
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.
220220

221-
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:
221+
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:
222222

223223
[source,bash]
224224
----

docs/developer-guide/Maven-Getting-Started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fast with a friendly message if it is older than 11. Build-only goals (such as
2525

2626
==== Codename One initializr
2727

28-
The easiest way to create a new project is to use the https://start.codenameone.com[Codename One initializr].
28+
The easiest way to create a new project is to use the https://www.codenameone.com/initializr[Codename One initializr].
2929

3030
image::img/codenameone-initializr-screenshot.png[]
3131

docs/developer-guide/Maven-Project-Templates.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[#creating-project-templates]
22
== Creating project templates
33

4-
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.
4+
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.
55

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

@@ -49,5 +49,5 @@ You can test your project template by using it as the `sourceProject` parameter
4949

5050
=== Add your template to Codename One intializr
5151

52-
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].
52+
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].
5353

docs/developer-guide/appendix_goal_generate_app_project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ template.type=maven
112112

113113
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].
114114

115-
This is the template that's used in https://start.codenameone.com[Codename One initializr] for the Bare-bones Kotlin project.
115+
This is the template that's used in https://www.codenameone.com/initializr[Codename One initializr] for the Bare-bones Kotlin project.
116116

117117

118118

docs/developer-guide/css.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ You can change the default source DPI for the whole stylesheet by adding `defaul
596596
}
597597
----
598598
599-
Most application templates in https://start.codenameone.com[Codename One Initializr] include this constant by default.
599+
Most application templates in https://www.codenameone.com/initializr[Codename One Initializr] include this constant by default.
600600
601601
====
602602

-20.2 KB
Loading

0 commit comments

Comments
 (0)