From e5e9a74c6602291408b742242cbeb18dbd864eab Mon Sep 17 00:00:00 2001 From: Ibrahim Almuqrin Date: Sun, 22 Mar 2020 22:45:45 +0300 Subject: [PATCH] docs: Fix link in faq.md (#363) Changed `docs/....` to `/docs/....` --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index cc9929e..f6e9baa 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -18,7 +18,7 @@ Explicit examples for the above points can be found in the [Nginx configuration] ### Can I run custom verification/authentication checks before an upload begins? -Yes, this is made possible by the [hook system](/docs/hooks.md) inside the tusd binary. It enables custom routines to be executed when certain events occurs, such as a new upload being created which can be handled by the `pre-create` hook. Inside the corresponding hook file, you can run your own validations against the provided upload metadata to determine whether the action is actually allowed or should be rejected by tusd. Please have a look at the [corresponding documentation](docs/hooks.md#pre-create) for a more detailed explanation. +Yes, this is made possible by the [hook system](/docs/hooks.md) inside the tusd binary. It enables custom routines to be executed when certain events occurs, such as a new upload being created which can be handled by the `pre-create` hook. Inside the corresponding hook file, you can run your own validations against the provided upload metadata to determine whether the action is actually allowed or should be rejected by tusd. Please have a look at the [corresponding documentation](/docs/hooks.md#pre-create) for a more detailed explanation. ### Can I run tusd inside a VM/Vagrant/VirtualBox?