diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-11-11 12:26:58 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-11-11 12:26:58 -0500 |
commit | 65259b4700e741ac440b07e33c4a42eebe32aa8b (patch) | |
tree | 1a400361d44d380a1f2a13e3f05701620f69b9bf /doc | |
parent | d24a72dc676cbf3d2f2e3aa951afd7d0d6bce1d5 (diff) |
Improved the presentation of the Korean translation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/README | 7 | ||||
-rw-r--r-- | doc/source/index.rst | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/source/README b/doc/source/README index 6fbab84..46478b2 100644 --- a/doc/source/README +++ b/doc/source/README @@ -5,11 +5,10 @@ I keep a copy of all translations in this repository so that it's easy to host translations on the Beautiful Soup website. These are generally not the canonical versions of the translations, though. -doc.html/index.jp.html is a copy of the 2013 Japanese translation hosted at -http://kondou.com/BS4/. I don't know who to credit for the -translation. +doc.jp/index.html is a copy of the 2013 Japanese translation hosted at +http://kondou.com/BS4/. Translation credit goes to "shige". -doc.html/index.kr.html is a copy of the 2012 Korean translation formerly hosted +doc.ko/index.html is a copy of the 2012 Korean translation formerly hosted at http://coreapython.hosting.paran.com/etc/beautifulsoup4.html. I retrieved this copy from the Wayback Machine. I'm not sure who wrote the translation but I believe the credit goes to "Johnsonj". diff --git a/doc/source/index.rst b/doc/source/index.rst index 08063a5..1d1472f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -29,10 +29,10 @@ Soup 3 and Beautiful Soup 4, see `Porting code to BS4`_. This documentation has been translated into other languages by Beautiful Soup users: -* `这篇文档当然还有中文版. <https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html>`_ +* `这篇文档当然还有中文版. <https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/>`_ * このページは日本語で利用できます(`外部リンク <http://kondou.com/BS4/>`_) -* 이 문서는 한국어 번역도 가능합니다. (`외부 링크 <https://web.archive.org/web/20150319200824/http://coreapython.hosting.paran.com/etc/beautifulsoup4.html>`_) -* `Este documento também está disponível em Português do Brasil.` <https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.ptbr.html>` +* `이 문서는 한국어 번역도 가능합니다. https://www.crummy.com/software/BeautifulSoup/bs4/doc.ko/>`_ +* `Este documento também está disponível em Português do Brasil.` <https://www.crummy.com/software/BeautifulSoup/bs4/doc.ptbr/>` Getting help ------------ |