From fb8d71cff87c9b2b66411a5a20cda8b0e9f3a429 Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Mon, 20 Jul 2020 12:28:57 +0300 Subject: [PATCH 1/2] Read Me: add link to documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 825477dc..b42a00f5 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,10 @@ If you want to add annotators/annotation approvers, see [Frequently Asked Questi > [^1]: (1) EC2 KeyPair cannot be created automatically, so make sure you have an existing EC2 KeyPair in one region. Or [create one yourself](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#having-ec2-create-your-key-pair). (2) If you want to access doccano via HTTPS in AWS, here is an [instruction](https://github.com/doccano/doccano/wiki/HTTPS-setting-for-doccano-in-AWS). > [^2]: Although this is a very cheap option, it is only suitable for very small teams (up to 80 concurrent requests). Read more on [Cloud Run docs](https://cloud.google.com/run/docs/concepts). +## Documentation + +See [here](./docs). + ## Contribution As with any software, doccano is under continuous development. If you have requests for features, please file an issue describing your request. Also, if you want to see work towards a specific feature, feel free to contribute by working towards it. The standard procedure is to fork the repository, add a feature, fix a bug, then file a pull request that your changes are to be merged into the main repository and included in the next release. From 0c2293cd2d13bcce665d45eedef7ff1bb8ec9d63 Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Mon, 20 Jul 2020 12:44:18 +0300 Subject: [PATCH 2/2] Replace link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b42a00f5..bae72ccf 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ If you want to add annotators/annotation approvers, see [Frequently Asked Questi ## Documentation -See [here](./docs). +See [here](https://doccano.github.io/doccano/). ## Contribution