This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-training.git
commit 498747484d9cb66ad5edc9ceff79d05c368e5545 Author: cdutz <[email protected]> AuthorDate: Mon Apr 11 11:45:49 2022 +0200 fix(website): Fixed two places, where we has invalid content (However asciidoctor was able to fix it, it just logged warnings) --- site/src/site/asciidoc/developers/team.adoc | 1 + site/src/site/asciidoc/downloads.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/site/asciidoc/developers/team.adoc b/site/src/site/asciidoc/developers/team.adoc index 09b5839..f6b4422 100644 --- a/site/src/site/asciidoc/developers/team.adoc +++ b/site/src/site/asciidoc/developers/team.adoc @@ -75,4 +75,5 @@ He has been working as a freelancer for many years and co-founded OpenCore in 20 In 2019 he was one of the founding members of the Apache Training project. | a|image::team/soenkeliebau.jpg[soenkeliebau, 200, 200] +|========================================================= diff --git a/site/src/site/asciidoc/downloads.adoc b/site/src/site/asciidoc/downloads.adoc index 9e2d570..738d2f2 100644 --- a/site/src/site/asciidoc/downloads.adoc +++ b/site/src/site/asciidoc/downloads.adoc @@ -24,7 +24,7 @@ Be sure to verify your downloads by these https://www.apache.org/info/verificati === Apache Way [#release-navigating-ASF-incubation-1.0] -===== Navigating the ASF Incubation Process 1.0 +==== Navigating the ASF Incubation Process 1.0 An overview of how to navigate the ASF incubating process from start to finish.
