diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 11:07:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 11:07:46 +0900 |
commit | 03385cc9f4f157cec2e5fd05f35e6af646055908 (patch) | |
tree | 445fcb3a7d033d4ef35c4d4238b28b9630e3dc5b /files/ja/web/api/idbrequest | |
parent | b8899e350326af3e53dfad89747761c1c13a3915 (diff) | |
download | translated-content-03385cc9f4f157cec2e5fd05f35e6af646055908.tar.gz translated-content-03385cc9f4f157cec2e5fd05f35e6af646055908.tar.bz2 translated-content-03385cc9f4f157cec2e5fd05f35e6af646055908.zip |
Web/API以下の文書内のリンクURLを正規化 (#2360)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/api/idbrequest')
-rw-r--r-- | files/ja/web/api/idbrequest/index.html | 10 | ||||
-rw-r--r-- | files/ja/web/api/idbrequest/success_event/index.html | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/files/ja/web/api/idbrequest/index.html b/files/ja/web/api/idbrequest/index.html index f4cab5a01b..a2d5f1d5cd 100644 --- a/files/ja/web/api/idbrequest/index.html +++ b/files/ja/web/api/idbrequest/index.html @@ -59,12 +59,12 @@ translation_of: Web/API/IDBRequest <p>Listen to these events using <code>addEventListener()</code> or by assigning an event listener to the <code>on<em>eventname</em></code> property of this interface.</p> <dl> - <dt><a href="/en-US/docs/Web/API/IDBRequest/error_event"><code>error</code></a></dt> + <dt><a href="/ja/docs/Web/API/IDBRequest/error_event"><code>error</code></a></dt> <dd>Fired when an error caused a request to fail.<br> - Also available via the <code><a href="/en-US/docs/Web/API/IDBRequest/onerror">onerror</a></code> property.</dd> - <dt><a href="/en-US/docs/Web/API/IDBRequest/success_event"><code>success</code></a></dt> + Also available via the <code><a href="/ja/docs/Web/API/IDBRequest/onerror">onerror</a></code> property.</dd> + <dt><a href="/ja/docs/Web/API/IDBRequest/success_event"><code>success</code></a></dt> <dd>Fired when an <code>IDBRequest</code> succeeds.<br> - Also available via the <code><a href="/en-US/docs/Web/API/IDBRequest/onsuccess">onsuccess</a></code> property.</dd> + Also available via the <code><a href="/ja/docs/Web/API/IDBRequest/onsuccess">onsuccess</a></code> property.</dd> </dl> <h2 id="Example">Example</h2> @@ -124,7 +124,7 @@ DBOpenRequest.onsuccess = function(event) { <h2 id="See_also">See also</h2> <ul> - <li><a href="/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB">Using IndexedDB</a></li> + <li><a href="/ja/docs/Web/API/IndexedDB_API/Using_IndexedDB">Using IndexedDB</a></li> <li>Starting transactions: {{domxref("IDBDatabase")}}</li> <li>Using transactions: {{domxref("IDBTransaction")}}</li> <li>Setting a range of keys: {{domxref("IDBKeyRange")}}</li> diff --git a/files/ja/web/api/idbrequest/success_event/index.html b/files/ja/web/api/idbrequest/success_event/index.html index 21c49830e4..dcbd3a9712 100644 --- a/files/ja/web/api/idbrequest/success_event/index.html +++ b/files/ja/web/api/idbrequest/success_event/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/IDBRequest/success_event </tr> <tr> <th scope="row">Event handler property</th> - <td><code><a href="/en-US/docs/Web/API/IDBRequest/onsuccess">onsuccess</a></code></td> + <td><code><a href="/ja/docs/Web/API/IDBRequest/onsuccess">onsuccess</a></code></td> </tr> </tbody> </table> |