This is an automated email from the ASF dual-hosted git repository. szaszm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 8e66eb3349ffead5aa5a1ca96d39364efcda3279 Author: Martin Zink <[email protected]> AuthorDate: Mon Apr 13 20:21:53 2026 +0200 MINIFICPP-2772 README.md img source has been moved Also the asf.yaml contained duplicate entries for the github key, hopefully this caused the 404 on the status page (cant test it locally only after this been merged to main) Closes #2158 Signed-off-by: Marton Szasz <[email protected]> --- .asf.yaml | 9 ++++----- README.md | 8 ++++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index ef4c57936..d93d38fbd 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -27,12 +27,11 @@ github: projects: false enabled_merge_buttons: squash: true - merge: true - rebase: true + merge: false + rebase: false + ghp_branch: main + ghp_path: /docs notifications: commits: [email protected] issues: [email protected] jira_options: link label worklog -github: - ghp_branch: main - ghp_path: /docs diff --git a/README.md b/README.md index 9f816cfb2..fe9b9ca6e 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,14 @@ limitations under the License. --> -[<img src="https://nifi.apache.org/assets/images/minifi/minifi-logo.svg" width="300" height="126" alt="Apache NiFi MiNiFi"/>](https://nifi.apache.org/minifi/) +[<img src="https://nifi.apache.org/images/minifi-logo.svg" width="300" height="126" alt="Apache NiFi MiNiFi"/>](https://nifi.apache.org/minifi/) # Apache NiFi - MiNiFi - C++ -[](https://github.com/apache/nifi-minifi-cpp/actions/workflows/ci.yml?query=workflow%3A%22MiNiFi-CPP+CI%22+branch%3Amain)<br>[](https://github.com/apache/nifi-minifi-cpp/actions/workflows/compiler-support.yml?query=branch%3Amain)<br>[![MiNiFi-CPP Memchec [...] +[](https://github.com/apache/nifi-minifi-cpp/actions/workflows/ci.yml?query=workflow%3A%22MiNiFi-CPP+CI%22+branch%3Amain)<br> +[](https://github.com/apache/nifi-minifi-cpp/actions/workflows/compiler-support.yml?query=branch%3Amain)<br> +[](https://github.com/apache/nifi-minifi-cpp/actions/workflows/memcheck_ci.yml?query=branch%3Amain)<br> +[](https://github.com/apache/nifi-minifi-cpp/actions/workflows/verify-package.yml?query=branch%3Amain)<br> +[](https://apache.github.io/nifi-minifi-cpp/status/) MiNiFi is a child project effort of Apache NiFi. This repository is for a native implementation in C++.
