Skip to content

Commit

Permalink
「サブモジュールを用いて新しいカテゴリを追加する」へのリンク修正2
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed Sep 6, 2024
1 parent 9b46dd2 commit 4bc1681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Copyright (C) 2020-2023 Takym.
* [LINEスタンプ](https://line.me/S/shop/sticker/author/197955/new?lang=ja&utm_source=gnsh_staut)
* [公式アカウント](https://lin.ee/5sJ1DQ9)
* シリーズ・キャラクター共に正式名称は「ジカッキィー」。「ジカッキィー・シリーズ」と「ジカッキィーくん」は曖昧さ回避の為の便宜的な呼称。
* [サブモジュールを用いて新しいカテゴリを追加する](./blog/general/2024/09/07/add_new_cat.html)
* [サブモジュールを用いて新しいカテゴリを追加する](./add_new_cat.html)

## リポジトリ一覧 <a id="ja_repos"></a>
* [TakymLib](https://github.com/YigtyORG/TakymLib)
Expand Down Expand Up @@ -106,7 +106,7 @@ Copyright (C) 2020-2023 Takym.
* [LINE Stickers](https://line.me/S/shop/sticker/author/197955/new?lang=en&utm_source=gnsh_staut)
* [The Official Account](https://lin.ee/5sJ1DQ9) (Japanese)
* The official names of the series and the main character is both "Jikkaky". "Jikkaky Series" and "Mr.Jikkaky" are convenient names for disambiguation.
* [Adding a new category with a git submodule](./blog/general/2024/09/07/add_new_cat.html) (Japanese)
* [Adding a new category with a git submodule](./add_new_cat.html) (Japanese)

## My repositories <a id="en_repos"></a>
* [TakymLib](https://github.com/YigtyORG/TakymLib)
Expand Down
6 changes: 3 additions & 3 deletions add_new_cat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=./blog/general/2024/09/07/add_new_cat.md">
<meta http-equiv="refresh" content="0; URL=./blog/general/2024/09/07/add_new_cat.html">
<title>Redirecting...</title>
<script>
window.onload = (function() {
window.location.href = "./blog/general/2024/09/07/add_new_cat.md";
window.location.href = "./blog/general/2024/09/07/add_new_cat.html";
});
</script>
</head>
<body>
<h1>Redirecting...</h1>
<p>Please click <a href="./blog/general/2024/09/07/add_new_cat.md">this link</a> to jump manually.</p>
<p>Please click <a href="./blog/general/2024/09/07/add_new_cat.html">this link</a> to jump manually.</p>
</body>
</html>

0 comments on commit 4bc1681

Please sign in to comment.