diff options
author | Loïc Hoguin <[email protected]> | 2017-11-09 13:27:02 +0000 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-09 13:27:02 +0000 |
commit | 35825f89b61579d4270d6970609047945277acf7 (patch) | |
tree | 1b5a60dcb8a6d5319a5196aebc3e0c8bb09c1009 /_build/content | |
parent | c6a568640ebc49c4084afb5d3638ecfc7b5ef05d (diff) | |
download | ninenines.eu-35825f89b61579d4270d6970609047945277acf7.tar.gz ninenines.eu-35825f89b61579d4270d6970609047945277acf7.tar.bz2 ninenines.eu-35825f89b61579d4270d6970609047945277acf7.zip |
Fix link in 2.1 release announcement
Diffstat (limited to '_build/content')
-rw-r--r-- | _build/content/articles/cowboy-2.1.0.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/content/articles/cowboy-2.1.0.asciidoc b/_build/content/articles/cowboy-2.1.0.asciidoc index 3e886e23..a9ccd849 100644 --- a/_build/content/articles/cowboy-2.1.0.asciidoc +++ b/_build/content/articles/cowboy-2.1.0.asciidoc @@ -25,7 +25,7 @@ removed during the 2.0 release process: A number of bugs have also been fixed. A more complete list of changes can be found in the migration guide: -https://ninenines.eu/docs/en/cowboy/2.0/guide/migrating_from_2.0/[Migrating from Cowboy 2.0 to 2.1]. +https://ninenines.eu/docs/en/cowboy/2.1/guide/migrating_from_2.0/[Migrating from Cowboy 2.0 to 2.1]. The next release will see the added support for trailers, which are necessary for implementing the gRPC protocol. |