# Design pattern samples in Java. [![Build Status](https://travis-ci.org/iluwatar/java-design-patterns.svg?branch=gh-pages)](https://travis-ci.org/iluwatar/java-design-patterns) [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/iluwatar/java-design-patterns/master/LICENSE.md) This is the branch for the pages. Link for Website: http://iluwatar.github.io/java-design-patterns/ ## The website reference Due to the fact that we use git submodules, the website normally wouldn't automatically update with the changes in the master branch. To enable the automatic update of the submodule reference we use the [update-ghpages.sh](https://github.com/iluwatar/java-design-patterns/blob/master/update-ghpages.sh) script in the master branch together with Travis-CI. ## Credits Thanks to [Gaohaoyang](https://github.com/Gaohaoyang) for providing the previous design and thus also the base layer of the new design