From c79d867384742dc1c6c53754a6ef2b9893b3b03d Mon Sep 17 00:00:00 2001 From: Chad Arimura Date: Wed, 6 Sep 2017 08:23:49 -0700 Subject: [PATCH] minor doc tweaks --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 91d155386..b43afb6f1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,17 +1,17 @@ -# Oracle Functions Documentation +# Fn Documentation ## For Developers -If you are a developer using Oracle Functions through the API, this section is for you. +If you are a developer using Fn through the API, this section is for you. -* [Quickstart](https://github.com/treeder/functions#quickstart) +* [Quickstart](https://github.com/fnproject/fn) * [Usage](usage.md) * [Writing functions](writing.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) -* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/treeder/functions/master/docs/swagger.yml) +* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger.yml?token=AAFp-BC7bv6KA3TJYwSdf3vEP-0u4Pbdks5ZuU1RwA%3D%3D) * [Hot functions](hot-functions.md) * [Async functions](async.md) * [FAQ](faq.md)