Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 3e1ecc2

Browse files
committed
fix links
1 parent 6b1fc5b commit 3e1ecc2

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<h3>SimpleHttpServer</h3>
33
<h5>A simple and efficient HTTP server for Java</h5>
44
<div>
5-
Documentation
5+
<a href="https://docs.katsute.dev/simplehttpserver">Documentation</a>
66
7-
Setup
7+
<a href="https://github.com/KatsuteDev/simplehttpserver/blob/main/setup.md#readme">Setup</a>
88
9-
FAQ
9+
<a href="https://github.com/KatsuteDev/simplehttpserver/blob/main/faq.md#readme">FAQ</a>
1010
</div>
1111
</div>
1212

1313
<br>
1414

1515
<div align="center">
16-
Maven Central
16+
<a href="https://mvnrepository.com/artifact/dev.katsute/simplehttpserver">Maven Central</a>
1717
1818
GitHub Packages
1919
20-
Release
20+
<a href="https://github.com/KatsuteDev/simplehttpserver/releases">Releases</a>
2121
</div>
2222

2323
<br>
@@ -66,4 +66,4 @@ Each commit automatically triggers the Java CI workflow, make sure you have acti
6666

6767
### 💼 License
6868

69-
This library is released under the [GNU General Public License (GPL) v2.0](https://github.com/KatsuteDev/Mal4J/blob/main/LICENSE).
69+
This library is released under the [GNU General Public License (GPL) v2.0](https://github.com/KatsuteDev/simplehttpserver/blob/main/LICENSE).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.katsute</groupId>
88
<artifactId>simplehttpserver</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>5.0.0-SNAPSHOT</version>
1010

1111
<profiles>
1212
<profile>

src/main/java/dev/katsute/simplehttpserver/handler/file/ContextUtility.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
package dev.katsute.simplehttpserver.handler.file;
2020

21-
import dev.katsute.simplehttpserver.handler.throttler.ConnectionThrottler;
22-
2321
import java.util.regex.Pattern;
2422

2523
abstract class ContextUtility {

0 commit comments

Comments
 (0)