Skip to content

Commit 0190f4e

Browse files
Fix svg links (#4451)
1 parent 61fdb4e commit 0190f4e

File tree

94 files changed

+569
-569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+569
-569
lines changed

doc/reference/internals/iproto/images/auth.puml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ skinparam {
1010
json "**IPROTO_AUTH**" as auth_request {
1111
"Size": "MP_UINT",
1212
"Header": {
13-
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_AUTH",
14-
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
13+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_AUTH",
14+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
1515
},
1616
"Body": {
17-
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_USER_NAME]]": "MP_STR",
18-
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_TUPLE]]": {
17+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_USER_NAME]]": "MP_STR",
18+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_TUPLE]]": {
1919
"MP_ARRAY": "[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/authentication Authentication mechanism]], [[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/authentication scramble]]"
2020
}
2121
}

doc/reference/internals/iproto/images/auth.svg

+5-5
Loading

doc/reference/internals/iproto/images/body.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ skinparam {
88
}
99

1010
map "**Body**" as Body {
11-
[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_DATA]] => MP_OBJECT
11+
[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_DATA]] => MP_OBJECT
1212
}
1313

1414
@enduml

doc/reference/internals/iproto/images/body.svg

+2-2
Loading

0 commit comments

Comments
 (0)