Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit e2bb4f4

Browse files
committed
update doc at github
1 parent b057927 commit e2bb4f4

File tree

16 files changed

+34
-33
lines changed

16 files changed

+34
-33
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![Build Status](https://travis-ci.org/jooby-project/jooby.svg?branch=master)](https://travis-ci.org/jooby-project/jooby)
22
[![Coverage Status](https://img.shields.io/coveralls/jooby-project/jooby.svg)](https://coveralls.io/r/jooby-project/jooby?branch=master)
3+
[![Issue Stats](http://issuestats.com/github/jooby-project/jooby/badge/issue?style=flat)](http://issuestats.com/github/jooby-project/jooby)
34
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby)
4-
[![Slack Channel](https://img.shields.io/badge/slack-join chat-orange.svg)](https://jooby.slack.com)
5+
[![Dependency Status](https://www.versioneye.com/user/projects/56e6afbcdf573d00495abe4c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56e6afbcdf573d00495abe4c)
56
[![Google Group](https://img.shields.io/badge/google-group-orange.svg)](https://groups.google.com/forum/#!forum/jooby-project)
67
[![ASF2](http://img.shields.io/badge/license-ASF2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
78
[![Twitter](https://img.shields.io/badge/twitter--blue.svg)](https://twitter.com/joobyproject)

jooby-assets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ assets {
122122

123123
## processors
124124

125-
An [AssetProcessor](/apidocs/assets/AssetProcessor.html) usually checks or modify an asset content in one way or another. They are defined in the ```assets.conf``` files using the ```pipeline``` construction:
125+
An [AssetProcessor](/apidocs/org/jooby/assets/AssetProcessor.html) usually checks or modify an asset content in one way or another. They are defined in the ```assets.conf``` files using the ```pipeline``` construction:
126126

127127
```text
128128
assets {
@@ -152,7 +152,7 @@ If you want to turn it off, just set the ```assets.watch = false```.
152152

153153
# asset processor
154154

155-
Checks, validate and/or modify asset contents. An [AssetProcessor](/apidocs/assets/AssetProcessor.html) is usually provided as a separated dependency.
155+
Checks, validate and/or modify asset contents. An [AssetProcessor](/apidocs/org/jooby/assets/AssetProcessor.html) is usually provided as a separated dependency.
156156

157157
## how to use it?
158158

jooby-ehcache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Please note the ```default``` cache works as a template and isn't a real/usable
113113

114114
## usage
115115

116-
This module provides an [EhSessionStore](/apidocs/ehcache/EhSessionStore.html). In order to use the [EhSessionStore](/apidocs/ehcache/EhSessionStore.html) all
116+
This module provides an [EhSessionStore](/apidocs/org/jooby/ehcache/EhSessionStore.html). In order to use the [EhSessionStore](/apidocs/org/jooby/ehcache/EhSessionStore.html) all
117117
you have to do is define a ```session``` cache:
118118

119119
```properties
@@ -123,7 +123,7 @@ ehcache.cache.session {
123123
}
124124
```
125125

126-
And then register the [EhSessionStore](/apidocs/ehcache/EhSessionStore.html):
126+
And then register the [EhSessionStore](/apidocs/org/jooby/ehcache/EhSessionStore.html):
127127

128128
```java
129129
{

jooby-ftl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# freemarker
22

3-
[Freemarker](http://freemarker.org) templates for [Jooby](/). Exposes a Configuration and [renderer](/apidocs/Renderer.html).
3+
[Freemarker](http://freemarker.org) templates for [Jooby](/). Exposes a Configuration and [renderer](/apidocs/org/jooby/Renderer.html).
44

55
## dependency
66

jooby-hazelcast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hazelcast
22

3-
Exports a [Hazelcast](http://hazelcast.org) instances and optionally a [session store](/apidocs/hazelcast/HcastSessionStore.html) session store.
3+
Exports a [Hazelcast](http://hazelcast.org) instances and optionally a [session store](/apidocs/org/jooby/hazelcast/HcastSessionStore.html) session store.
44

55
## dependency
66

jooby-hbs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# handlebars
22

3-
Mustache/Handlebars templates for [Jooby](/). Exposes a [Handlebars](https://github.com/jknack/handlebars.java) and [renderer](/apidocs/Renderer.html).
3+
Mustache/Handlebars templates for [Jooby](/). Exposes a [Handlebars](https://github.com/jknack/handlebars.java) and [renderer](/apidocs/org/jooby/Renderer.html).
44

55
## dependency
66

jooby-hbv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The previous example can be rewritten as:
5555
}
5656
```
5757

58-
Here a [Parser](/apidocs/Parser.html) will do the boilerplate part and throws a ```ConstraintViolationException```.
58+
Here a [Parser](/apidocs/org/jooby/Parser.html) will do the boilerplate part and throws a ```ConstraintViolationException```.
5959

6060
### rendering a ```ConstraintViolationException```
6161

jooby-jongo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# jongo
2-
Exposes [Jongo](http://jongo.org) instances to a default database. Or [JongoFactory](/apidocs/mongodb/JongoFactory.html) to use alternative databases.
2+
Exposes [Jongo](http://jongo.org) instances to a default database. Or [JongoFactory](/apidocs/org/jooby/mongodb/JongoFactory.html) to use alternative databases.
33

44
Please note, this module depends on: [mongodb](https://github.com/jooby-project/jooby/tree/master/jooby-mongodb) module.
55

@@ -27,7 +27,7 @@ Please note, this module depends on: [mongodb](https://github.com/jooby-project/
2727

2828
Previous example will give you a [Jongo](http://jongo.org) instance connected to the default database, provided by the [mongodb](https://github.com/jooby-project/jooby/tree/master/jooby-mongodb) module.
2929

30-
Access to alternate database is provided via: [JongoFactory](/apidocs/mongodb/JongoFactory.html).
30+
Access to alternate database is provided via: [JongoFactory](/apidocs/org/jooby/mongodb/JongoFactory.html).
3131

3232
```java
3333
{

jooby-metrics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Health checks are available at ```/sys/healthCheck``` via:
5858

5959
## instrumented requests
6060

61-
Captures request information (like active requests or min/mean/max execution time) and a breakdown of the response codes being returned: [InstrumentedHandler](/apidocs/assets/InstrumentedHandler.html).
61+
Captures request information (like active requests or min/mean/max execution time) and a breakdown of the response codes being returned: [InstrumentedHandler](/apidocs/org/jooby/assets/InstrumentedHandler.html).
6262

6363
```java
6464
use(new Metrics()
@@ -89,6 +89,6 @@ Reporters are appended via a callback API:
8989
}
9090
```
9191

92-
You can add all the reporters you want. Keep in mind you have to start them (if need it), but you don't have to stop them as long they implements the [Closeable](/apidocs/assets/Closeable.html) interface.
92+
You can add all the reporters you want. Keep in mind you have to start them (if need it), but you don't have to stop them as long they implements the [Closeable](/apidocs/org/jooby/assets/Closeable.html) interface.
9393
9494
That's all folks!

jooby-mongodb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[MongoDB](http://mongodb.github.io/mongo-java-driver/) driver for Jooby.
44

5-
Exposes a [MongoClient](http://api.mongodb.org/java/2.13/com/mongodb/MongoClient.html), a [MongoDatabase](http://api.mongodb.org/java/2.13/com/mongodb/DB.html) and a [Session Store](/apidocs/mongodb/MongoSessionStore.html)
5+
Exposes a [MongoClient](http://api.mongodb.org/java/2.13/com/mongodb/MongoClient.html), a [MongoDatabase](http://api.mongodb.org/java/2.13/com/mongodb/DB.html) and a [Session Store](/apidocs/org/jooby/mongodb/MongoSessionStore.html)
66

77
## dependency
88

@@ -85,7 +85,7 @@ For more detailed information please check: [MongoClientURI](http://api.mongodb.
8585

8686
## two or more connections
8787

88-
Use [named](/apidocs/mongodb/Mongodb.html#-named) when you need two or more ```mongodb``` connections:
88+
Use [named](/apidocs/org/jooby/mongodb/Mongodb.html#-named) when you need two or more ```mongodb``` connections:
8989

9090
```java
9191
{

0 commit comments

Comments
 (0)