Update 修复 REAMD 中的错误链接

This commit is contained in:
iyongliang 2024-12-08 14:51:35 +08:00
parent aaf4081692
commit 9850021cac
4 changed files with 8 additions and 5 deletions

View File

@ -29,17 +29,17 @@ Google 开源项目风格指南——中文版
#. `Google Python 风格指南 <https://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/>`_
#. `Google JavaScript 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-javascript-styleguide/contents/>`_
#. `Google JavaScript 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-javascript-styleguide/>`_
#. `Google Shell 风格指南 <https://zh-google-styleguide.readthedocs.org/en/latest/google-shell-styleguide/>`_
#. `Google JSON 风格指南 <https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md>`_
#. `Google JSON 风格指南 <https://zh-google-styleguide.readthedocs.org/en/latest/google-shell-styleguide/>`_
#. `Google TypeScript 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-typescript-styleguide/contents/>`_
#. `Google TypeScript 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-typescript-styleguide/>`_
#. `Google HTML/CSS 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-html-css-styleguide/contents/>`_
#. `Google HTML/CSS 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-html-css-styleguide/>`_
#. `Google Java 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-java-styleguide/contents/>`_
#. `Google Java 风格指南 <https://zh-google-styleguide.readthedocs.io/en/latest/google-java-styleguide/>`_
中文版项目采用 reStructuredText 纯文本标记语法,并使用 Sphinx 生成 HTML / CHM / PDF 等文档格式。

View File

@ -5,6 +5,7 @@ HTML/CSS 风格指南 - 内容目录
.. toctree::
index
background
general_style_rules
general_formatting_rules

View File

@ -7,6 +7,7 @@ Javascript 风格指南 - 内容目录
.. toctree::
index
background
javascript_language_rules.rst
javascript_style_rules.rst

View File

@ -6,6 +6,7 @@ TypeScript 风格指南
:maxdepth: 2
:numbered:
index
introduction
syntax
language