Compare commits

...

No commits in common. "a8-stream-1.22" and "a9-stream-1.24" have entirely different histories.

View File

@ -28,15 +28,15 @@ actions:
find: "<p>For information on Red Hat Enterprise Linux, please visit the <a href=\"http://www.redhat.com/\">Red Hat, Inc. website</a>. The documentation for Red Hat Enterprise Linux is <a href=\"http://www.redhat.com/docs/manuals/enterprise/\">available on the Red Hat, Inc. website</a>.</p>"
replace: "<p>For information on AlmaLinux, please visit the <a href=\"http://www.almalinux.org/\">AlmaLinux website</a>.</p>"
count: 1
- target: "*.html"
find: "<a href=\"http://www.redhat.com/\"><img"
replace: "<a href=\"http://www.almalinux.org/\"><img"
count: 1
- target: "*.html"
find: |
<a href="http://www.redhat.com/"><img
src="poweredby.png"
alt="[ Powered by Red Hat Enterprise Linux ]"
width="88" height="31" /></a>
replace: |
<a href="http://www.almalinux.org/"><img
src="/icons/poweredby.png"
alt="[ Powered by AlmaLinux ]"
width="124" height="32" /></a>
count: 1