From e7b36719726d61669f73496d37e74debce4a5c10 Mon Sep 17 00:00:00 2001 From: Chad Arimura Date: Tue, 23 Apr 2019 08:45:33 -0700 Subject: [PATCH] Update link to official tutorial This goes along with https://github.com/fnproject/docs/pull/58 I think we are moving to tutorials and away from the fdk docs inside docs repo. That'll eliminate a lot of duplication. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9bcc06..dc1d9424 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ New to Fn Project? If you want to learn more about using the Fn Project to power ## Using the Java FDK -For detailed instructions on using the Java FDK to build and deploy Java functions to Fn, please see the official Java FDK developer guide in our docs repo here: https://github.com/fnproject/docs/blob/master/fdks/fdk-java/README.md. +For detailed instructions on using the Java FDK to build and deploy Java functions to Fn, please see the official Java FDK developer guide in our docs repo here: https://fnproject.io/tutorials/JavaFDKIntroduction/. ## Contributing to the Java FDK