Skip to content

Commit

Permalink
docs: fix broken links in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
TE-KazuhiroYabe authored Jun 14, 2024
1 parent 5ca1449 commit 3a0bfe4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ toio.py は Pythonista3 上で動作します。

セットアップの方法とチュートリアルの実行については下記を参照してください。

- [セットアップガイド (日本語)](./blob/main/SETUP_GUIDE.ja.md)
- [セットアップガイド (英語)](./blob/main/SETUP_GUIDE.en.md)
- [セットアップガイド (日本語)](./SETUP_GUIDE.ja.md)
- [セットアップガイド (英語)](./SETUP_GUIDE.en.md)


---

## SimpleCube API

簡単に toio コアキューブを制御するための SimpleCube API に関する情報は[SIMPLE_API.ja.md](./blob/main/SIMPLE_API.ja.md)を参照してください。
簡単に toio コアキューブを制御するための SimpleCube API に関する情報は[SIMPLE_API.ja.md](./SIMPLE_API.ja.md)を参照してください。

- [SIMPLE_API.ja.md (日本語)](./blob/main/SIMPLE_API.ja.md)
- [SIMPLE_API.en.md (英語)](./blob/main/SIMPLE_API.en.md)
- [SIMPLE_API.ja.md (日本語)](./SIMPLE_API.ja.md)
- [SIMPLE_API.en.md (英語)](./SIMPLE_API.en.md)

---

Expand Down Expand Up @@ -315,7 +315,7 @@ if __name__ == "__main__":
asyncio.run(read_id())
```

Ctrl-C が押されるまで ID 情報を表示し続ける完全なコードは [examples/read_position.py](https://github.com/toio/toio.py/blob/main/examples/read_position.py) です。
Ctrl-C が押されるまで ID 情報を表示し続ける完全なコードは [examples/read_position.py](./examples/read_position.py) です。

### モーター制御

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a library for controlling [toio™Core Cube](https://toio.io/platform/cu

Based on [toio Core Cube Specifications](https://toio.github.io/toio-spec/en/) v2.4.0.

**(日本語版 README.md は[こちら](./blob/main/README.ja.md)**
**(日本語版 README.md は[こちら](./README.ja.md)**

## Features

Expand Down Expand Up @@ -43,18 +43,18 @@ toio.py works on Pythonista3.

See below for instructions on how to set up and run the tutorial.

- [Setup Guide (English)](./blob/main/SETUP_GUIDE.en.md)
- [Setup Guide (Japanese)](./blob/main/SETUP_GUIDE.ja.md)
- [Setup Guide (Chinese)](./blob/main/SETUP_GUIDE.zh.md)
- [Setup Guide (English)](./SETUP_GUIDE.en.md)
- [Setup Guide (Japanese)](./SETUP_GUIDE.ja.md)
- [Setup Guide (Chinese)](./SETUP_GUIDE.zh.md)

---

## SimpleCube API

See [SIMPLE_API.en.md](./blob/main/SIMPLE_API.en.md) for information on the SimpleCube API for easily controlling toio Core Cubes.
See [SIMPLE_API.en.md](./SIMPLE_API.en.md) for information on the SimpleCube API for easily controlling toio Core Cubes.

- [SIMPLE_API.en.md (English)](./blob/main/SIMPLE_API.en.md)
- [SIMPLE_API.ja.md (Japanese)](./blob/main/SIMPLE_API.ja.md)
- [SIMPLE_API.en.md (English)](./SIMPLE_API.en.md)
- [SIMPLE_API.ja.md (Japanese)](./SIMPLE_API.ja.md)

---

Expand Down Expand Up @@ -317,7 +317,7 @@ if __name__ == "__main__":
asyncio.run(read_id())
```

The complete code that keeps displaying ID information until Ctrl-C is pressed is [examples/read_position.py](https://github.com/toio/toio.py/blob/main/examples/read_position.py).
The complete code that keeps displaying ID information until Ctrl-C is pressed is [examples/read_position.py](./examples/read_position.py).

### Motor control

Expand Down

0 comments on commit 3a0bfe4

Please sign in to comment.