Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 505236a

Browse files
authored
main is now the preferred default branch
1 parent 8fa9a00 commit 505236a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SimpleHttpServer
22
[![jitpack](https://jitpack.io/v/com.kttdevelopment/simplehttpserver.svg)](https://jitpack.io/#com.kttdevelopment/simplehttpserver)
33
[![jitci](https://jitci.com/gh/Ktt-Development/simplehttpserver/svg)](https://jitci.com/gh/Ktt-Development/simplehttpserver)
4-
[![Build Status](https://travis-ci.com/Ktt-Development/simplehttpserver.svg?branch=master)](https://travis-ci.com/Ktt-Development/simplehttpserver)
4+
[![Build Status](https://travis-ci.com/Ktt-Development/simplehttpserver.svg?branch=main)](https://travis-ci.com/Ktt-Development/simplehttpserver)
55
[![version](https://img.shields.io/github/v/release/ktt-development/simplehttpserver?include_prereleases)](https://github.com/Ktt-Development/simplehttpserver/releases)
6-
[![license](https://img.shields.io/github/license/Ktt-Development/simplehttpserver)](https://github.com/Ktt-Development/simplehttpserver/blob/master/LICENSE)
6+
[![license](https://img.shields.io/github/license/Ktt-Development/simplehttpserver)](https://github.com/Ktt-Development/simplehttpserver/blob/main/LICENSE)
77

88
SimpleHttpServer is a simplified implementation of the [sun http server](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.httpserver/com/sun/net/httpserver/package-summary.html) for JDK11. This library simplifies complex operations for both the server, exchange, and handler.
99

0 commit comments

Comments
 (0)