From b3cd2a0fe28a2c2c84f56b42ba129d18b16cefa7 Mon Sep 17 00:00:00 2001 From: Nando Kartoredjo Date: Wed, 13 Mar 2019 13:02:35 +0100 Subject: [PATCH] Fix link to the documentation Changed the link by removing the "index" from the URL. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b25ea1de2..f257418e7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -7,7 +7,7 @@ **A:** It depends on what exactly [xyz] is. POCO community is more than happy to help newcomers and experienced C++ programmers alike. There are, however, certain limitations as to how far we are willing to go as well as expectations we have for people asking questions: - - First and foremost, read the relevant [documentation](http://pocoproject.org/documentation/index.html) + - First and foremost, read the relevant [documentation](http://pocoproject.org/documentation.html) - Please be patient and respectful; we answer questions free of charge and our time is at least as valuable as yours.