Skip to content

Commit

Permalink
Update Jooby urls in readme and documentation
Browse files Browse the repository at this point in the history
Jooby maintainer no longer owns jooby.org domain
and the current one is jooby.io. See
jooby-project/jooby#1513
for more details.

Also, link directly to Jooby's pac4j integration
instructions instead of just home page.
  • Loading branch information
0rzech committed Apr 29, 2024
1 parent cd46924 commit 14c7131
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It is licensed under the Apache 2 license.
• [Undertow](https://github.com/pac4j/undertow-pac4j)
• [Lagom](https://github.com/pac4j/lagom-pac4j)
• [Akka HTTP](https://github.com/StackVista/akka-http-pac4j)
• [Jooby](http://jooby.org)
• [Jooby](https://jooby.io/modules/pac4j)

## Authentication mechanisms:

Expand Down
4 changes: 2 additions & 2 deletions documentation/implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ <h2>All <i>pac4j</i> implementations offer <a href="docs/implementations/compari
<td><a target="_blank" href="https://github.com/pac4j/undertow-pac4j"><img height="100" src="/img/logo-undertow.png" /></a></td>
<td><a target="_blank" href="https://github.com/pac4j/lagom-pac4j"><img height="100" src="/img/logo-lagom.png" /></a></td>
<td><a target="_blank" href="https://github.com/StackVista/akka-http-pac4j"><img height="100" src="/img/logo-akkahttp.png" /></a></td>
<td><a target="_blank" href="http://jooby.org"><img height="100" src="/img/logo-jooby.png" /></a></td>
<td><a target="_blank" href="https://jooby.io/modules/pac4j"><img height="100" src="/img/logo-jooby.png" /></a></td>
</tr>
<tr>
<td><a target="_blank" href="https://github.com/pac4j/javalin-pac4j"><h1>Javalin</h1></a></td>
<td><a target="_blank" href="http://www.pippo.ro/doc/security.html#pac4j-integration"><h1>Pippo</h1></a></td>
<td><a target="_blank" href="https://github.com/pac4j/undertow-pac4j"><h1>Undertow</h1></a></td>
<td><a target="_blank" href="https://github.com/pac4j/lagom-pac4j"><h1>Lagom</h1></a></td>
<td><a target="_blank" href="https://github.com/StackVista/akka-http-pac4j"><h1>Akka HTTP</h1></a></td>
<td><a target="_blank" href="http://jooby.org"><h1>Jooby</h1></a></td>
<td><a target="_blank" href="https://jooby.io/modules/pac4j"><h1>Jooby</h1></a></td>
</tr>
</table>
4 changes: 2 additions & 2 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"https://github.com/pac4j/undertow-pac4j",
"https://github.com/pac4j/lagom-pac4j",
"https://github.com/StackVista/akka-http-pac4j",
"http://jooby.org",
"https://jooby.io/modules/pac4j",
"https://github.com/pac4j/pac4j"];

var images = ["/img/logo-j2e.png",
Expand Down Expand Up @@ -89,7 +89,7 @@ <h2 id="implem">Available for most frameworks/tools (<i>implementations</i>):<br
&bull; <a target="_blank" href="https://github.com/pac4j/undertow-pac4j">Undertow</a>
&bull; <a target="_blank" href="https://github.com/pac4j/lagom-pac4j">Lagom</a>
&bull; <a target="_blank" href="https://github.com/StackVista/akka-http-pac4j">Akka HTTP</a>
&bull; <a target="_blank" href="http://jooby.org">Jooby</a>
&bull; <a target="_blank" href="https://jooby.io/modules/pac4j">Jooby</a>

</h2>

Expand Down

0 comments on commit 14c7131

Please sign in to comment.