diff options
author | Loïc Hoguin <[email protected]> | 2017-01-02 14:20:15 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-01-02 14:46:19 +0100 |
commit | 271e31c629be2dff93d68e01c9a8a9c5c34b7e2c (patch) | |
tree | b20ba4f01a174479c1cde0d7abb610dbfa757d05 /doc/src/guide/flow_diagram.asciidoc | |
parent | 5838a0c81a978377084b33fd086de10f9775f425 (diff) | |
download | cowboy-271e31c629be2dff93d68e01c9a8a9c5c34b7e2c.tar.gz cowboy-271e31c629be2dff93d68e01c9a8a9c5c34b7e2c.tar.bz2 cowboy-271e31c629be2dff93d68e01c9a8a9c5c34b7e2c.zip |
Various fixes and tweaks to the user guide
Diffstat (limited to 'doc/src/guide/flow_diagram.asciidoc')
-rw-r--r-- | doc/src/guide/flow_diagram.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/guide/flow_diagram.asciidoc b/doc/src/guide/flow_diagram.asciidoc index 1095404..ad2110d 100644 --- a/doc/src/guide/flow_diagram.asciidoc +++ b/doc/src/guide/flow_diagram.asciidoc @@ -2,3 +2,11 @@ == Flow diagram Placeholder chapter. + +Cowboy 2.0 has changed the request flow and general architecture. +You can read about the Cowboy 1.0 architecture and flow here: + +* xref:architecture[Architecture] +* xref:overview[Overview] + +This chapter will be updated in a future pre-release. |