mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Fix relative links to PTY and Terminal diagrams
This commit is contained in:
parent
6f89edc14e
commit
d967fe6327
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ See issue [\#25](https://github.com/lihop/godot-xterm/issues/25).
|
|||
|
||||
## Overview
|
||||
|
||||
![PTY Diagram](/media/pty_diagram.png)
|
||||
![PTY Diagram](../media/pty_diagram.png)
|
||||
<sub>"PTY Diagram" is a derivative of [Termios-script-diagram.svg](https://commons.wikimedia.org/wiki/File:Termios-script-diagram.svg) by [Krishnavedala](https://en.wikipedia.org/wiki/User:Krishnavedala?rdfrom=commons:User:Krishnavedala), used under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/).
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ For an exhaustive list of terminal control sequences (not all of which are suppo
|
|||
|
||||
|
||||
## Overview
|
||||
![Terminal Flow Diagram](/media/flow_diagram.svg)
|
||||
![Terminal Flow Diagram](../media/flow_diagram.svg)
|
||||
<sub>"Terminal Flow Diagram" is a derivative of ["computer keyboard 2"](https://openclipart.org/detail/2396/computer-keyboard-2) and ["monitor"](https://openclipart.org/detail/1637/monitor), from U.S. patent drawings, uploaded by [johnny_automatic](https://openclipart.org/artist/johnny_automatic), used under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/).<sub/>
|
||||
|
||||
### (1) User Input
|
||||
|
|
Loading…
Reference in a new issue