Skip to content

Commit d9d24b7

Browse files
authored
Merge pull request #19 from AiriAPI/staging
Updated Ko-fi username, fixed some typos and old api name
2 parents 88fb933 + c46a341 commit d9d24b7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ko_fi: aetrnyx
1+
ko_fi: Aeryk

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Animu
1+
# Contributing to Airi
22

33
We love your input! We want to make contributing to this project as easy as possible, whether it's:
44

@@ -22,5 +22,5 @@ Great Feature Requests tend to have:
2222

2323
## License
2424

25-
By contributing to Animu Documentation, you agree that your contributions will be licensed
25+
By contributing to Airi Documentation, you agree that your contributions will be licensed
2626
under the [LICENSE file](LICENSE.md).

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To get your API token, join this [discord server](https://discord.gg/yyW389c), t
3434
**How can I support the project?**
3535

3636
- Contribute to the [API](https://github.com/AiriAPI/Airi)
37-
- Donate me via [Ko-fi](https://ko-fi.com/aetrnyx)
37+
- Donate me via [Ko-fi](https://ko-fi.com/Aeryk)
3838
- Give feedback or suggestions in [discord server](https://discord.gg/yyW389c).
3939

4040
**Support for API**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "airi_docs",
4-
"version": "1.5.7",
4+
"version": "1.5.8",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/Endpoints/fact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ GET /fact
3737

3838
#### Examples
3939

40-
Random fact [try in browser](https://animu.ml/fact)
40+
Random fact [try in browser](https://airi.kyoyo.me/api/fact)
4141

4242
```HTTP
4343
GET /fact
4444
```
4545

46-
Random fact with tags "pokemon" **`AND`** "pikachu" [try in browser](https://animu.ml/fact?tags=pokemon,pikachu)
46+
Random fact with tags "pokemon" **`AND`** "pikachu" [try in browser](https://airi.kyoyo.me/api/fact?tags=pokemon,pikachu)
4747

4848
```HTTP
4949
GET /fact?tags=pokemon,pikachu
5050
```
5151

52-
Random fact with tags "AttackonTitan" **`OR`** "Levi" [try in browser](https://animu.ml/fact?tags=AttackonTitan|Levi)
52+
Random fact with tags "AttackonTitan" **`OR`** "Levi" [try in browser](https://airi.kyoyo.me/api/fact?tags=AttackonTitan|Levi)
5353

5454
```HTTP
5555
GET /fact?tags=AttackonTitan|Levi

src/pages/document.ejs

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

2626
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
2727
<script>
28-
kofiWidgetOverlay.draw('aetrnyx', {
28+
kofiWidgetOverlay.draw('Aeryk', {
2929
'type': 'floating-chat',
3030
'floating-chat.donateButton.text': 'Support me',
3131
'floating-chat.donateButton.background-color': '#00b9fe',

0 commit comments

Comments
 (0)