Skip to content

Commit

Permalink
[v0.1.1] Merge branch 'hotfix/docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoros committed Nov 2, 2021
2 parents 0185967 + de5bca2 commit 17265f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ To see the changes in different versions of JTerminal, you can read the [release
If you encounter a bug or vulnerability, please read the [issue policy](https://github.com/shuoros/JTerminal/blob/main/ISSUES.md).

## Documentation
To learn how to work with JTerminal, please take a look at the [/doc](https://github.com/shuoros/JTerminal/blob/main/doc) folder.
To learn how to work with JTerminal, please take a look at the [/doc](https://github.com/shuoros/JTerminal/tree/main/doc) folder.
4 changes: 2 additions & 2 deletions doc/APIs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documentation > APIs

- [defaults](https://github.com/shuoros/JTerminal/blob/main/doc/apis/00defaults.md)
- [print and println](https://github.com/shuoros/JTerminal/blob/main/doc/apis/01print.md)
- [defaults](https://github.com/shuoros/JTerminal/blob/main/doc/APIs/00defaults.md)
- [print and println](https://github.com/shuoros/JTerminal/blob/main/doc/APIs/01print.md)
2 changes: 1 addition & 1 deletion doc/Colors/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documentation > Colors

- [Cheat Sheet](https://github.com/shuoros/JTerminal/blob/main/doc/colors/00cheatsheet.md)
- [Cheat Sheet](https://github.com/shuoros/JTerminal/blob/main/doc/Colors/00cheatsheet.md)
- [Xterm colors](https://github.com/shuoros/JTerminal/blob/main/doc/colors/01xterm.md)
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

## Table of content

- [APIs](https://github.com/shuoros/JTerminal/blob/main/doc/apis)
- [Colors](https://github.com/shuoros/JTerminal/blob/main/doc/colors)
- [APIs](https://github.com/shuoros/JTerminal/tree/main/doc/APIs)
- [Colors](https://github.com/shuoros/JTerminal/tree/main/doc/Colors)

0 comments on commit 17265f4

Please sign in to comment.