[ttssh2-commit] [10951] develop.txt を develop.html 置き換え

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 10月 1日 (日) 12:55:32 JST


Revision: 10951
          https://osdn.net/projects/ttssh2/scm/svn/commits/10951
Author:   zmatsuo
Date:     2023-10-01 12:55:32 +0900 (Sun, 01 Oct 2023)
Log Message:
-----------
develop.txt を develop.html 置き換え

- webページのリンク切れを修正
- マニュアルのリンク切れを修正
- doc/en/html/reference/build_with_cmake.md
  - リンクを追加

Modified Paths:
--------------
    trunk/TTXSamples/TTXCheckUpdate/ttxcheckupdate.c
    trunk/doc/en/html/reference/build_with_cmake.md
    trunk/doc/ja/html/reference/build_with_cmake.md
    trunk/doc/web/index.html.en
    trunk/doc/web/index.html.ja

-------------- next part --------------
Modified: trunk/TTXSamples/TTXCheckUpdate/ttxcheckupdate.c
===================================================================
--- trunk/TTXSamples/TTXCheckUpdate/ttxcheckupdate.c	2023-10-01 03:32:51 UTC (rev 10950)
+++ trunk/TTXSamples/TTXCheckUpdate/ttxcheckupdate.c	2023-10-01 03:55:32 UTC (rev 10951)
@@ -47,7 +47,7 @@
 #include "getcontent.h"
 
 #define ORDER 4000
-#define ID_MENUITEM 55900	// see reference/develop.txt
+#define ID_MENUITEM 55900	// see reference/develop.html
 
 typedef struct {
 	HANDLE hInst;

Modified: trunk/doc/en/html/reference/build_with_cmake.md
===================================================================
--- trunk/doc/en/html/reference/build_with_cmake.md	2023-10-01 03:32:51 UTC (rev 10950)
+++ trunk/doc/en/html/reference/build_with_cmake.md	2023-10-01 03:55:32 UTC (rev 10951)
@@ -12,8 +12,8 @@
 ## How to build library
 
 - You can prepare libraries used by Tera Term.
-- Refer to `lib/build_library_with_cmake.md`.
-- Refet to `develop.txt`.
+- Refer to [`build_library_with_cmake.html`](<build_library_with_cmake.html>).
+- Refet to [`develop.html`](<develop.html>).
 
 ## How to build Tera Term
 

Modified: trunk/doc/ja/html/reference/build_with_cmake.md
===================================================================
--- trunk/doc/ja/html/reference/build_with_cmake.md	2023-10-01 03:32:51 UTC (rev 10950)
+++ trunk/doc/ja/html/reference/build_with_cmake.md	2023-10-01 03:55:32 UTC (rev 10951)
@@ -14,7 +14,7 @@
 
 - teraterm が使用するライブラリをビルドして準備しておきます
   - ビルドに使用するツールに合わせたライブラリが必要です
-- ビルド方法は [`build_library_with_cmake`](<build_library_with_cmake.html>) を参照してください
+- ビルド方法は [`build_library_with_cmake.html`](<build_library_with_cmake.html>) を参照してください
 - ライブラリについては [`develop.html`](<develop.html>) を参照してください
 
 ## teratermのビルド

Modified: trunk/doc/web/index.html.en
===================================================================
--- trunk/doc/web/index.html.en	2023-10-01 03:32:51 UTC (rev 10950)
+++ trunk/doc/web/index.html.en	2023-10-01 03:55:32 UTC (rev 10951)
@@ -128,7 +128,7 @@
 
 <h3 id="build">How to build source codes</h3>
 <p>
-Refer to <a href="https://ttssh2.osdn.jp/manual/en/reference/develop.txt">develop.txt</a>.
+Refer to <a href="https://ttssh2.osdn.jp/manual/en/reference/develop.html">develop.htlm</a>.
 </p>
 
 <h3 id="localize">Translations</h3>

Modified: trunk/doc/web/index.html.ja
===================================================================
--- trunk/doc/web/index.html.ja	2023-10-01 03:32:51 UTC (rev 10950)
+++ trunk/doc/web/index.html.ja	2023-10-01 03:55:32 UTC (rev 10951)
@@ -133,7 +133,7 @@
 
 <h3 id="build">ソースコードのビルド方法</h3>
 <p>
-<a href="/manual/ja/reference/develop.txt">develop.txt</a>を参照願います。
+<a href="/manual/ja/reference/develop.html">develop.html</a>を参照願います。
 </p>
 
 <h3 id="localize">言語ファイルの翻訳</h3>


ttssh2-commit メーリングリストの案内
Back to archive index