Skip to content

Commit

Permalink
update hyper-link
Browse files Browse the repository at this point in the history
  • Loading branch information
stringtherapy committed Nov 1, 2024
1 parent 2fe980e commit d7a629b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ For faster processing of longer arrays, the `stream` method is preferred.
```python
quantumaudio.stream(data)
```
It wraps the functions provided in the module `quantumaudio.tools.stream` that help process large arrays as chunks for efficient handling. Examples of its usage can be found in the [Demos](https://github.com/moth-quantum/quantum-audio/blob/demos/) provided in the repository.
It wraps the functions provided in the module `quantumaudio.tools.stream` that help process large arrays as chunks for efficient handling. Examples of its usage can be found in the [Demos](https://github.com/moth-quantum/quantum-audio/tree/main/demos) provided in the repository.

### Running on Native Backends

Expand Down
2 changes: 1 addition & 1 deletion docs/contents/front_page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ preferred.
It wraps the functions provided in the module
``quantumaudio.tools.stream`` that help process large arrays as chunks
for efficient handling. Examples of its usage can be found in the
`Demos <https://github.com/moth-quantum/quantum-audio/blob/demos/>`__
`Demos <https://github.com/moth-quantum/quantum-audio/tree/main/demos>`__
provided in the repository.

Running on Native Backends
Expand Down

0 comments on commit d7a629b

Please sign in to comment.