From 497b2765b9bc3d2a4aa4bc582dd8e6f456b47837 Mon Sep 17 00:00:00 2001 From: Mason McGlothlin Date: Fri, 23 Dec 2022 14:34:14 -0600 Subject: [PATCH] Correct path to installation guide (#8948) * Correct path to installation guide The installation guide link was broken. Updated it to the correct location. * Fix docs links to not include docs subdomain --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1963ba526d..2362741b47 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,16 @@ Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest! -For further details, please see [our documentation page](https://docs.jellyfin.org/). To receive the latest updates, get help with Jellyfin, and join the community, please visit [one of our communication channels](https://docs.jellyfin.org/general/getting-help.html). For more information about the project, please see our [about page](https://docs.jellyfin.org/general/about.html). +For further details, please see [our documentation page](https://jellyfin.org/docs/). To receive the latest updates, get help with Jellyfin, and join the community, please visit [one of our communication channels](https://jellyfin.org/docs/general/getting-help). For more information about the project, please see our [about page](https://jellyfin.org/docs/general/about). Want to get started?
-Check out our downloads page or our installation guide, then see our quick start guide. You can also build from source.
+Check out our downloads page or our installation guide, then see our quick start guide. You can also build from source.
Something not working right?
-Open an Issue on GitHub.
+Open an Issue on GitHub.
Want to contribute?
-Check out our contributing choose-your-own-adventure to see where you can help, then see our contributing guide and our community standards.
+Check out our contributing choose-your-own-adventure to see where you can help, then see our contributing guide and our community standards.
New idea or improvement?
Check out our feature request hub.