From b661f3104cf0b46eeebe5035a542f050de7c7677 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 6 Feb 2022 11:59:18 +0100 Subject: [PATCH] CI: fix prettier-markdown job --- CODE_OF_CONDUCT.md | 10 +++++----- docs/CHANGELOG.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fde3ab556..0e7424f06 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -128,15 +128,15 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. -Community Impact Guidelines were inspired by -[Mozilla's code of conduct enforcement ladder][Mozilla CoC]. +Community Impact Guidelines were inspired by [Mozilla's code of conduct +enforcement ladder][mozilla coc]. For answers to common questions about this code of conduct, see the FAQ at -[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at +[https://www.contributor-covenant.org/faq][faq]. Translations are available at [https://www.contributor-covenant.org/translations][translations]. [homepage]: https://www.contributor-covenant.org [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html -[Mozilla CoC]: https://github.com/mozilla/diversity -[FAQ]: https://www.contributor-covenant.org/faq +[mozilla coc]: https://github.com/mozilla/diversity +[faq]: https://www.contributor-covenant.org/faq [translations]: https://www.contributor-covenant.org/translations diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 94c82906b..da2140d93 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -57,8 +57,8 @@ All notable changes to GNSS-SDR will be documented in this file. - Fixed building against the new API in the gr-iio component present in GNU Radio v3.10.X.Y. -- Fixed building against GNU Radio v3.10.X.Y, which does not support the - C++20 standard. +- Fixed building against GNU Radio v3.10.X.Y, which does not support the C++20 + standard. - Fixed building against GNU Radio v3.10.X.Y, which replaced [log4cpp](http://log4cpp.sourceforge.net/) by [spdlog](https://github.com/gabime/spdlog) and