diff options
-rw-r--r-- | files/zh-cn/glossary/crlf/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/glossary/crlf/index.html b/files/zh-cn/glossary/crlf/index.html index 88e6dcfcda..37e54772f3 100644 --- a/files/zh-cn/glossary/crlf/index.html +++ b/files/zh-cn/glossary/crlf/index.html @@ -12,11 +12,11 @@ translation_of: Glossary/CRLF <p>紧邻的 CR 和 LF(组成 CRLF,<code>\r\n</code>,或十六进制 <code>0x0D0A</code>)将鼠标移动到下一行行首。(Windows 操作系统默认的文本换行符为 CRLF;Linux 以及 macOS 系统默认使用 LF,早期的 mac os 系统使用 CR 换行。)</p> -<h2 id="相关链接Edit">相关链接<a class="button section-edit only-icon" href="https://developer.mozilla.org/en-US/docs/Glossary/Smoke_Test$edit#Learn_more"><span>Edit</span></a></h2> +<h2 id="相关链接">相关链接</h2> <h3 id="General_knowledge">General knowledge</h3> <ul> - <li>{{interwiki("Newline")}} on Wikipedia</li> - <li>{{interwiki("Carriage return")}} on Wikipedia</li> + <li>{{interwiki("wikipedia", "Newline#In_programming_languages", "Newline")}} on Wikipedia</li> + <li>{{interwiki("wikipedia", "Carriage_return#Computers", "Carriage return")}} on Wikipedia</li> </ul> |