From fed54bdb5970e63bee3e7dea08e85fe2833c17d3 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sat, 27 Dec 2014 23:35:18 +0000 Subject: [PATCH] Updated menu --- _data/menu.yml | 2 +- auth-server-custom-token-types.md => token-types.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename auth-server-custom-token-types.md => token-types.md (100%) diff --git a/_data/menu.yml b/_data/menu.yml index 2105702e..31425371 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -12,7 +12,7 @@ Authorization Server: 'Server Customisation': '/authorization-server/customisation/' 'Events': '/authorization-server/events/' 'Custom token identifier generator': '/authorization-server/custom-token-identifier-generator/' - 'Custom token types': '/authorization-server/custom-token-types/' + 'Token types': '/token-types/' 'Custom grants': '/authorization-server/custom-grants/' Resource Server: 'Securing your API': '/resource-server/securing-your-api/' \ No newline at end of file diff --git a/auth-server-custom-token-types.md b/token-types.md similarity index 100% rename from auth-server-custom-token-types.md rename to token-types.md