diff --git a/docs/user-facing/communication-and-security/matrix.md b/docs/user-facing/communication-and-security/matrix.md index 855da12..c6c6f35 100644 --- a/docs/user-facing/communication-and-security/matrix.md +++ b/docs/user-facing/communication-and-security/matrix.md @@ -68,6 +68,7 @@ For reference or advanced client setup, here are the service endpoints powering | **Homeserver (Synapse)** | `https://starling.mynest.love` | Handles chat messages and room routing | | **Authentication Service (MAS)** | `https://mas.mynest.love` | Manages OAuth2 authentication flows | | **Matrix RTC (LiveKit)** | `https://matrix-rtc.mynest.love` | Powers high-quality voice and video calls | +| **Synapse Official Docs** | [Synapse Docs](https://element-hq.github.io/synapse/latest/) | Docs for the synapse homeserver | | **Matrix Official Docs** | [Matrix Docs](https://matrix.org/docs/chat_basics/matrix-for-im/) | Matrix Foundation Official Docs | --- diff --git a/docs/user-facing/media-and-entertainment/droppedneedle.md b/docs/user-facing/media-and-entertainment/droppedneedle.md index b0d89b7..b706716 100644 --- a/docs/user-facing/media-and-entertainment/droppedneedle.md +++ b/docs/user-facing/media-and-entertainment/droppedneedle.md @@ -18,7 +18,7 @@ DroppedNeedle acts as a **Subsonic-compatible music server**. This means you can stream music directly in your Web browser or connect any Subsonic-supported mobile application! * **Web Player:** Stream lossless audio directly from your Web browser with no setup required. -* **Mobile Apps:** Choose from any [Subsonic-compatible client](https://www.subsonic.org/pages/apps.jsp) (such as Symfonium, Feishin, or Ample) to stream on iOS or Android. +* **Mobile Apps:** Choose from any Subsonic-compatible client (such as Symfonium, Feishin, or Ample) to stream on iOS or Android. * **Automated Transcoding:** High-fidelity FLAC files are automatically transcoded to high-efficiency **160 kbps Opus** when streaming to save mobile data and storage space. ---