Skip to content

Commit

Permalink
docs: updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Oct 25, 2023
1 parent 7f8435a commit 732c05c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions documentation/UniversalRemotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each signal is recorded using the following algorithm:

The signal names are self-explanatory. Remember to make sure that every recorded signal does what it's supposed to.

If everything checks out, append these signals **to the end** of the [TV universal remote file](/assets/resources/infrared/assets/tv.ir).
If everything checks out, append these signals **to the end** of the [TV universal remote file](/applications/main/infrared/resources/infrared/assets/tv.ir).

## Audio players

Expand All @@ -23,7 +23,7 @@ The signal names are self-explanatory.
On many remotes, the `Play` button doubles as `Pause`. In this case, record it as `Play` omitting the `Pause`.
Make sure that every signal does what it's supposed to.

If everything checks out, append these signals **to the end** of the [audio player universal remote file](/assets/resources/infrared/assets/audio.ir).
If everything checks out, append these signals **to the end** of the [audio player universal remote file](/applications/main/infrared/resources/infrared/assets/audio.ir).

## Projectors

Expand Down Expand Up @@ -67,7 +67,7 @@ Finally, record the `Off` signal:
The resulting remote file should now contain 6 signals. You can omit any of them, but you then won't be able to use their functionality.
Test the file against the actual device. Make sure that every signal does what it's supposed to.

If everything checks out, append these signals **to the end** of the [A/C universal remote file](/assets/resources/infrared/assets/ac.ir).
If everything checks out, append these signals **to the end** of the [A/C universal remote file](/applications/main/infrared/resources/infrared/assets/ac.ir).

## Final steps

Expand Down
6 changes: 3 additions & 3 deletions documentation/file_formats/InfraredFileFormats.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Known protocols are represented in the `parsed` form, whereas non-recognized sig

### Examples

- [TV Universal Library](/assets/resources/infrared/assets/tv.ir)
- [A/C Universal Library](/assets/resources/infrared/assets/ac.ir)
- [Audio Universal Library](/assets/resources/infrared/assets/audio.ir)
- [TV Universal Library](/applications/main/infrared/resources/infrared/assets/tv.ir)
- [A/C Universal Library](/applications/main/infrared/resources/infrared/assets/ac.ir)
- [Audio Universal Library](/applications/main/infrared/resources/infrared/assets/audio.ir)

### Description

Expand Down
4 changes: 2 additions & 2 deletions scripts/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ ob.py set

# Assets delivery

Run in the root folder of the repo:
Build the firmware and run in the root folder of the repo:

```bash
python scripts/storage.py -p <flipper_cli_port> send assets/resources /ext
python scripts/storage.py -p <flipper_cli_port> send build/latest/resources /ext
```


Expand Down

0 comments on commit 732c05c

Please sign in to comment.