Skip to content

Commit 4312da8

Browse files
authored
chore: lowercase GitHub organisation name (#20)
1 parent 042cd03 commit 4312da8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Download swagger.json from tibiadata-api-go release
1919
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 #v1.12
2020
with:
21-
repository: TibiaData/tibiadata-api-go
21+
repository: tibiadata/tibiadata-api-go
2222
tag: ${{ github.event.client_payload.tag_name }}
2323
fileName: swagger.json
2424
out-file-path: docs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The documentation is available on [docs.tibiadata.com](https://docs.tibiadata.co
66

77
## What's inside
88

9-
This repo contains the swagger files generated in the [tibiadata-api-go](https://github.com/TibiaData/tibiadata-api-go) repo.
9+
This repo contains the swagger files generated in the [tibiadata-api-go](https://github.com/tibiadata/tibiadata-api-go) repo.
1010

1111
The original swagger-file can be found on the release page of the version you are looking for.
1212

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

1717
## Credits
1818

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

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h1 class="pb-2 border-bottom">TibiaData Documentation</h1>
117117
Access the (modified) <a href="https://docs.tibiadata.com/swagger.json" target="_blank">swagger.json</a>
118118
for docs.tibiadata.com.<br />
119119
Generic swagger document can be found in the <a
120-
href="https://github.com/TibiaData/tibiadata-api-go/releases" target="_blank">GitHub release</a> page.
120+
href="https://github.com/tibiadata/tibiadata-api-go/releases" target="_blank">GitHub release</a> page.
121121
</p>
122122

123123
<p>
@@ -255,40 +255,40 @@ <h5>GitHub repos</h5>
255255
<ul class="nav flex-column">
256256

257257
<li class="nav-item mb-2">
258-
<a href="https://github.com/TibiaData/tibiadata-api-assets" class="nav-link p-0 text-muted"
258+
<a href="https://github.com/tibiadata/tibiadata-api-assets" class="nav-link p-0 text-muted"
259259
target="_blank">
260260
tibiadata-api-assets
261261
</a>
262262
</li>
263263

264264
<li class="nav-item mb-2">
265-
<a href="https://github.com/TibiaData/tibiadata-api-docs" class="nav-link p-0 text-muted" target="_blank">
265+
<a href="https://github.com/tibiadata/tibiadata-api-docs" class="nav-link p-0 text-muted" target="_blank">
266266
tibiadata-api-docs
267267
</a>
268268
</li>
269269

270270
<li class="nav-item mb-2">
271-
<a href="https://github.com/TibiaData/tibiadata-api-go" class="nav-link p-0 text-muted" target="_blank">
271+
<a href="https://github.com/tibiadata/tibiadata-api-go" class="nav-link p-0 text-muted" target="_blank">
272272
tibiadata-api-go
273273
</a>
274274
</li>
275275

276276
<li class="nav-item mb-2">
277-
<a href="https://github.com/TibiaData/tibiadata-docker-compose" class="nav-link p-0 text-muted"
277+
<a href="https://github.com/tibiadata/tibiadata-docker-compose" class="nav-link p-0 text-muted"
278278
target="_blank">
279279
tibiadata-docker-compose
280280
</a>
281281
</li>
282282

283283
<li class="nav-item mb-2">
284-
<a href="https://github.com/TibiaData/tibiadata-helm-charts" class="nav-link p-0 text-muted"
284+
<a href="https://github.com/tibiadata/tibiadata-helm-charts" class="nav-link p-0 text-muted"
285285
target="_blank">
286286
tibiadata-helm-charts
287287
</a>
288288
</li>
289289

290290
<li class="nav-item mb-2">
291-
<a href="https://github.com/TibiaData/tibiadata-website" class="nav-link p-0 text-muted" target="_blank">
291+
<a href="https://github.com/tibiadata/tibiadata-website" class="nav-link p-0 text-muted" target="_blank">
292292
tibiadata-website
293293
</a>
294294
</li>

docs/swagger-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"license": {
1616
"name": "MIT",
17-
"url": "https://github.com/TibiaData/tibiadata-api-go/blob/main/LICENSE"
17+
"url": "https://github.com/tibiadata/tibiadata-api-go/blob/main/LICENSE"
1818
},
1919
"version": "edge"
2020
},

docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"license": {
1616
"name": "MIT",
17-
"url": "https://github.com/TibiaData/tibiadata-api-go/blob/main/LICENSE"
17+
"url": "https://github.com/tibiadata/tibiadata-api-go/blob/main/LICENSE"
1818
},
1919
"version": "v4.4.0"
2020
},

0 commit comments

Comments
 (0)