From 0f9a14ae3adbf9de8f5aaad67a18f14189e48b44 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 13 Dec 2017 00:08:31 +0100 Subject: [PATCH] upd: notice.api:3.0 (fix existing references) --- notice/api/3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notice/api/3.0.md b/notice/api/3.0.md index 1627630..ff37688 100644 --- a/notice/api/3.0.md +++ b/notice/api/3.0.md @@ -61,11 +61,11 @@ The aim of this package is to make your life easier working with APIs and intern Things you **have** to do : - write the configuration file (cf. [configuration](#iii-configuration)) -- implement your authentication system (cf. [AuthSystem](#1-permissions--authsystem)) +- implement your authentication system (cf. [AuthSystem](#1---permissions--authsystem)) - implement your processes (obviously) Things you **don't have** to do : -- input type check (cf. [Checker](#4-checker)) +- input type check (cf. [Checker](#V-type-checker)) - multiple permission management - optional or required input - multipart and file input