From e6eeace5d5be15d2ffec7636de31861984feb5bc Mon Sep 17 00:00:00 2001 From: liuliu <44393673+liuliuOD@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:00:43 +0800 Subject: [PATCH] doc: modify link format of README.md in auth/casbin (#617) --- auth/casbin/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth/casbin/README.md b/auth/casbin/README.md index 2c3e24c..68d7131 100644 --- a/auth/casbin/README.md +++ b/auth/casbin/README.md @@ -19,7 +19,9 @@ cargo run (or ``cargo watch -x run``) # Started http server: 127.0.0.1:8080 ``` -In this example, you can get the successful result at `http://localhost:8080/success` (accessible) and the failed result at `http://localhost:8080/fail` (inaccessible, `ERR_EMPTY_RESPONSE`). +In this example, you can get the: +- successful result at [http://localhost:8080/success](http://localhost:8080/success) (accessible) +- failed result at [http://localhost:8080/fail](http://localhost:8080/fail) (inaccessible, `ERR_EMPTY_RESPONSE`). ## Others