diff --git a/docs/javascript-sdk/tutorials/push-audio-get-realtime-data.md b/docs/javascript-sdk/tutorials/push-audio-get-realtime-data.md
index 9ae7ce20..486a9ab7 100644
--- a/docs/javascript-sdk/tutorials/push-audio-get-realtime-data.md
+++ b/docs/javascript-sdk/tutorials/push-audio-get-realtime-data.md
@@ -48,7 +48,8 @@ To get this example running, you need to install the node packages `@symblai/sym
`mic` also requires you to install `sox`. To install `sox` choose the option which fits your operating system:
**Mac**: `brew install sox`
-**Windows and Linux**: [Installation of SoX on different Platforms](https://at.projects.genivi.org/wiki/display/PROJ/Installation+of+SoX+on+different+Platforms)
+**Linux**: Available in your distro's package manager (e.g., `apt install sox`)
+**Windows**: [Installation of SoX, and PATH updates](https://github.com/JoFrhwld/FAVE/wiki/Sox-on-Windows)
```javascript
const {sdk} = require('@symblai/symbl-js');