diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-09-28 19:17:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-09-28 19:17:10 -0400 |
commit | 3b82b2ba6d7b1cc98bcca6ffe5970e5d90198351 (patch) | |
tree | 8481a7dcddd234b7c40108ebeb3194c580d014aa /doc/source | |
parent | 0d5e476b466abb48766c48693d7b37ce570d9d1b (diff) |
Don't allow inserting None into a tag.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index ba3b54e..3bc9537 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -29,7 +29,7 @@ Soup 3 and Beautiful Soup 4, see `Porting code to BS4`_. This documentation has been translated into other languages by Beautiful Soup users: -* `这篇文档当然还有中文版. <http://www.crummy.com/software/BeautifulSoup/bs4/doc/index.cn.html>`_ +* `这篇文档当然还有中文版. <http://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/>`_ * このページは日本語で利用できます(`外部リンク <http://kondou.com/BS4/>`_) * 이 문서는 한국어 번역도 가능합니다. (`외부 링크 <http://coreapython.hosting.paran.com/etc/beautifulsoup4.html>`_) |