Skip to content

Commit 6bf93e9

Browse files
committed
Original repo links
1 parent c0fbcc2 commit 6bf93e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ESPAsyncWebServer (Fork for WLED)
2-
[![Build Status](https://travis-ci.org/willmmiles/ESPAsyncWebServer.svg?branch=master)](https://travis-ci.org/willmmiles/ESPAsyncWebServer) ![](https://github.com/willmmiles/ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc)](https://www.codacy.com/manual/willmmiles/ESPAsyncWebServer?utm_source=github.com&utm_medium=referral&utm_content=willmmiles/ESPAsyncWebServer&utm_campaign=Badge_Grade)
2+
[![Build Status](https://travis-ci.org/Aircoookie/ESPAsyncWebServer.svg?branch=master)](https://travis-ci.org/Aircoookie/ESPAsyncWebServer) ![](https://github.com/Aircoookie/ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc)](https://www.codacy.com/manual/Aircoookie/ESPAsyncWebServer?utm_source=github.com&utm_medium=referral&utm_content=Aircoookie/ESPAsyncWebServer&utm_campaign=Badge_Grade)
33

44

55
Async HTTP and WebSocket Server for ESP8266 Arduino
@@ -113,7 +113,7 @@ framework = arduino
113113
lib_deps = ESP Async WebServer
114114

115115
# or using GIT Url (the latest development version)
116-
lib_deps = https://github.com/willmmiles/ESPAsyncWebServer.git
116+
lib_deps = https://github.com/Aircoookie/ESPAsyncWebServer.git
117117
```
118118
5. Happy coding with PlatformIO!
119119

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"repository":
1818
{
1919
"type": "git",
20-
"url": "https://github.com/willmmiles/ESPAsyncWebServer.git"
20+
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"
2121
},
2222
"version": "2.1.0",
2323
"license": "LGPL-3.0",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ESP Async WebServer
22
version=2.1.0
3-
author=Me-No-Dev
4-
maintainer=willmmiles
3+
author=Me-No-Dev, willmmiles, Aircoookie
4+
maintainer=Aircoookie
55
sentence=Async Web Server for ESP8266 and ESP31B (WLED fork)
66
paragraph=Async Web Server for ESP8266 and ESP31B
77
category=Other
8-
url=https://github.com/willmmiles/ESPAsyncWebServer
8+
url=https://github.com/Aircoookie/ESPAsyncWebServer
99
architectures=*

0 commit comments

Comments
 (0)