Skip to content

Commit

Permalink
Fix svg links (#4451)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaksenov committed Aug 19, 2024
1 parent 61fdb4e commit 0190f4e
Show file tree
Hide file tree
Showing 94 changed files with 569 additions and 569 deletions.
8 changes: 4 additions & 4 deletions doc/reference/internals/iproto/images/auth.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ skinparam {
json "**IPROTO_AUTH**" as auth_request {
"Size": "MP_UINT",
"Header": {
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_AUTH",
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_AUTH",
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
},
"Body": {
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_USER_NAME]]": "MP_STR",
"[[https://tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_TUPLE]]": {
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_USER_NAME]]": "MP_STR",
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_TUPLE]]": {
"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]]"
}
}
Expand Down
10 changes: 5 additions & 5 deletions doc/reference/internals/iproto/images/auth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/reference/internals/iproto/images/body.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skinparam {
}

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

@enduml
4 changes: 2 additions & 2 deletions doc/reference/internals/iproto/images/body.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0190f4e

Please sign in to comment.