Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 084d73f

Browse files
committed
Update various links.
1 parent 01092a1 commit 084d73f

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
--------------------------------------------------------------------------------
2525

2626
This repository contains the source code for the TERA Arise organization
27-
website, which is hosted at [tera-arise.io](https://tera-arise.io) via
28-
[GitHub Pages](https://pages.github.com).
27+
website, which is hosted at [tera-arise.github.io](https://tera-arise.github.io)
28+
via [GitHub Pages](https://pages.github.com).
2929

3030
## Building
3131

src/funding.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@ offer paid services. Every financial transaction, both in and out, has a public
88
paper trial, and every payment made by the project goes through multiple stages
99
of verification and approval.
1010

11-
If you would like to help keep the development of TERA Arise sustainable, please
12-
consider donating through one of these channels:
13-
14-
* [![Open Collective](https://img.shields.io/opencollective/backers/tera-arise?color=mediumorchid&label=open%20collective)](https://opencollective.com/tera-arise)
15-
* [![GitHub Sponsors](https://img.shields.io/github/sponsors/tera-arise?color=mediumorchid&label=github%20sponsors)](https://github.com/sponsors/tera-arise)
16-
17-
For any issues with your donation, please
18-
[contact us by email](mailto:[email protected]).
11+
**We are currently not taking donations.**

src/game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the original game. Rather, we are using the game client and assets as a base to
1212
build upon, with the goal of eventually producing a better experience than the
1313
original game. We will essentially start from scratch, with an empty data center
1414
file, and work our way from there. Our overarching design goals are laid out on
15-
our [GitBook space](https://design.tera-arise.io).
15+
our [GitBook space](https://tera-arise.gitbook.io/tera-arise).
1616

1717
Once the project progresses far enough, our goal is to run official TERA Arise
1818
servers accessible to the public. That said, anyone is welcome to run their own

src/layouts/core.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<meta name="og:description"
1717
content="{{ summary if summary else 'A game resurrection project for the final build of TERA EU.' }}" />
1818
<meta name="og:url"
19-
content="https://tera-arise.io{{ page.url | url }}" />
19+
content="https://tera-arise.github.io{{ page.url | url }}" />
2020
<meta name="og:image"
21-
content="https://tera-arise.io{{ image or '/images/preview.webp' | url }}" />
21+
content="https://tera-arise.github.io{{ image or '/images/preview.webp' | url }}" />
2222
{%- if layout == 'news' %}
2323
<meta name="og:published_time"
2424
content="{{ page.date.toISOString() }}" />

src/news/introducing-tera-arise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the original game. Rather, we are using the game client and assets as a base to
1515
build upon, with the goal of eventually producing a better experience than the
1616
original game. We will essentially start from scratch, with an empty data center
1717
file, and work our way from there. Our overarching design goals are laid out on
18-
our [GitBook space](https://design.tera-arise.io).
18+
our [GitBook space](https://tera-arise.gitbook.io/tera-arise).
1919

2020
Once the project progresses far enough, our goal is to run official TERA Arise
2121
servers accessible to the public. That said, anyone is welcome to run their own

0 commit comments

Comments
 (0)