Revise doc links in README.rst

This commit is contained in:
Lf-Lin 2021-01-01 00:26:30 +08:00
parent 232ae5c577
commit 8573e7859a

View File

@ -22,17 +22,18 @@ Google 开源项目风格指南 (中文版)
我们已经发布了五份 **中文版** 的风格指南:
#. `Google C++ 风格指南 <http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/>`_
#. `Google C++ 风格指南 <https://google-styleguide.readthedocs.io/zh_CN/latest/google-cpp-styleguide/contents.html>`_
#. `Google Objective-C 风格指南 <http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/>`_
#. `Google Objective-C 风格指南 <https://google-styleguide.readthedocs.io/zh_CN/latest/google-objc-styleguide/contents.html>`_
#. `Google Python 风格指南 <http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/>`_
#. `Google Python 风格指南 <https://google-styleguide.readthedocs.io/zh_CN/latest/google-python-styleguide/contents.html>`_
#. `Google JavaScript 风格指南 <https://google-styleguide.readthedocs.io/zh_CN/latest/google-javascript-styleguide/contents.html>`_
#. `Google Shell 风格指南 <https://google-styleguide.readthedocs.io/zh_CN/latest/google-shell-styleguide/contents.html>`_
#. `Google JSON 风格指南 <https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md>`_
#. `Google Shell 风格指南 <http://zh-google-styleguide.readthedocs.org/en/latest/google-shell-styleguide/>`_
中文版项目采用 reStructuredText 纯文本标记语法, 并使用 Sphinx 生成 HTML / CHM / PDF 等文档格式.
* 英文版项目还包含 `cpplint <https://github.com/google/styleguide/tree/gh-pages/cpplint>`_ - 一个用来帮助适应风格准则的工具, 以及 `google-c-style.el <https://raw.githubusercontent.com/google/styleguide/gh-pages/google-c-style.el>`_, Google 风格的 Emacs 配置文件.