Skip to content

Commit 9545821

Browse files
authored
chore: lowercase GitHub organisation name (#105)
1 parent 467f327 commit 9545821

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# TibiaData API assets
22

3-
[![assets-generator](https://github.com/TibiaData/tibiadata-api-assets/actions/workflows/generate.yml/badge.svg)](https://github.com/TibiaData/tibiadata-api-assets/actions/workflows/generate.yml)
4-
[![GitHub license](https://img.shields.io/github/license/TibiaData/tibiadata-api-assets)](https://github.com/TibiaData/tibiadata-api-assets/blob/main/LICENSE)
3+
[![assets-generator](https://github.com/tibiadata/tibiadata-api-assets/actions/workflows/generate.yml/badge.svg)](https://github.com/tibiadata/tibiadata-api-assets/actions/workflows/generate.yml)
4+
[![GitHub license](https://img.shields.io/github/license/tibiadata/tibiadata-api-assets)](https://github.com/tibiadata/tibiadata-api-assets/blob/main/LICENSE)
55

66
JSON assets that are almost static for the TibiaData API.
77

8-
This repo contains tooling that generates the assets json files used by the [tibiadata-api-go](https://github.com/TibiaData/tibiadata-api-go) image.
8+
This repo contains tooling that generates the assets json files used by the [tibiadata-api-go](https://github.com/tibiadata/tibiadata-api-go) image.
99

1010
The generated file can be accessed on [assets.tibiadata.com](https://assets.tibiadata.com) in a minified or pretty version.
1111

1212
## What's inside
1313

1414
The generation will be generating new json files on a scheduled interval, providing updates JSON data files used by the container.
1515

16-
There are some details missing from the upstream servers called on by [tibiadata-api-go](https://github.com/TibiaData/tibiadata-api-go) application, so therefore this data provides information.
16+
There are some details missing from the upstream servers called on by [tibiadata-api-go](https://github.com/tibiadata/tibiadata-api-go) application, so therefore this data provides information.
1717

1818
Example of data that is missing is a list of valid worlds that can have houses/guildhalls or mapping for every houseid for us to provide the town and housetype.
1919

@@ -25,5 +25,5 @@ Tibia is a registered trademark of [CipSoft GmbH](https://www.cipsoft.com/en/).
2525

2626
## Credits
2727

28-
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert)[List of contributors](https://github.com/TibiaData/tibiadata-api-assets/graphs/contributors)
28+
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert)[List of contributors](https://github.com/tibiadata/tibiadata-api-assets/graphs/contributors)
2929
- Distributed under [MIT License](LICENSE)

docs/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ <h1 class="pb-2 border-bottom">TibiaData Assets</h1>
6363
</p>
6464

6565
<p>
66-
This repo (<a href="https://github.com/TibiaData/tibiadata-api-assets"
66+
This repo (<a href="https://github.com/tibiadata/tibiadata-api-assets"
6767
target="_blank">tibiadata-api-assets</a>) contains tooling that generates the assets json files used
6868
by the
69-
<a href="https://github.com/TibiaData/tibiadata-api-go" target="_blank">tibiadata-api-go</a> image.
69+
<a href="https://github.com/tibiadata/tibiadata-api-go" target="_blank">tibiadata-api-go</a> image.
7070
</p>
7171

7272
<p>
@@ -208,40 +208,40 @@ <h5>GitHub repos</h5>
208208
<ul class="nav flex-column">
209209

210210
<li class="nav-item mb-2">
211-
<a href="https://github.com/TibiaData/tibiadata-api-assets" class="nav-link p-0 text-muted"
211+
<a href="https://github.com/tibiadata/tibiadata-api-assets" class="nav-link p-0 text-muted"
212212
target="_blank">
213213
tibiadata-api-assets
214214
</a>
215215
</li>
216216

217217
<li class="nav-item mb-2">
218-
<a href="https://github.com/TibiaData/tibiadata-api-docs" class="nav-link p-0 text-muted" target="_blank">
218+
<a href="https://github.com/tibiadata/tibiadata-api-docs" class="nav-link p-0 text-muted" target="_blank">
219219
tibiadata-api-docs
220220
</a>
221221
</li>
222222

223223
<li class="nav-item mb-2">
224-
<a href="https://github.com/TibiaData/tibiadata-api-go" class="nav-link p-0 text-muted" target="_blank">
224+
<a href="https://github.com/tibiadata/tibiadata-api-go" class="nav-link p-0 text-muted" target="_blank">
225225
tibiadata-api-go
226226
</a>
227227
</li>
228228

229229
<li class="nav-item mb-2">
230-
<a href="https://github.com/TibiaData/tibiadata-docker-compose" class="nav-link p-0 text-muted"
230+
<a href="https://github.com/tibiadata/tibiadata-docker-compose" class="nav-link p-0 text-muted"
231231
target="_blank">
232232
tibiadata-docker-compose
233233
</a>
234234
</li>
235235

236236
<li class="nav-item mb-2">
237-
<a href="https://github.com/TibiaData/tibiadata-helm-charts" class="nav-link p-0 text-muted"
237+
<a href="https://github.com/tibiadata/tibiadata-helm-charts" class="nav-link p-0 text-muted"
238238
target="_blank">
239239
tibiadata-helm-charts
240240
</a>
241241
</li>
242242

243243
<li class="nav-item mb-2">
244-
<a href="https://github.com/TibiaData/tibiadata-website" class="nav-link p-0 text-muted" target="_blank">
244+
<a href="https://github.com/tibiadata/tibiadata-website" class="nav-link p-0 text-muted" target="_blank">
245245
tibiadata-website
246246
</a>
247247
</li>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/TibiaData/tibiadata-api-assets
1+
module github.com/tibiadata/tibiadata-api-assets
22

33
go 1.25.0
44

0 commit comments

Comments
 (0)