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

Commit 990082c

Browse files
yasuykfeffi
authored andcommitted
Fix broken module name badges (jooby-project#1211)
1 parent 6d25507 commit 990082c

24 files changed

Lines changed: 24 additions & 24 deletions

File tree

modules/jooby-assets-autoprefixer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-autoprefixer/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-autoprefixer)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-autoprefixer.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-autoprefixer/1.4.1)
3-
[![jooby-assets-autoprefixer website](https://img.shields.io/badge/jooby-assets-autoprefixer-brightgreen.svg)](http://jooby.org/doc/assets-autoprefixer)
3+
[![jooby-assets-autoprefixer website](https://img.shields.io/badge/jooby-assets--autoprefixer-brightgreen.svg)](http://jooby.org/doc/assets-autoprefixer)
44
# auto-prefixer
55

66
<a href="https://github.com/postcss/postcss">PostCSS</a> plugin to parse CSS and add vendor prefixes to CSS rules using values from <a href="http://caniuse.com">Can I Use</a>. It is recommended by Google and used in Twitter, and Taobao.

modules/jooby-assets-babel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-babel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-babel)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-babel.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-babel/1.4.1)
3-
[![jooby-assets-babel website](https://img.shields.io/badge/jooby-assets-babel-brightgreen.svg)](http://jooby.org/doc/assets-babel)
3+
[![jooby-assets-babel website](https://img.shields.io/badge/jooby-assets--babel-brightgreen.svg)](http://jooby.org/doc/assets-babel)
44
# babel
55

66
<a href="http://babeljs.io/">Babel</a> is a JavaScript compiler with a set of ES2015 syntax transformers that allow you to use new syntax, right now without waiting for browser support.

modules/jooby-assets-clean-css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-clean-css/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-clean-css)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-clean-css.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-clean-css/1.4.1)
3-
[![jooby-assets-clean-css website](https://img.shields.io/badge/jooby-assets-clean-css-brightgreen.svg)](http://jooby.org/doc/assets-clean-css)
3+
[![jooby-assets-clean-css website](https://img.shields.io/badge/jooby-assets--clean--css-brightgreen.svg)](http://jooby.org/doc/assets-clean-css)
44
# clean-css
55

66
A fast, efficient, and well tested CSS minifier, via: <a href="https://github.com/jakubpawlowicz/clean-css">clean-css</a>

modules/jooby-assets-closure-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-closure-compiler/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-closure-compiler)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-closure-compiler.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-closure-compiler/1.4.1)
3-
[![jooby-assets-closure-compiler website](https://img.shields.io/badge/jooby-assets-closure-compiler-brightgreen.svg)](http://jooby.org/doc/assets-closure-compiler)
3+
[![jooby-assets-closure-compiler website](https://img.shields.io/badge/jooby-assets--closure--compiler-brightgreen.svg)](http://jooby.org/doc/assets-closure-compiler)
44
# closure-compiler
55

66
<a href="https://developers.google.com/closure/compiler">Closure Compiler</a> is a tool for making JavaScript download and run faster.

modules/jooby-assets-csslint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-csslint/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-csslint)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-csslint.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-csslint/1.4.1)
3-
[![jooby-assets-csslint website](https://img.shields.io/badge/jooby-assets-csslint-brightgreen.svg)](http://jooby.org/doc/assets-csslint)
3+
[![jooby-assets-csslint website](https://img.shields.io/badge/jooby-assets--csslint-brightgreen.svg)](http://jooby.org/doc/assets-csslint)
44
# csslint
55

66
<a href="http://csslint.net/">CSSLint</a> automated linting of Cascading Stylesheets.

modules/jooby-assets-jscs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-jscs/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-jscs)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-jscs.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-jscs/1.4.1)
3-
[![jooby-assets-jscs website](https://img.shields.io/badge/jooby-assets-jscs-brightgreen.svg)](http://jooby.org/doc/assets-jscs)
3+
[![jooby-assets-jscs website](https://img.shields.io/badge/jooby-assets--jscs-brightgreen.svg)](http://jooby.org/doc/assets-jscs)
44
# jscs
55

66
<a href="http://jscs.info/">JavaScript Code Style checker</a>.

modules/jooby-assets-jshint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-jshint/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-jshint)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-jshint.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-jshint/1.4.1)
3-
[![jooby-assets-jshint website](https://img.shields.io/badge/jooby-assets-jshint-brightgreen.svg)](http://jooby.org/doc/assets-jshint)
3+
[![jooby-assets-jshint website](https://img.shields.io/badge/jooby-assets--jshint-brightgreen.svg)](http://jooby.org/doc/assets-jshint)
44
# jshint
55

66
<a href="http://jshint.com/">JSHint</a>, helps to detect errors and potential problems in code.

modules/jooby-assets-less/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-less/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-less)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-less.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-less/1.4.1)
3-
[![jooby-assets-less website](https://img.shields.io/badge/jooby-assets-less-brightgreen.svg)](http://jooby.org/doc/assets-less)
3+
[![jooby-assets-less website](https://img.shields.io/badge/jooby-assets--less-brightgreen.svg)](http://jooby.org/doc/assets-less)
44
# less
55

66
<a href="http://lesscss.org/">Less</a> is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

modules/jooby-assets-less4j/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-less4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-less4j)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-less4j.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-less4j/1.4.1)
3-
[![jooby-assets-less4j website](https://img.shields.io/badge/jooby-assets-less4j-brightgreen.svg)](http://jooby.org/doc/assets-less4j)
3+
[![jooby-assets-less4j website](https://img.shields.io/badge/jooby-assets--less4j-brightgreen.svg)](http://jooby.org/doc/assets-less4j)
44
# less4j
55

66
<a href="https://github.com/SomMeri/less4j">Less4j</a> is a port of <a href="http://lesscss.org/">Less</a> written in Java. <a href="http://lesscss.org/">Less</a> is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

modules/jooby-assets-ng-annotate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-ng-annotate/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-assets-ng-annotate)
22
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-assets-ng-annotate.svg)](https://javadoc.io/doc/org.jooby/jooby-assets-ng-annotate/1.4.1)
3-
[![jooby-assets-ng-annotate website](https://img.shields.io/badge/jooby-assets-ng-annotate-brightgreen.svg)](http://jooby.org/doc/assets-ng-annotate)
3+
[![jooby-assets-ng-annotate website](https://img.shields.io/badge/jooby-assets--ng--annotate-brightgreen.svg)](http://jooby.org/doc/assets-ng-annotate)
44
# ng-annotate
55

66
<a href="https://github.com/olov/ng-annotate">ng-annotate</a> add, remove and rebuild AngularJS dependency injection annotations.

0 commit comments

Comments
 (0)