Skip to content

Commit b07a532

Browse files
committed
Fix links
1 parent 632540a commit b07a532

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/contributing/docs/style.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Lists and tables help split heavy content into manageable chunks.
106106

107107
To make tables maintainable and easy to translate,
108108
use the ``list-table`` directive, as described in the Tarantool
109-
:doc:`table markup reference <contributing/docs/markup/tables>`__.
109+
:doc:`table markup reference </contributing/docs/markup/tables>`__.
110110

111111
Translators find it hard to work with content "drawn" with ASCII characters,
112112
because it requires adjusting the number of spaces and manually counting characters.
@@ -129,9 +129,10 @@ Format large code fragments using the ``code-block`` directive, indicating the l
129129
For ``shorter code snippets``, make sure that only code goes in the backticks.
130130
Non-code shouldn't be formatted as code, because this confuses users (and translators, too).
131131
Check our guidelines on
132-
`writing about code <https://www.tarantool.io/en/doc/latest/contributing/docs/markup/code/>`__.
132+
:doc:`writing about code </contributing/docs/markup/code/>`.
133133

134-
For more on formatting, check out the full :doc:`markup reference <contributing/docs/markup>`.
134+
For more about formatting, check out the Tarantool
135+
:doc:`markup reference </contributing/docs/markup/>`.
135136

136137

137138
Word choice

0 commit comments

Comments
 (0)