Skip to content

Commit e058ccc

Browse files
committed
v3: fix links in docs
1 parent 118e083 commit e058ccc

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Latest Release: https://github.com/jooby-project/jooby/releases/tag/v{joobyVersi
6262
6363
Looking for a previous version?
6464
65-
* Access to link:v2[2.x] documentation. See link:/migration/3.x[migrating from 2.x to 3.x]
65+
* Access to link:v2[2.x] documentation. See link:/v3/migration/3.x[migrating from 2.x to 3.x]
6666
* Access to link:v1[1.x] documentation.
6767
====
6868

docs/asciidoc/migration/3.x.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ Reactive libraries has been removed from core to his own module.
120120
|reactor|jooby-reactor
121121
|===
122122

123-
All reactive libraries requires explicit handler while using script/lambda routes. More details on link:/#responses-nonblocking[NonBlocking] responses.
123+
All reactive libraries requires explicit handler while using script/lambda routes. More details on link:/v3/#responses-nonblocking[NonBlocking] responses.

docs/asciidoc/modules/jackson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ import io.jooby.json.JacksonModule
159159

160160
=== Provisioning Jackson Modules
161161

162-
Jackson module can be provided by a link:/#extensions-and-services-dependency-injection[dependency injection] framework.
162+
Jackson module can be provided by a link:/v3/#extensions-and-services-dependency-injection[dependency injection] framework.
163163

164164
.Provisioning Modules
165165
[source, java, role="primary"]

docs/asciidoc/modules/modules.adoc

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,58 +14,58 @@ configuration properties.
1414
Available modules are listed next.
1515

1616
=== Cloud
17-
* link:/modules/awssdkv2[AWS-SDK v2]: Amazon Web Service module SDK 2.
18-
* link:/modules/aws[AWS SDK v1]: Amazon Web Service module SDK 1.
17+
* link:/v3/modules/awssdkv2[AWS-SDK v2]: Amazon Web Service module SDK 2.
18+
* link:/v3/modules/aws[AWS SDK v1]: Amazon Web Service module SDK 1.
1919

2020
=== Data
21-
* link:/modules/ebean[Ebean]: Ebean ORM module.
22-
* link:/modules/flyway[Flyway]: Flyway migration module.
23-
* link:/modules/graphql[GraphQL]: GraphQL Java module.
24-
* link:/modules/hikari[HikariCP]: A high-performance JDBC connection pool.
25-
* link:/modules/hibernate[Hibernate]: Hibernate ORM module.
26-
* link:/modules/jdbi[Jdbi]: Jdbi module.
27-
* link:/modules/kafka[Kafka]: Kafka module.
28-
* link:/modules/redis[Redis]: Redis module.
21+
* link:/v3/modules/ebean[Ebean]: Ebean ORM module.
22+
* link:/v3/modules/flyway[Flyway]: Flyway migration module.
23+
* link:/v3/modules/graphql[GraphQL]: GraphQL Java module.
24+
* link:/v3/modules/hikari[HikariCP]: A high-performance JDBC connection pool.
25+
* link:/v3/modules/hibernate[Hibernate]: Hibernate ORM module.
26+
* link:/v3/modules/jdbi[Jdbi]: Jdbi module.
27+
* link:/v3/modules/kafka[Kafka]: Kafka module.
28+
* link:/v3/modules/redis[Redis]: Redis module.
2929

3030
=== Validation
31-
* link:/modules/avaje-validator[Avaje Validator]: Avaje Validator module.
32-
* link:/modules/hibernate-validator[Hibernate Validator]: Hibernate Validator module.
31+
* link:/v3/modules/avaje-validator[Avaje Validator]: Avaje Validator module.
32+
* link:/v3/modules/hibernate-validator[Hibernate Validator]: Hibernate Validator module.
3333

3434
=== Development Tools
35-
* link:/#development[Jooby Run]: Run and hot reload your application.
36-
* link:/modules/whoops[Whoops]: Pretty page stacktrace reporter.
37-
* link:/modules/metrics[Metrics]: Application metrics from the excellent metrics library.
35+
* link:/v3/#development[Jooby Run]: Run and hot reload your application.
36+
* link:/v3/modules/whoops[Whoops]: Pretty page stacktrace reporter.
37+
* link:/v3/modules/metrics[Metrics]: Application metrics from the excellent metrics library.
3838

