Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 28, 2024
1 parent 92cf05d commit a616da0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![build test](https://github.com/bootique-examples/bootique-rest-examples/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-rest-examples/actions/workflows/verify.yml)
[![build test](https://github.com/bootique-examples/bootique-jersey-examples/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-jersey-examples/actions/workflows/verify.yml)

# Bootique 3.x Jersey Examples

Expand All @@ -7,9 +7,9 @@ endpoints, write integration tests for the REST API, assemble and run the applic

Different Git branches contain the example code for different versions of Bootique:

* [3.x](https://github.com/bootique-examples/bootique-rest-examples/tree/3.x)
* [2.x](https://github.com/bootique-examples/bootique-rest-examples/tree/2.x)
* [1.x](https://github.com/bootique-examples/bootique-rest-examples/tree/1.x)
* [3.x](https://github.com/bootique-examples/bootique-jersey-examples/tree/3.x)
* [2.x](https://github.com/bootique-examples/bootique-jersey-examples/tree/2.x)
* [1.x](https://github.com/bootique-examples/bootique-jersey-examples/tree/1.x)

## Prerequisites

Expand Down

0 comments on commit a616da0

Please sign in to comment.