Skip to content

Commit

Permalink
doc: 调整文档中的链接写法
Browse files Browse the repository at this point in the history
  • Loading branch information
zenglingji committed Oct 15, 2021
1 parent 7e41dcd commit c085d69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a simple HTTP framework write in Typescript with Node.js API.
It's a monorepo project, which contains packages below:


- [@vergiss/auf-core](!https://github.com/divasatanica/auf/tree/main/packages/core)
- [@vergiss/auf-middlewares](!https://github.com/divasatanica/auf/tree/main/packages/middlewares)
- [@vergiss/auf-helpers](!https://github.com/divasatanica/auf/tree/main/packages/helpers)
- [@vergiss/auf-template-engine](!https://github.com/divasatanica/auf/tree/main/packages/template-engine)
- [@vergiss/auf-core](https://github.com/divasatanica/auf/tree/main/packages/core)
- [@vergiss/auf-middlewares](https://github.com/divasatanica/auf/tree/main/packages/middlewares)
- [@vergiss/auf-helpers](https://github.com/divasatanica/auf/tree/main/packages/helpers)
- [@vergiss/auf-template-engine](https://github.com/divasatanica/auf/tree/main/packages/template-engine)
2 changes: 1 addition & 1 deletion packages/auf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ try {

For more scalability, the framework itself only provide a container for middelwares and drive the context to flow through them, which makes middlewares able to modify the context or make some operation. So you can see the basic functionalities are also implemented as a middleware. It is called Onion Style Middleware, which can provide more convenient access to the context.

For the options details, you can see [Docs of built-in middlewares](!https://github.com/divasatanica/auf/blob/main/packages/middlewares/README.md).
For the options details, you can see [Docs of built-in middlewares](https://github.com/divasatanica/auf/blob/main/packages/middlewares/README.md).



Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ try {

For more scalability, the framework itself only provide a container for middelwares and drive the context to flow through them, which makes middlewares able to modify the context or make some operation. So you can see the basic functionalities are also implemented as a middleware. It is called Onion Style Middleware, which can provide more convenient access to the context.

For the options details, you can see [Docs of built-in middlewares](!https://github.com/divasatanica/auf/blob/main/packages/middlewares/README.md).
For the options details, you can see [Docs of built-in middlewares](https://github.com/divasatanica/auf/blob/main/packages/middlewares/README.md).



Expand Down

0 comments on commit c085d69

Please sign in to comment.