Skip to content

Commit d7a629b

Browse files
committed
update hyper-link
1 parent 2fe980e commit d7a629b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ For faster processing of longer arrays, the `stream` method is preferred.
180180
```python
181181
quantumaudio.stream(data)
182182
```
183-
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.
183+
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.
184184

185185
### Running on Native Backends
186186

docs/contents/front_page.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ preferred.
136136
It wraps the functions provided in the module
137137
``quantumaudio.tools.stream`` that help process large arrays as chunks
138138
for efficient handling. Examples of its usage can be found in the
139-
`Demos <https://github.com/moth-quantum/quantum-audio/blob/demos/>`__
139+
`Demos <https://github.com/moth-quantum/quantum-audio/tree/main/demos>`__
140140
provided in the repository.
141141

142142
Running on Native Backends

0 commit comments

Comments
 (0)