From 1162aca4704c85cbad2b77d630c7018ba37e71f5 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 6 Mar 2017 15:58:36 +0100 Subject: [PATCH] correct link from old to new documentation --- doc/book/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/usage.md b/doc/book/usage.md index d787906..08c71c9 100644 --- a/doc/book/usage.md +++ b/doc/book/usage.md @@ -44,5 +44,5 @@ you will use the combination of: > > [zend-form](https://github.com/zendframework/zend-form) contains integration > with zend-captcha via the class `Zend\Form\Element\Captcha`; read the -> [documentation on the CAPTCHA form element](http://framework.zend.com/manual/current/en/modules/zend.form.elements.html#captcha) +> [documentation on the CAPTCHA form element](https://docs.zendframework.com/zend-form/element/captcha/) > for more details.