Repository: nifi-site Updated Branches: refs/heads/master f4987c1cb -> 001c2421c
NIFI-1122 adding faq reference Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/001c2421 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/001c2421 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/001c2421 Branch: refs/heads/master Commit: 001c2421c51df098f0829178ea515807b94eb019 Parents: f4987c1 Author: joewitt <[email protected]> Authored: Mon Dec 14 07:23:12 2015 -0500 Committer: joewitt <[email protected]> Committed: Mon Dec 14 07:23:12 2015 -0500 ---------------------------------------------------------------------- src/pages/html/faq.hbs | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/001c2421/src/pages/html/faq.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/faq.hbs b/src/pages/html/faq.hbs index eaf0d1b..2d725b7 100644 --- a/src/pages/html/faq.hbs +++ b/src/pages/html/faq.hbs @@ -19,6 +19,10 @@ title: Apache NiFi FAQs <p class="description"><b>How do you pronounce NiFi?</b></p> <p class="description">"nye fye" (nī fī) is the preferred pronunciation.</p> </li> + <li> + <p class="description"><b>Where can I find a more detailed and up to date FAQ?</b></p> + <p class="description"><a href="https://cwiki.apache.org/confluence/display/NIFI/FAQs">NiFi FAQ Wiki</a></p> + </li> <li> <p class="description"><b>Where can I find documentation on how to understand and configure NiFi?</b></p> <ul>