3939
=== Event Bus
40-
* link:/modules/camel[Camel]: Camel module for Jooby.
40+
* link:/v3/modules/camel[Camel]: Camel module for Jooby.
4141

4242
=== JSON
43-
* link:/modules/gson[Gson]: Gson module for Jooby.
44-
* link:/modules/jackson[Jackson]: Jackson module for Jooby.
45-
* link:/modules/yasson[JSON-B]: JSON-B module for Jooby.
46-
* link:/modules/avaje-jsonb[Avaje-JsonB]: Avaje-JsonB module for Jooby.
43+
* link:/v3/modules/gson[Gson]: Gson module for Jooby.
44+
* link:/v3/modules/jackson[Jackson]: Jackson module for Jooby.
45+
* link:/v3/modules/yasson[JSON-B]: JSON-B module for Jooby.
46+
* link:/v3/modules/avaje-jsonb[Avaje-JsonB]: Avaje-JsonB module for Jooby.
4747

4848
=== OpenAPI
49-
* link:/modules/openapi[OpenAPI]: OpenAPI supports.
49+
* link:/v3/modules/openapi[OpenAPI]: OpenAPI supports.
5050

5151
=== Template Engine
52-
* link:/modules/handlebars[Handlebars]: Handlebars template engine.
53-
* link:/modules/jstachio[JStachio]: JStachio template engine.
54-
* link:/modules/jte[jte]: jte template engine.
55-
* link:/modules/freemarker[Freemarker]: Freemarker template engine.
56-
* link:/modules/pebble[Pebble]: Pebble template engine.
57-
* link:/modules/rocker[Rocker]: Rocker template engine.
58-
* link:/modules/thymeleaf[Thymeleaf]: Thymeleaf template engine.
52+
* link:/v3/modules/handlebars[Handlebars]: Handlebars template engine.
53+
* link:/v3/modules/jstachio[JStachio]: JStachio template engine.
54+
* link:/v3/modules/jte[jte]: jte template engine.
55+
* link:/v3/modules/freemarker[Freemarker]: Freemarker template engine.
56+
* link:/v3/modules/pebble[Pebble]: Pebble template engine.
57+
* link:/v3/modules/rocker[Rocker]: Rocker template engine.
58+
* link:/v3/modules/thymeleaf[Thymeleaf]: Thymeleaf template engine.
5959

6060
=== Security
61-
* link:/modules/jasypt[Jasypt]: Encrypted configuration files.
62-
* link:/modules/pac4j[Pac4j]: Security engine module.
61+
* link:/v3/modules/jasypt[Jasypt]: Encrypted configuration files.
62+
* link:/v3/modules/pac4j[Pac4j]: Security engine module.
6363

6464
=== Session Store
65-
* link:/modules/caffeine[Caffeine]: In-memory session store using Caffeine cache.
66-
* link:/modules/jwt-session-store[JWT]: JSON Web Token session store.
67-
* link:/modules/redis#redis-http-session[Redis]: Save session data on redis.
65+
* link:/v3/modules/caffeine[Caffeine]: In-memory session store using Caffeine cache.
66+
* link:/v3/modules/jwt-session-store[JWT]: JSON Web Token session store.
67+
* link:/v3/modules/redis#redis-http-session[Redis]: Save session data on redis.
6868

6969
=== Scheduler
70-
* link:/modules/db-scheduler[DbScheduler]: Db scheduler module.
71-
* link:/modules/quartz[Quartz]: Quartz scheduler module.
70+
* link:/v3/modules/db-scheduler[DbScheduler]: Db scheduler module.
71+
* link:/v3/modules/quartz[Quartz]: Quartz scheduler module.

docs/asciidoc/packaging/packaging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ application.
99

1010
[TIP]
1111
====
12-
The link:/#getting-started[jooby-cli] takes care of configures everything for single jar
12+
The link:/v3/#getting-started[jooby-cli] takes care of configures everything for single jar
1313
distribution. Next example shows how to do it in case you created your application manually.
1414
====
1515

0 commit comments

Comments
 (0)