diff options
author | xuri <xuri.me@gmail.com> | 2020-02-13 00:00:42 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-02-13 00:00:42 +0800 |
commit | 023dba726510a4a7a97838ac9a8f4292a90aa227 (patch) | |
tree | 40da9538d169fe9653eda47ba797418f7e6c48da /CODE_OF_CONDUCT.md | |
parent | e51aff2d9562bbfb290ef76a948facb6d4660eff (diff) |
Fix #576, serialize by fields order on stream flush
Diffstat (limited to 'CODE_OF_CONDUCT.md')
-rw-r--r-- | CODE_OF_CONDUCT.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a84b47f..572b561 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at [https://www.contributor-covenant.org/version/2/0/code_of_conduct][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://www.contributor-covenant.org +[version]: https://www.contributor-covenant.org/version/2/0/code_of_conduct |