aboutsummaryrefslogtreecommitdiff
path: root/files/ja/games/techniques
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-03 21:19:25 -0400
committerGitHub <noreply@github.com>2021-08-04 10:19:25 +0900
commitb1fdb94830bee8ed169ec9c6c20e535a7d6524fa (patch)
treea5221a8984f7858c248706da92314683aeb6be3d /files/ja/games/techniques
parentd4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (diff)
downloadtranslated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.tar.gz
translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.tar.bz2
translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.zip
remove link 'title' attributes that's just the 'href' (ja, part 6) (#1872)
Diffstat (limited to 'files/ja/games/techniques')
-rw-r--r--files/ja/games/techniques/webrtc_data_channels/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/games/techniques/webrtc_data_channels/index.html b/files/ja/games/techniques/webrtc_data_channels/index.html
index 69a4dac3ba..512aa787e0 100644
--- a/files/ja/games/techniques/webrtc_data_channels/index.html
+++ b/files/ja/games/techniques/webrtc_data_channels/index.html
@@ -29,7 +29,7 @@ translation_of: Games/Techniques/WebRTC_data_channels
<h2 id="p2p_ライブラリを使用する">p2p ライブラリを使用する</h2>
-<p>One library you can use is the <a href="https://github.com/js-platform/p2p" title="https://github.com/js-platform/p2p">p2p</a> library. This library provides a simple API for creating peer connections and setting up streams and data channels. There's also a broker server component and a hosted broker you can use instead of having to set one up for yourself.</p>
+<p>One library you can use is the <a href="https://github.com/js-platform/p2p">p2p</a> library. This library provides a simple API for creating peer connections and setting up streams and data channels. There's also a broker server component and a hosted broker you can use instead of having to set one up for yourself.</p>
<div class="note">
<p><strong>Note:</strong> We will continue to add content here soon; there are some organizational issues to sort out.</p>
@@ -40,7 +40,7 @@ translation_of: Games/Techniques/WebRTC_data_channels
<ul>
<li>著者: Alan Kligman</li>
- <li>元の記事: <a href="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/" title="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/">WebRTC Data Channels for Great Multiplayer</a></li>
+ <li>元の記事: <a href="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/">WebRTC Data Channels for Great Multiplayer</a></li>
<li>その他の貢献者: Robert Nyman</li>
<li>著作権: Alan Kligman, 2013</li>
</ul>