From 791fd7ac3d3add2ea1f3ba9ca34ce36de6b3bbac Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 7 Jun 2020 15:47:02 +0300 Subject: [PATCH] minor: fix two broken example links Former-commit-id: 4b102ed9e2b3e78b133d00f253eac86d66a77b6e --- _examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_examples/README.md b/_examples/README.md index d44f4ece..f96e8420 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -112,7 +112,7 @@ * [Request ID](https://github.com/kataras/iris/blob/master/middleware/requestid/requestid_test.go) * [Request Rate Limit](request-ratelimit/main.go) * [Request Referrer](request-referrer/main.go) -* [Webassembly](webassembly/basic/main.go) +* [Webassembly](webassembly/main.go) * Request Body * [Bind JSON](request-body/read-json/main.go) * * [Struct Validation](request-body/read-json-struct-validation/main.go) @@ -135,8 +135,8 @@ * [SSE](response-writer/sse/main.go) * [SSE (third-party package usage for server sent events)](response-writer/sse-third-party/main.go) * Cache - * [Simple](response-writer/simple/main.go) - * [Client-Side (304)](response-writer/client-side/main.go) + * [Simple](response-writer/cache/simple/main.go) + * [Client-Side (304)](response-writer/cache/client-side/main.go) * Localization and Internationalization * [i18n](i18n/main.go) * Authentication, Authorization & Bot Detection