Skip to content

Commit 088c005

Browse files
authored
Markdown link parsing doesn't accept slashes (#176)
1 parent 54cb597 commit 088c005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/middleware/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Session middleware for Echo"
66
parent = "middleware"
77
+++
88

9-
Session middleware facilitates HTTP session management backed by [gorilla/sessions]
9+
Session middleware facilitates HTTP session management backed by [gorilla sessions]
1010
(https://github.com/gorilla/sessions). The default implementation provides cookie and
1111
filesystem based session store; however, you can take advantage of [community maintained
1212
implementation](https://github.com/gorilla/sessions#store-implementations) for various backends.

0 commit comments

Comments
 (0)