From 4de59c63ad533a6ff16399fd79871d2235cde8db Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Thu, 31 Aug 2017 14:17:20 -0700 Subject: [PATCH] WIP: Updating docs (#233) * Fixed bad link * Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index c6bac5344..91d155386 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ If you are a developer using Oracle Functions through the API, this section is f * [Quickstart](https://github.com/treeder/functions#quickstart) * [Usage](usage.md) * [Writing functions](writing.md) -* [fn (CLI Tool)](/fn/README.md) +* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.md) * [Function file (func.yaml)](function-file.md) * [Packaging functions](packaging.md) * [Open Function Format](function-format.md)