From c23e171234c18b953007089cb107018c3e66c4e6 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 23 Nov 2022 11:40:38 +0100 Subject: [PATCH] docs: reference hosted docs first, source files last in the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b128ee406..494f7894e0f 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ The repository's `packages` also contains the following apps, which can be en-/d We currently publish a new release every couple of weeks, strictly following [semver](https://semver.org/). Releases and their corresponding changelogs can be found on [the release page](https://github.com/owncloud/web/releases) on GitHub. ## Documentation -The documentation is an important part of this project and can be found in the [docs](https://github.com/owncloud/web/tree/master/docs) folder, or in its deployed [live version](https://owncloud.dev/clients/web). +The documentation is an important part of this project and can be found on [owncloud.dev](https://owncloud.dev/clients/web). +If you want to contribute to the documentation you can find the source files in the [docs](https://github.com/owncloud/web/tree/master/docs) folder of this repository. ## Contribution Contribution in the form of bug reports, user feedback or actual code is always welcome! We do have a [contribution guide](https://github.com/owncloud/web/blob/master/.github/CONTRIBUTING.md), actively use the [good-first-issue](https://github.com/owncloud/web/issues?q=is%3Aopen+is%3Aissue+label%3ATopic%3Agood-first-issue) label and try to feedback on issues and pull requests in a timely manner. There is also a [setup guide](https://owncloud.dev/clients/web/getting-started/) for building and running `web` locally.