Skip to content

Commit 4bbde2d

Browse files
chore: update url
1 parent d2b7af1 commit 4bbde2d

8 files changed

+8
-8
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _Periotris.js v2.0.1_
1515

1616
Periotris.js 在 GitHub Pages 和 Vercel 上都可以访问。
1717

18-
- GitHub Pages: https://csharpermantle.github.io/periotrisjs
18+
- GitHub Pages: https://csmantle.top/periotrisjs
1919
- Vercel: https://periotrisjs.vercel.app/
2020
- Vercel (开发分支预览): https://periotrisjs-git-develop-csharpermantle.vercel.app/
2121

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _Periotris.js v2.0.1_
1515

1616
Instances of Periotris.js are hosted on GitHub Pages and Vercel.
1717

18-
- GitHub Pages: https://csharpermantle.github.io/periotrisjs
18+
- GitHub Pages: https://csmantle.top/periotrisjs
1919
- Vercel: https://periotrisjs.vercel.app/
2020
- Vercel (develop preview): https://periotrisjs-git-develop-csharpermantle.vercel.app/
2121

gatsby-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const config: GatsbyConfig = {
7171
title: "Periotris.js",
7272
description:
7373
"Learn the Periodic Table of Elements in a fun way, directly in your browsers.",
74-
url: "https://csharpermantle.github.io/periotrisjs/",
74+
url: "https://csmantle.top/periotrisjs/",
7575
navRoutes: [
7676
{
7777
id: PageID.PAGE_HOME,

src/json/DefaultColorScheme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://csharpermantle.github.io/periotris/default/DefaultColorScheme.json/0",
2+
"id": "http://csmantle.top/periotris/default/DefaultColorScheme.json/0",
33
"rules": [
44
{
55
"range": {

src/json/DefaultMap.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://csharpermantle.github.io/periotris/default/DefaultMap.json/0",
2+
"id": "http://csmantle.top/periotris/default/DefaultMap.json/0",
33
"map": [
44
[
55
{

src/json/DefaultPeriodicTable.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://csharpermantle.github.io/periotris/default/DefaultPeriodicTable.json/0",
2+
"id": "http://csmantle.top/periotris/default/DefaultPeriodicTable.json/0",
33
"elements": [
44
{
55
"name": "Hydrogen",

src/json/schema/ColorScheme.json.schema

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://csharpermantle.github.io/periotris/schema/ColorScheme.schema.json",
3+
"$id": "http://csmantle.top/periotris/schema/ColorScheme.schema.json",
44
"title": "Color Scheme",
55
"description": "A color scheme used in Periotris game",
66
"type": "object",

src/json/schema/Map.json.schema

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "http://csharpermantle.github.io/periotris/schema/Map.schema.json",
3+
"$id": "http://csmantle.top/periotris/schema/Map.schema.json",
44
"title": "Map",
55
"description": "A map used in Periotris game",
66
"type": "object",

0 commit comments

Comments
 (0)