Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme: add maven central badge, update joda-time links and remove dead link to build … #15

Merged
merged 1 commit into from
Dec 21, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AssertJ assertions for Joda Time library
========================================

Provides assertions like AssertJ for [Joda Time](http://joda-time.sourceforge.net/index.html), more precisely for [DateTime](http://joda-time.sourceforge.net/api-release/org/joda/time/DateTime.html) and [LocalDateTime](http://joda-time.sourceforge.net/api-release/org/joda/time/LocalDateTime.html) classes, more will come later but that's a start (contributions are welcome to add new assertions !).
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-joda-time/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-joda-time)

Please have a look at the complete documentation in [**assertj.org Joda Time section**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html), including a [**quickstart guide**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html#quickstart).
Provides assertions like AssertJ for [Joda Time](http://www.joda.org/joda-time/), more precisely for [DateTime](http://www.joda.org/joda-time/apidocs/org/joda/time/DateTime.html) and [LocalDateTime](http://www.joda.org/joda-time/apidocs/org/joda/time/LocalDateTime.html) classes, more will come later but that's a start (contributions are welcome to add new assertions !).

[![Build Status](https://assertj.ci.cloudbees.com/buildStatus/icon?job=assertj-joda-time)](https://assertj.ci.cloudbees.com/job/assertj-joda-time/)
Please have a look at the complete documentation in [**assertj.org Joda Time section**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html), including a [**quickstart guide**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html#quickstart).