Skip to content

Commit ba52f36

Browse files
committed
Relocate ISSOtm's links from GitHub to Codeberg
1 parent ece2f56 commit ba52f36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The website code is licensed under the [MIT license](LICENSE).
3434

3535
## Acknowledgments
3636

37-
Website designed and built by [ISSOtm](https://github.com/issotm) and [avivace](https://github.com/avivace). Special thanks to:
37+
Website designed and built by [ISSOtm](https://codeberg.org/ISSOtm) and [avivace](https://github.com/avivace). Special thanks to:
3838

3939
- Eievui and Quinn for the new logo;
4040
- Rangi for the old logo;

src/pages/resources.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ export const Resources = () => {
3131
{
3232
title: "rgbds-structs",
3333
description: (<>RGBDS does not (<Link href="https://github.com/gbdev/rgbds/issues/98">currently</Link>) support "structs" (data structures) natively. This macro pack provides that functionality, all in a single file that you can freely <code>INCLUDE</code> anywhere in your projects.</>),
34-
url: "https://github.com/ISSOtm/rgbds-structs",
34+
url: "https://codeberg.org/ISSOtm/rgbds-structs",
3535
linkText: "Download",
3636
},
3737
],
3838
[
3939
{
4040
title: "gb-boilerplate",
4141
description: (<>This simple template project allows getting started on your next GB project more quickly. The provided Makefile allows simply adding new <code>.asm</code> files in a single folder, and <code>make</code> builds your ROM!</>),
42-
url: "https://github.com/ISSOtm/gb-boilerplate",
42+
url: "https://codeberg.org/ISSOtm/gb-boilerplate",
4343
linkText: "Get started",
4444
},
4545
{
4646
title: "gb-starter-kit",
4747
description: "gb-starter-kit is “gb-boilerplate Plus”: the same build system is included, plus some basic code such as a LCD-safe copy, a crash handler, and a data compressor + decompressor.",
48-
url: "https://github.com/ISSOtm/gb-starter-kit",
48+
url: "https://codeberg.org/ISSOtm/gb-starter-kit",
4949
linkText: "Get started",
5050
},
5151
],

0 commit comments

Comments
 (0)