From 13d2185fb6ae10999383a56741869992faf2e896 Mon Sep 17 00:00:00 2001 From: Wiiliam Chang Date: Sun, 3 Dec 2017 17:20:41 +0800 Subject: [PATCH] Update the example README.md --- docs/examples/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/README.md b/docs/examples/README.md index d582d1102..769167d6d 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -8,24 +8,24 @@ trying them. Name | Description | Complexity Level -----| ----------- | ---------------- -Static-ip | a single ingress gets a single static ip | Intermediate +[Static-ip](static-ip/README.md) | a single ingress gets a single static ip | Intermediate ## Algorithms Name | Description | Complexity Level -----| ----------- | ---------------- -Session stickyness | route requests consistently to the same endpoint | Advanced +[Session stickyness](affinity/cookie/README.md) | route requests consistently to the same endpoint | Advanced ## Auth Name | Description | Complexity Level -----| ----------- | ---------------- -Basic auth | password protect your website | nginx | Intermediate +[Basic auth](auth/basic/README.md) | password protect your website | nginx | Intermediate [External auth plugin](external-auth/README.md) | defer to an external auth service | Intermediate ## Customization Name | Description | Complexity Level -----| ----------- | ---------------- -configuration-snippets | customize nginx location configuration using annotations | Advanced -custom-headers | set custom headers before send traffic to backends | Advanced +[configuration-snippets](customization/configuration-snippets/README.md) | customize nginx location configuration using annotations | Advanced +[custom-headers](customization/custom-headers/README.md) | set custom headers before send traffic to backends | Advanced