Skip to content

Commit fb2cd90

Browse files
committed
単一ファイルHTML取得リンクの調整
1 parent ececbc5 commit fb2cd90

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

documents/forAWSResource/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hero:
1818
次のリンクから単一ファイルで作成されたコーディング規約を取得できます。
1919

2020
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forAWSResource/AWSインフラリソース命名規約.md)
21-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/AWSインフラリソース命名規約.html)
21+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/AWSインフラリソース命名規約.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/AWSインフラリソース命名規約.html)
2222
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/AWSインフラリソース命名規約.docx)
2323

2424
ファイルは[Pandoc]を利用して作成しています。

documents/forGitBranch/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020
次のリンクから単一ファイル版を取得できます。
2121

2222
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forGitBranch/Gitブランチフロー規約.md)
23-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Gitブランチフロー規約.html)
23+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Gitブランチフロー規約.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/Gitブランチフロー規約.html)
2424
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/Gitブランチフロー規約.docx)
2525

2626
ファイルは[Pandoc]を利用して作成しています。

documents/forJava/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Java17 向けのコーディング規約は[こちら](./Javaコーディング
3232

3333
- for Latest
3434
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約.md)
35-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Javaコーディング規約.html)
35+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/Javaコーディング規約.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/Javaコーディング規約.html)
3636
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/Javaコーディング規約.docx)
3737
- for Java11
3838
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forJava/Javaコーディング規約_for_11.md)

documents/forMarkdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ I/F 定義書は、システム間の連携について定義と、その受信/
194194
(これらのファイルは[Pandoc]を利用して作成しています。)
195195

196196
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forMarkdown/xxx.md)
197-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/xxx.html)
197+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/xxx.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/xxx.html)
198198
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/xxx.docx)
199199

200200
[pandoc]: https://pandoc.org/

documents/forOpenAPISpecification/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OAS は次のように複数のバージョンが存在します。
5555
(これらのファイルは[Pandoc]を利用して作成しています。)
5656

5757
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forOpenAPISpecification/OpenAPI_Specification_2.0.md)
58-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/OpenAPI_Specification_2.0.html)
58+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/OpenAPI_Specification_2.0.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/OpenAPI_Specification_2.0.html)
5959
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/OpenAPI_Specification_2.0.docx)
6060

6161
[pandoc]: https://pandoc.org/

documents/forSQL/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ hero:
3030

3131
- for PostgreSQL
3232
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forSQL/SQLコーディング規約(PostgreSQL).md)
33-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(PostgreSQL).html)
33+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(PostgreSQL).html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/SQLコーディング規約(PostgreSQL).html)
3434
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/SQLコーディング規約(PostgreSQL).docx)
3535
- for Oracle
3636
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forSQL/SQLコーディング規約(Oracle).md)
37-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(Oracle).html)
37+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/SQLコーディング規約(Oracle).html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/SQLコーディング規約(Oracle).html)
3838
- [Word](https://github.com/future-architect/coding-standards/raw/gh-pages/resources/SQLコーディング規約(Oracle).docx)
3939

4040
[pandoc]: https://pandoc.org/

documents/forSlack/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020
次のリンクから単一ファイル版を取得できます。
2121

2222
- [Markdown](https://github.com/future-architect/coding-standards/blob/master/documents/forSlack/slack_usage_guidelines.md)
23-
- [HTML](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/slack_usage_guidelines.html)
23+
- [HTML(Single File)](https://github.com/future-architect/coding-standards/blob/gh-pages/resources/slack_usage_guidelines.html)[ブラウザで見る](https://future-architect.github.io/coding-standards/resources/slack_usage_guidelines.html)
2424

2525
ファイルは[Pandoc]を利用して作成しています。
2626

0 commit comments

Comments
 (0)