aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/server-sent_events
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 12:04:27 -0400
committerGitHub <noreply@github.com>2021-07-28 01:04:27 +0900
commit2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch)
treecc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/server-sent_events
parentdcc2714189d050e2b8b7911b3778bb5229752afe (diff)
downloadtranslated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz
translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2
translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/server-sent_events')
-rw-r--r--files/ko/web/api/server-sent_events/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ko/web/api/server-sent_events/index.html b/files/ko/web/api/server-sent_events/index.html
index 4b893570f8..d5415dd09c 100644
--- a/files/ko/web/api/server-sent_events/index.html
+++ b/files/ko/web/api/server-sent_events/index.html
@@ -55,7 +55,7 @@ translation_of: Web/API/Server-sent_events
<ul>
<li><a href="https://github.com/EventSource/eventsource">Node.js를 위한 EventSource 폴리필</a></li>
<li>Remy Sharp의 <a class="link-https" href="https://github.com/remy/polyfills/blob/master/EventSource.js">EventSource 폴리필</a></li>
- <li>Yaffle의 <a class="link-https" href="https://github.com/Yaffle/EventSource" title="https://github.com/Yaffle/EventSource">EventSource 폴리필</a></li>
+ <li>Yaffle의 <a class="link-https" href="https://github.com/Yaffle/EventSource">EventSource 폴리필</a></li>
<li>Rick Waldron <a class="link-https" href="https://github.com/rwldrn/jquery.eventsource">jquery 플러그인</a></li>
<li><a href="http://intercoolerjs.org/docs.html#sse">선언적인 SSE를 지원하는 </a>intercooler.js</li>
</ul>
@@ -71,7 +71,7 @@ translation_of: Web/API/Server-sent_events
<h3 id="그_외_자료">그 외 자료</h3>
<ul>
- <li>SSE로 구현된 <a href="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/" title="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/">Twitter 어플리케이션</a>과 <a class="link-https" href="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends%20timeline" title="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends timeline">깃허브에 공개된 소스코드</a>.</li>
- <li><a href="http://dsheiko.com/weblog/html5-and-server-sent-events" title="http://dsheiko.com/weblog/html5-and-server-sent-events">HTML5와 Server-sent events</a></li>
- <li><a href="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html" title="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html">Asp.net을 이용한 Server-Sent Events</a></li>
+ <li>SSE로 구현된 <a href="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/">Twitter 어플리케이션</a>과 <a class="link-https" href="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends%20timeline" title="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends timeline">깃허브에 공개된 소스코드</a>.</li>
+ <li><a href="http://dsheiko.com/weblog/html5-and-server-sent-events">HTML5와 Server-sent events</a></li>
+ <li><a href="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html">Asp.net을 이용한 Server-Sent Events</a></li>
</ul>