diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-01-21 15:20:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-21 15:20:44 +0900 |
| commit | 533540031b7692953d65cfa29186dc94fb7642f4 (patch) | |
| tree | c8b29d8e7918068c85b703769e5af96c073371da /src/games | |
| parent | Fix routing (diff) | |
| download | misskey-533540031b7692953d65cfa29186dc94fb7642f4.tar.gz misskey-533540031b7692953d65cfa29186dc94fb7642f4.tar.bz2 misskey-533540031b7692953d65cfa29186dc94fb7642f4.zip | |
Fix comment URL
Diffstat (limited to 'src/games')
| -rw-r--r-- | src/games/reversi/maps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/games/reversi/maps.ts b/src/games/reversi/maps.ts index f55cb1d516..f74cc85659 100644 --- a/src/games/reversi/maps.ts +++ b/src/games/reversi/maps.ts @@ -892,7 +892,7 @@ export const test4: Map = { ] }; -// https://misskey.xyz/reversi/5aaabf7fe126e10b5216ea09 64 +// https://misskey.xyz/games/reversi/5aaabf7fe126e10b5216ea09 64 export const test5: Map = { name: 'Test5', category: 'Test', |