From e589396be2e8fcd7efd482cc3f6e7090493a6d36 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 13 Apr 2021 12:15:14 -0700 Subject: [PATCH 1/3] Fixes links from readme to docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90d3ad46..3b0c2e8b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can request an invite by entering your email address at https://bookwyrm.soc ## Contributing -See [contributing](https://docs.joinbookwyrm.com/contributing.html) for code, translation or monetary contributions. +See [contributing](https://docs.joinbookwyrm.com/how-to-contribute.html) for code, translation or monetary contributions. ## About BookWyrm ### What it is and isn't @@ -82,4 +82,4 @@ Deployment The application is set up to share book and author data between instances, and get book data from arbitrary outside sources. Right now, the only connector is to OpenLibrary, but other connectors could be written. ## Set up Bookwyrm -See the [installation instructions](https://docs.joinbookwyrm.com/developer-environment.html) on how to set up Bookwyrm in developer environment or production. +The documentation website has instruction on how to set up Bookwyrm in [developer environment](https://docs.joinbookwyrm.com/developer-environment.html) or [production](https://docs.joinbookwyrm.com/installing-in-production.html). From df258859fef9909026a506e6bceaece9797ab6ac Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 13 Apr 2021 12:16:19 -0700 Subject: [PATCH 2/3] more links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0c2e8b..5aa92763 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ Deployment The application is set up to share book and author data between instances, and get book data from arbitrary outside sources. Right now, the only connector is to OpenLibrary, but other connectors could be written. ## Set up Bookwyrm -The documentation website has instruction on how to set up Bookwyrm in [developer environment](https://docs.joinbookwyrm.com/developer-environment.html) or [production](https://docs.joinbookwyrm.com/installing-in-production.html). +The [documentation website](https://docs.joinbookwyrm.com/) has instruction on how to set up Bookwyrm in [developer environment](https://docs.joinbookwyrm.com/developer-environment.html) or [production](https://docs.joinbookwyrm.com/installing-in-production.html). From 3c82d05b3bafe9f5d825c38f43b317c5b43fc5c2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 13 Apr 2021 12:17:07 -0700 Subject: [PATCH 3/3] wording fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aa92763..161f91b9 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ Deployment The application is set up to share book and author data between instances, and get book data from arbitrary outside sources. Right now, the only connector is to OpenLibrary, but other connectors could be written. ## Set up Bookwyrm -The [documentation website](https://docs.joinbookwyrm.com/) has instruction on how to set up Bookwyrm in [developer environment](https://docs.joinbookwyrm.com/developer-environment.html) or [production](https://docs.joinbookwyrm.com/installing-in-production.html). +The [documentation website](https://docs.joinbookwyrm.com/) has instruction on how to set up Bookwyrm in a [developer environment](https://docs.joinbookwyrm.com/developer-environment.html) or [production](https://docs.joinbookwyrm.com/installing-in-production.html).