пн, 5 февр. 2024 г. в 11:45, <ma...@apache.org>:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch 1.2.x
> in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
>
> commit 34a274f39b836c9d9766e1707018b3b8b61c5506
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Mon Feb 5 08:27:04 2024 +0000
>
>     Consistent formatting. Add missing entries. Add version to title.
> ---
>  xdocs/miscellaneous/project.xml | 51 
> +++++++++++++++++++++--------------------
>  xdocs/news/project.xml          | 10 ++++----
>  xdocs/project.xml               |  8 ++++---
>  3 files changed, 36 insertions(+), 33 deletions(-)
>
> diff --git a/xdocs/miscellaneous/project.xml b/xdocs/miscellaneous/project.xml
> index 1153ee1ea..31248d42e 100644
> --- a/xdocs/miscellaneous/project.xml
> +++ b/xdocs/miscellaneous/project.xml
> @@ -16,41 +16,42 @@
>    limitations under the License.
>  -->
>  <project name="Apache Tomcat Native Documentation - Miscellaneous 
> Documentation"
> -        href="http://tomcat.apache.org/";>
> +    href="http://tomcat.apache.org/";>


Just spotting:
The three 'project.xml" files changed by this commit still use "http:"
instead of "https:" in the <project> tag above...

I tested, http://tomcat.apache.org/  responds with a 301 redirect to
https://tomcat.apache.org/


Those values are used to generate links from the logo image,
useful if anybody is viewing the documentation locally.

          <div class="logo noPrint">
            <a href="{project/@href}"><img alt="Tomcat Home" src="{$src}"/></a>
          </div>

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to