From 58c6f9d5578bc9a56e1ee58950f948b8fcf8445f Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Aug 13 2020 13:32:39 +0000 Subject: Update guidelines/modules/ROOT/pages/Java.adoc Add link to jpackage.org in the internet archives, because the domain seems to have changed ownership and now hosts unrelated content. --- diff --git a/guidelines/modules/ROOT/pages/Java.adoc b/guidelines/modules/ROOT/pages/Java.adoc index c1ac828..6d0aba1 100644 --- a/guidelines/modules/ROOT/pages/Java.adoc +++ b/guidelines/modules/ROOT/pages/Java.adoc @@ -3,7 +3,7 @@ This page represents Fedora guidelines for packaging libraries and applications written in Java and related languages using Java Virtual Machine as bytecode interpreter. It does not aim to extensively describe packaging techniques and tips. RPM macros and commands used here are documented in man pages. Furthermore a separate https://fedora-java.github.io/howto/latest/[Java Packaging HOWTO] describes Java packaging techniques in detail and includes examples, templates and documentation aimed at packagers and Java developers who are taking their first steps in Java RPM packaging. -Fedora Java packaging is originally based on http://www.jpackage.org[JPackage Project] standards. Over time we have diverged in packaging tools in most areas but we mostly keep backward compatibility with older packages that make use of JPackage standards. +Fedora Java packaging is originally based on https://web.archive.org/web/20191223234327/http://www.jpackage.org/[JPackage Project] standards. Over time we have diverged in packaging tools in most areas but we mostly keep backward compatibility with older packages that make use of JPackage standards. == Package naming