From ae61d0e0e64f440d1bf10fca9df9d71bd0cc6721 Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Mon, 12 Dec 2016 15:40:51 +0100 Subject: [PATCH] Fix TODOs in Foxx docs --- Documentation/Books/Manual/Foxx/GettingStarted.mdpp | 2 +- Documentation/Books/Manual/Foxx/Manifest.mdpp | 3 +-- Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/Books/Manual/Foxx/GettingStarted.mdpp b/Documentation/Books/Manual/Foxx/GettingStarted.mdpp index 77c28da5d4..2193b0dca1 100644 --- a/Documentation/Books/Manual/Foxx/GettingStarted.mdpp +++ b/Documentation/Books/Manual/Foxx/GettingStarted.mdpp @@ -338,4 +338,4 @@ You now know how to create a Foxx service from scratch, how to handle user input * Tired of reinventing the wheel? Learn about [dependencies](Dependencies.md). - +* Everything broken? You can [write tests] (Testing.md) to make sure your logic remains sound. diff --git a/Documentation/Books/Manual/Foxx/Manifest.mdpp b/Documentation/Books/Manual/Foxx/Manifest.mdpp index d60e5247dc..9b9579d385 100644 --- a/Documentation/Books/Manual/Foxx/Manifest.mdpp +++ b/Documentation/Books/Manual/Foxx/Manifest.mdpp @@ -32,7 +32,6 @@ Every service comes with a `manifest.json` file providing metadata. The followin * **dependencies**: `Object` (optional) and **provides**: `Object` (optional) Objects specifying other services this service has as [dependencies](Dependencies.md) and what dependencies it can provide to other services. - * **engines**: `Object` (optional) @@ -78,7 +77,7 @@ Every service comes with a `manifest.json` file providing metadata. The followin * **tests**: `string` or `Array` (optional) - A path or list of paths of JavaScript tests provided for this service. + A path or list of paths of [JavaScript tests](Testing.md) provided for this service. Additionally manifests can provide the following metadata: diff --git a/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp b/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp index 6c185273fe..3e6e2eb99d 100644 --- a/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp +++ b/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp @@ -1,7 +1,7 @@ Auth and OAuth2 =============== -The `util-simple-auth` and `util-oauth2` Foxx services have been replaced with the [Foxx auth](../Auth.md) and Foxx OAuth2 modules. It is no longer necessary to install these services as dependencies in order to use the functionality. +The `util-simple-auth` and `util-oauth2` Foxx services have been replaced with the [Foxx auth](../Auth.md) and [Foxx OAuth2](../OAuth2.md) modules. It is no longer necessary to install these services as dependencies in order to use the functionality. Old: